Skip to main content

43 posts tagged with "Releases"

Fire Arrow Releases

View All Tags

Fire Arrow Server 1.11.0

· 8 min read

Fire Arrow Server 1.11.0 has been released.

  • (breaking) Token generation, binary upload, and CarePlan materialize operations no longer return distinct HTTP codes for unknown or deleted resource IDs
  • (security) CareTeam-scoped access no longer includes patients outside the practitioner's actual teams
  • (feature) New CarePlan $materialize and $dematerialize operations to start and stop task materialization without Subscription write access
  • (bugfix) Token generation honors every matching practitioner-role-code rule, not only the first one in configuration
  • (maintenance) HAPI FHIR 8.10.0 platform upgrade (HAPI CLI database migration required) and dependency updates including Spring Security 6.5.10 (CVE-2026-22732)

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.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