Skip to content

Releases: google/fhir-gateway

v0.3.2

24 Nov 15:19
bd8b937
Compare
Choose a tag to compare

Binary artifacts available on Maven and Artifact Registry.

What's Changed

Major changes only:

Full Changelog: 0.3.1...0.3.2

v0.3.1

24 Nov 15:17
4376a58
Compare
Choose a tag to compare

Binary artifacts available on Maven and Artifact Registry.

What's Changed

Major changes only:

  • Change method decodeAndVerifyBearerToken access modifier to 'public' … by @rehammuzzamil in #194

New Contributors

Full Changelog: 0.3.0...0.3.1

v0.3.0

04 Oct 18:29
7c23ea8
Compare
Choose a tag to compare

Binary artifacts available on Maven and Artifact Registry.

What's Changed

Major changes only:

  • Patient finder support for extracting multiple patient IDs in query params by @anchita-g in #160
  • Support Request details in Access decision Post Processing by @ndegwamartin in #174
  • Refactorings for supporting custom endpoints with examples. by @bashir2 in #182
  • Fixed thread-safety and memory issues around JWT verifiers by @bashir2 in #185
  • ONA Gateway <> Upstream Gateway Merge attempt by @dubdabasoduba in #179

New Contributors

Full Changelog: 0.2.0...0.3.0

v0.2.0

27 Apr 22:18
fd3be78
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.2.0

First release on Maven: 0.1.1

13 Feb 15:27
cb1079a
Compare
Choose a tag to compare

This is the first release on Maven Central Repository. This has the basic functionality:

  • A server artifact that includes the core servlet with libraries for parsing FHIR queries/resources.
  • Two plugins:
    • A ListAccessChecker that resembles a simple patient-list based access-control.
    • A PatientAccessChecker where each token grants access to a single patient.