Voicebox Service Release Notes
The Voicebox Service is released independently of Launchpad.
All available releases of the Voicebox Service are listed below. The image tag for a release is simply the release name prepended with v as in v0.1.1.
1.0.0 Release (August 28, 2026)
First generally available release of the next-generation Voicebox Service, distributed under the v1.0.0 tag. It supersedes the 0.x line and serves all Voicebox traffic in Launchpad 4.0.0 and later.
Upgrading to Launchpad 4.0.0 requires a configuration change in every deployment, whether or not you took part in the Voicebox Service beta. See the 4.0.0 release notes for the steps.
- Answer complex, multi-step questions by planning and running a sequence of queries against Stardog, rather than translating a question into a single query
- Reason across multiple steps on every question. Think Mode is no longer a separate mode and its toggle no longer applies
- Build on earlier turns in a conversation: results are kept and reused, so a follow-up question can refine or analyze a previous answer without re-querying Stardog
- Analyze returned results as part of answering, rather than only returning the table
- Return a summary of what was attempted when a question is too complex to finish, instead of a generic “cannot find an answer” response
- Choose where results are persisted — local disk or Amazon S3 — so the service can scale beyond a single instance. See Frame Stores
1.0.0-beta.3 Release (July 29, 2026)
This is a beta build of the next-generation Voicebox Service, distributed under the v1.0.0-beta.3 tag. It powers the Launchpad public API beta and runs alongside the stable 0.x service. See Deploying the Voicebox Service for deployment details.
- Answer questions faster by loading matching example queries up front, and answer immediately when a question exactly matches a saved query
- Return a summary of what was attempted when a question is too complex to finish, instead of a generic “cannot find an answer” response
- Fix intermittent authentication errors when answering questions against a knowledge graph whose cached schema outlived the token that loaded it
- Add
VOICEBOX_QUERY_EXEC_TIMEOUT_SECONDS(default:60),VOICEBOX_QUERY_MAX_RESULTS(default:100000), andVOICEBOX_RECURSION_LIMIT(default: unset) to tune query execution limits and the agent step cap - Update dependencies to address reported CVEs
0.30.1 Release (Jul 21, 2026)
- Do not store expired tokens in the schema cache
1.0.0-beta.2 Release (July 8, 2026)
This is a beta build of the next-generation Voicebox Service, distributed under the v1.0.0-beta.2 tag. It powers the Launchpad public API beta and runs alongside the stable 0.x service. See Deploying the Voicebox Service for deployment details.
- Fix an error when answering questions against knowledge graphs where a relationship is mapped from multiple source columns
- Pick up republished or edited knowledge graph schemas immediately instead of serving a cached schema for up to an hour
- Fix an error when a question returned results with too many columns to summarize; these questions now complete successfully
- Add
VOICEBOX_CODE_EXEC_TIMEOUT_SECONDS(default:30) to configure how long the service may spend analyzing query results while answering a question, and add per-run telemetry for code execution - Emit error tracebacks as structured log events instead of plain-text stack traces
1.0.0-beta.1 Release (June 30, 2026)
This is a beta build of the next-generation Voicebox Service, distributed under the v1.0.0-beta.1 tag. It powers the Launchpad public API beta and runs alongside the stable 0.x service. See Deploying the Voicebox Service for deployment details.
- First beta of the next-generation Voicebox Service.
0.29.0 Release (May 14, 2026)
- Add support for Anthropic as an LLM provider
- Support Anthropic models hosted on AWS Bedrock and Azure AI Foundry
- Always return query lineage even when metadata collection is disabled
0.28.0 Release (Apr 16, 2026)
- Support custom HTTP headers for Azure AI Foundry LLM provider
- Add
$VOICEBOX_USERspecial variable for custom headers that resolves to the authenticated username
0.27.0 Release (Apr 8, 2026)
- Fix streaming memory accumulation for improved memory efficiency
0.26.0 Release (Mar 19, 2026)
- Add HTTP basic authentication support for OpenAI
- Support Azure Service Principal (SPN) authentication for Azure AI
- Include timing and LLM usage information in #debug output
- Update dependencies to address security advisories
0.25.0 Release (Feb 5, 2026)
- Add endpoint/database-specific Voicebox configuration support
- Add #debug command to show query generation diagnostics
- Support executing queries with GRAPH keyword
- Sanitize var names that start or end with underscore
- Slimmer base image with reduced vulnerabilities
0.24.0 Release (Dec 11, 2025)
- Sanitize XSD IRIs in example queries
- Handle default prefix in schema serialization
- Prevent dataset description errors when statistics is missing
- Fix date/time reference errors in result summarization
- Use more robust LLM formatting during query linting
- Do not include BITES schema when querying the knowledge graph
- Backend support for on behalf of flow token exchange for LLM providers
0.23.0 Release (Nov 19, 2025)
- Several improvements to Think Mode
- Better handle large outputs
- Improve responses when an answer is not found
- Support user-configured LLMs for powering Think Mode
- Enhancements to model and mapping creation in Designer
- Create more detailed project summaries using markdown
- Improve evaluation of competency questions
- Generate synthetic data
- Increase default max token configuration for query generation
- Handle escaped characters that are included in generated queries
- Consider inferences when computing query lineage
- Update dependencies to address vulnerabilities
0.22.0 Release (Oct 16, 2025)
- Support for generating SPARQL queries for competenecy questions in Designer
- Include Voicebox core version in the diagnostics report
0.21.0 Release (Oct 2, 2025)
- Support for competency question evaluation functionality in Designer
- Use entity summarization from the KG with RAG
- Add chunk IRIs to the RAG response
- Handle incomplete tags in LLM output during query generation
- Support for virtual graphs in Think mode
- Extend support for local prefixes for plain query-generation
- Upgrade Docker image to use Debian 13 and pull in OS patches
0.20.2 Release (Aug 21, 2025)
- Fix compatibility issues with AMD processors
- Improve handling of binary data, date/time fields, and token limits when generating mappings for Designer
- Return labels of instances from virtual graphs