From a423624be635206ee5044a0f39fc66dabf4d9ddb Mon Sep 17 00:00:00 2001 From: Aleksandr Kislitsyn Date: Wed, 1 Apr 2026 16:55:19 +0200 Subject: [PATCH 1/2] release notes 202603 --- docs/overview/release-notes.md | 35 +++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/docs/overview/release-notes.md b/docs/overview/release-notes.md index b901f614e..17481a282 100644 --- a/docs/overview/release-notes.md +++ b/docs/overview/release-notes.md @@ -5,10 +5,35 @@ 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. + +## February 2026 _`stable, 2602`_ * Aidbox FHIR server @@ -60,7 +85,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). @@ -91,7 +116,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. @@ -110,7 +135,7 @@ description: >- * Minor updates * `2507.4` - Fixed vulnerabilities -## November 2025 _`stable, 2511`_ +## November 2025 _`2511`_ * Aidbox FHIR server * Improvements in **Implementation Guide (IG) Management**: From 28cb40c0ac988ecb3a9e21d041a5cb232d89623b Mon Sep 17 00:00:00 2001 From: Aleksandr Kislitsyn Date: Thu, 2 Apr 2026 11:03:18 +0200 Subject: [PATCH 2/2] docs(release-notes): add Formbox section to March 2026 release notes Add Formbox (formerly Aidbox Forms) release items with external links to formbox docs site. Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/overview/release-notes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/overview/release-notes.md b/docs/overview/release-notes.md index 17481a282..240e14be3 100644 --- a/docs/overview/release-notes.md +++ b/docs/overview/release-notes.md @@ -33,6 +33,20 @@ description: >- * 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