Skip to main content

63 posts tagged with "Releases"

Fire Arrow Releases

View All Tags

Fire Arrow Server 1.10.0

· 7 min read

Fire Arrow Server 1.10.0 has been released.

  • (feature) $generate-durable-token and $generate-one-time-token are now governed by all validators, not just Allowed
  • (breaking) Token-generation rules using the wildcard resource: "*" are rejected at startup
  • (security) Update Next.js to 16.2.6 (CVE-2026-23870, CVE-2026-44573, CVE-2026-44575, CVE-2026-44579, CVE-2026-44580, CVE-2026-44581, CVE-2026-44576, CVE-2026-44582, CVE-2026-45109)
  • (feature) New _synchronous mode for CarePlan/$subscribe-due-events returns materialized Task IDs in the response
  • (bugfix) Questionnaire media viewer recovers automatically when pre-signed URLs expire

Fire Arrow Server 1.9.0

· 4 min read

Fire Arrow Server 1.9.0 has been released.

  • (security) Remove the 100,000-resource scope limit that could silently restrict authorization for very large practitioner caseloads
  • (feature) Add GeneralPractitioner authorization validator for Patient.generalPractitioner based access control
  • (feature) Route Subscription notifications to per-Subscription Azure Storage Queues via channel.endpoint suffix
  • (security) Dependency upgrades for org.postgresql:postgresql, spring-security-core, spring-security-oauth2-jose, and postcss

Fire Arrow Server 1.8.0

· 4 min read

Fire Arrow Server 1.8.0 has been released.

  • (security) Close search-parameter side-channel for property-filtered fields
  • (feature) Resolve FHIR R4 conditional and logical Patient references in authorization
  • (bugfix) Fix inherited roles being dropped when a child organization has a direct role
  • (bugfix) Fix HFQL rejecting every request with 403 Forbidden when no explicit search/read rules are configured
  • (maintenance) Dependency upgrades across server, UI, and tooling