Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 44 additions & 5 deletions docs/overview/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,49 @@ description: >-
---

# Release Notes
## April 2026 _`edge`_

## March 2026 _`edge`_
## March 2026 _`latest, 2603`_

## February 2026 _`latest, 2602`_
* Aidbox FHIR server

**Features**

* The new open-source [Aidbox UI](https://github.com/HealthSamurai/aidbox-ui) is now **enabled by default** Aidbox Console.
* Added [BigQuery](../tutorials/subscriptions-tutorials/bigquery-aidboxtopicdestination.md) as an AidboxTopicDestination.
* **Lazy FHIRSchema compilation** — FHIRSchema is now compiled from StructureDefinition on read instead of eagerly on write, eliminating data duplication.
* [**FHIR NPM Package dependency overrides**](../reference/package-registry-api.md#dependency-overrides) — override or exclude problematic transitive dependencies when loading FHIR packages.
* Added `includeEntryAction` and `entryVersionId` to [AidboxTopicDestination](../modules/topic-based-subscriptions/aidbox-topic-based-subscriptions.md#entry-extensions) notification bundles to distinguish between create and update events.
* Added support for [Databricks identities](../deployment-and-maintenance/deploy-aidbox/run-aidbox-on-managed-postgresql.md#databricks-lakebase) for Lakebase connections.
* Bulk [`$import`](../api/bulk-api/import-and-fhir-import.md) and [`$load`](../api/bulk-api/load-and-fhir-load.md) operations now generate AuditEvents.

**Bug fixes and improvements**

* Fixed [`total_`](../api/graphql-api.md) field support in GraphQL API.
* Fixed `pg_notify` race condition in multi-instance cache replication.
* Fixed concurrent Aidbox initialization error when multiple instances start in parallel.
* Fixed FHIR validation for profiles using `contentReference`.
* Fixed BALP audit event agent role codes (110152/110153 were swapped between server and client).
* Fixed [`$run`](../modules/sql-on-fhir/operation-run.md) Binary response missing `resourceType` field.
* Fixed terminology `$validate-code` error when `display` parameter is passed to GET endpoint.
* Fixed [FAR](../artifact-registry/artifact-registry-overview.md) package deletion that could lead to broken validator cache on other instances.
* Performance optimizations for CRUD operations and FHIR bundles.

* Formbox (formerly Aidbox Forms)
* Supported the ability to run Formbox in [Sandbox mode](https://www.health-samurai.io/docs/formbox/getting-started-formbox).
* Added the ability to configure a [list of terminology servers](https://www.health-samurai.io/docs/formbox/aidbox-ui-builder-alpha/integration-with-external-terminology-servers).
* Implemented a new [Form Builder layout](https://www.health-samurai.io/docs/formbox/aidbox-ui-builder-alpha/ui-builder-interface#ui-builder-interface-overview), which will become the default in the next release.
* Added the ability to include a [header](https://www.health-samurai.io/docs/formbox/aidbox-ui-builder-alpha/form-creation/widgets) and [footer](https://www.health-samurai.io/docs/formbox/aidbox-ui-builder-alpha/form-creation/widgets) in a form.
* Implemented workflow automation for sending forms from UI to patients via [email](https://www.health-samurai.io/docs/formbox/reference/aidbox-sdc-api#notify-a-patient---dollar-notify-patient).
* Added support for connecting AI agents to Formbox Builder via [MCP](https://www.health-samurai.io/docs/formbox/aidbox-ui-builder-alpha/mcp).
* Added the ability to replace the loading spinner with a [custom one](https://www.health-samurai.io/docs/formbox/aidbox-ui-builder-alpha/embedding#step-4-optional-custom-loading-content).
* Extended customization options for the embedded Form Builder, including the ability to hide the adaptive form feature and custom renderer selection in [Configuration](https://www.health-samurai.io/docs/formbox/aidbox-ui-builder-alpha/configuration#configuration-resource-structure).
* Added full [Form Builder translations](https://www.health-samurai.io/docs/formbox/aidbox-ui-builder-alpha/configuration#translations), including support for Arabic, and enabled Arabic for [multilingual forms](https://www.health-samurai.io/docs/formbox/aidbox-ui-builder-alpha/form-creation/multilingual-forms).
* Supported [form sharing from the root level across tenants](https://www.health-samurai.io/docs/formbox/aidbox-ui-builder-alpha/forms-multitenancy#form-templates) in multi-tenancy mode.
* Added the ability to configure a [session timeout parameter](https://www.health-samurai.io/docs/formbox/aidbox-ui-builder-alpha/form-sharing) for automatic logout in forms.
* Optimized form loading time for the embedded Form Renderer and Form Builder.

## February 2026 _`stable, 2602`_

* Aidbox FHIR server

Expand Down Expand Up @@ -60,7 +99,7 @@ description: >-
* Supported language and translation extensions for string and markdown content.
* Supported the signatureRequired extension at both questionnaire and item levels.

## January 2026 _`stable, 2601`_
## January 2026 _`2601`_

* Aidbox FHIR server
* Improved support for [FHIR Topic-based subscriptions](../modules/topic-based-subscriptions/fhir-topic-based-subscriptions.md).
Expand Down Expand Up @@ -91,7 +130,7 @@ description: >-
* `2512.1` - Optimize memory usage and improve performance.
* `2512.2` - Fix FHIR validation issues.

## December 2025 _`stable, 2512, LTS`_
## December 2025 _`2512, LTS`_

* Aidbox FHIR server
* [FHIR Topic-based Subscriptions](../modules/topic-based-subscriptions/fhir-topic-based-subscriptions.md) are now supported.
Expand All @@ -110,7 +149,7 @@ description: >-
* Minor updates
* `2507.4` - Fixed vulnerabilities

## November 2025 _`stable, 2511`_
## November 2025 _`2511`_

* Aidbox FHIR server
* Improvements in **Implementation Guide (IG) Management**:
Expand Down
Loading