Releases: google/fhir-gateway
Releases · google/fhir-gateway
v0.4.0
What's Changed
Beside the many dependency version upgrades, here are the main changes:
- Add support for removing query params in request mutations by @ndegwamartin in #308
- Updates Spring to 6.1.13 and other version updates by @bashir2 in #310
Note the Spring version upgrades may require some client code changes because of javax
to jakarta
namespace migration.
Full Changelog: 0.3.2...0.4.0
v0.3.2
Binary artifacts available on Maven and Artifact Registry.
What's Changed
Major changes only:
- Refactor GZIP encoding check by @ndegwamartin in #199
Full Changelog: 0.3.1...0.3.2
v0.3.1
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
- @rehammuzzamil made their first contribution in #194
Full Changelog: 0.3.0...0.3.1
v0.3.0
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
- @ndegwamartin made their first contribution in #174
- @dubdabasoduba made their first contribution in #179
Full Changelog: 0.2.0...0.3.0
v0.2.0
What's Changed
- Supporting SMART on FHIR patient scopes in PatientAccessChecker by @anchita-g in #89
- Unauthenticated queries support in AllowedQueriesChecker by @vivekmittal07 in #126
- Support all path variables and method type validation in AllowedQueriesChecker by @vivekmittal07 in #127
- Remove duplicate creation of bundle from request details by @anchita-g in #134
- Allow request mutation by Access checkers by @vivekmittal07 in #140
- Updated the scan paths for demo app to load the core beans by @vivekmittal07 in #132
- Support gzip encoding in data transfer by @anchita-g in #147
- google-java-format update by @bashir2 in #157
- updated version to 0.2.0 by @bashir2 in #158
Full Changelog: 0.1.1...0.2.0
First release on Maven: 0.1.1
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.
- A