Releases: hapifhir/hapi-fhir-jpaserver-starter
Releases · hapifhir/hapi-fhir-jpaserver-starter
helm-v0.11.0
A Helm chart for deploying the HAPI FHIR JPA server starter on Kubernetes.
HAPI FHIR 6.2.1 (Vishwa)
What's Changed
- added appProperties.getInline_resource_storage_below_size() by @patrick-werner in #420
- Feat/restructuring by @jkiddo in #422
- Extract IG loading by @jkiddo in #426
- added back lost config entry: allowed_bundle_types by @patrick-werner in #427
- Bump snakeyaml from 1.30 to 1.31 by @dependabot in #432
- fix: configuration of cors by @jkiddo in #434
- Proper close DB connection after dialect was resolved by @Thopap in #435
- removed duplicated and wrong subscription code by @patrick-werner in #440
- fixed SubscriptionDebugLogInterceptor adding logic by @patrick-werner in #442
- Switch to Postgres database by @rti in #444
- revering to H2 by @jkiddo in #449
- Tracking Hapi 6.2-PRE releases by @jmarchionatto in #408
- Added hibernate.dialect for Postgress to Readme by @Kai-W in #451
- fixes for support of R4B / 6.2.0 by @jkiddo in #455
- upping hapi version to 6.2.1 by @markiantorno in #457
New Contributors
- @Thopap made their first contribution in #435
- @rti made their first contribution in #444
- @Kai-W made their first contribution in #451
Full Changelog: helm-v0.10.1...image/v6.2.1
helm-v0.10.1
A Helm chart for deploying the HAPI FHIR JPA server starter on Kubernetes.
image/v6.1.0
What's Changed
- add BinaryAccessProvider to BaseJpaRestfulServer when binary_storage_enabled is true by @ibrohimislam in #386
- Applying fix from upstream for h2 Binaries by @patrick-werner in #396
- removed wrong and duplicated config entry by @patrick-werner in #397
- Added OpenTelemetry Java Agent JAR to container image by @chgl in #391
- changes to pom.xml to enable publishing by @markiantorno in #398
- fixed directory of the .war in tomcat-based image by @chgl in #400
- Inclusion of bulk data instrumentation by @amuslim-fn in #410
- updated opentelemetry-java-instrumentation JAR to 1.16.0 by @chgl in #411
- Better support for ARM by @jkiddo in #413
- Updated to hapi 6.1.0 by @chgl in #415
New Contributors
- @ibrohimislam made their first contribution in #386
- @amuslim-fn made their first contribution in #410
Full Changelog: helm-v0.9.0...image/v6.1.0
helm-v0.10.0
A Helm chart for deploying the HAPI FHIR JPA server starter on Kubernetes.
helm-v0.9.0
A Helm chart for deploying the HAPI FHIR JPA server starter on Kubernetes.
v6.0.1
What's Changed
- Adds ability to use delete-expunge operations to the JPA Starter Server. by @theGOTOguy in #272
- Adds ability to control the number of executor threads through environment variables. by @theGOTOguy in #274
- only push build images to DockerHub by @chgl in #277
- Updated to HAPI FHIR 5.5.1 and updated workflows to build ARM-compatible images by @chgl in #279
- Updated and simplified Helm chart by @chgl in #281
- 5.6.0 upgrade by @jkiddo in #291
- registering ValueSetOperationProvider by @ashaban in #295
- Https support for es by @ZuSe in #294
- updated helm chart to use image v5.6.0 by @chgl in #293
- Add configuration flag to enable storing of resources in lucene index by @jaison-b in #304
- Typo fix in README by @vadi2 in #301
- Merge NIH extensions by @michaelabuckley in #299
- Bump postgresql from 42.2.23 to 42.2.25 by @dependabot in #309
- Rel 5 7 by @tadgh in #316
- Feature/update docker support by @jkiddo in #319
- add dao_scheduling_enabled configuration property by @jschneid-nmdp in #324
- added reindexProvider to Config by @patrick-werner in #326
- Bump version of hapi-fhir to 'PRE5' by @jaison-b in #329
- disable springboot actuator endpoints other than 'health' for securit… by @XcrigX in #338
- Update application.yaml by @jkiddo in #345
- add support for ms sql server by @XcrigX in #347
- Fix comments in Demo that lead to 404 by @dotasek in #348
- updated helm chart to use v5.7.0 and latest PostgreSQL sub-chart by @chgl in #346
- Add actuator by @jkiddo in #337
- Updated to HAPI FHIR version 5.7.2 by @chgl in #349
- Revert accidental default activation of experimental lucene indexing by @michaelabuckley in #352
- Add disclaimer for advanced_lucene_indexing by @patrick-werner in #353
- Added instructions about removing Hibernate dialect by @MacL3an in #321
- Expose Prometheus metrics by @chgl in #355
- Add: of-type modifier option in application.yaml by @janol77 in #363
- Fix applying supported_resource_types by @dennisverspuij in #365
- Rel 6 0 0 mergeback by @tadgh in #372
- fix build by @fil512 in #373
- bumping to non-snapshot version by @markiantorno in #377
- Smoke tests by @markiantorno in #376
New Contributors
- @theGOTOguy made their first contribution in #272
- @ashaban made their first contribution in #295
- @jaison-b made their first contribution in #304
- @vadi2 made their first contribution in #301
- @michaelabuckley made their first contribution in #299
- @XcrigX made their first contribution in #338
- @dotasek made their first contribution in #348
- @MacL3an made their first contribution in #321
- @janol77 made their first contribution in #363
- @dennisverspuij made their first contribution in #365
- @markiantorno made their first contribution in #377
Full Changelog: v5.5.0...v6.0.1
v6.0.0
What's Changed
- Adds ability to use delete-expunge operations to the JPA Starter Server. by @theGOTOguy in #272
- Adds ability to control the number of executor threads through environment variables. by @theGOTOguy in #274
- only push build images to DockerHub by @chgl in #277
- Updated to HAPI FHIR 5.5.1 and updated workflows to build ARM-compatible images by @chgl in #279
- Updated and simplified Helm chart by @chgl in #281
- 5.6.0 upgrade by @jkiddo in #291
- registering ValueSetOperationProvider by @ashaban in #295
- Https support for es by @ZuSe in #294
- updated helm chart to use image v5.6.0 by @chgl in #293
- Add configuration flag to enable storing of resources in lucene index by @jaison-b in #304
- Typo fix in README by @vadi2 in #301
- Merge NIH extensions by @michaelabuckley in #299
- Bump postgresql from 42.2.23 to 42.2.25 by @dependabot in #309
- Rel 5 7 by @tadgh in #316
- Bump version of hapi-fhir to 'PRE5' by @jaison-b in #329
- Revert accidental default activation of experimental lucene indexing by @michaelabuckley in #352
New Contributors
- @theGOTOguy made their first contribution in #272
- @ashaban made their first contribution in #295
- @jaison-b made their first contribution in #304
- @vadi2 made their first contribution in #301
- @michaelabuckley made their first contribution in #299
Full Changelog: v5.5.0...v6.0.0
helm-v0.8.0
A Helm chart for deploying the HAPI FHIR JPA server starter on Kubernetes.
HAPI FHIR 5.7.0 (Sojourner)
image/v5.7.0