Skip to content

Commit

Permalink
Merge pull request #223 from medizininformatik-initiative/release-v2.…
Browse files Browse the repository at this point in the history
…4.0-alpha.3

Release v2.4.0 alpha.3
  • Loading branch information
alexanderkiel authored Nov 15, 2024
2 parents 0916a51 + f2df77f commit 7c4155b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog

## v2.4.0-alpha.3

### Enhancements

* Add Feature Toggle for the Cohort Endpoint ([#217](https://github.com/medizininformatik-initiative/flare/pull/217))
* Updated ontology to v3.0.0-alpha.1

## v2.4.0-alpha.2

### Enhancements

* Updated ontology to v3.0.0-alpha

## v2.4.0-alpha.1
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ have the .pem extension.

* [REST API](docs/api.md)

## FHIR Endpoint Requirements

The FHIR endpoint used by FLARE (see `FLARE_FHIR_SERVER`) has to support the following parts of the FHIR specification:

* the search result parameters `_count` and `_elements` should be supported for optimal performance

## License

Copyright ???
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
flare:
image: ghcr.io/medizininformatik-initiative/flare:2.3.0-alpha.2
image: ghcr.io/medizininformatik-initiative/flare:2.4.0-alpha.3
ports:
- 8080:8080
volumes:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

<groupId>de.medizininformatik-initiative</groupId>
<artifactId>flare</artifactId>
<version>2.4.0-alpha.2</version>
<version>2.4.0-alpha.3</version>

<name>Flare</name>
<description>Flare</description>

<properties>
<java.version>17</java.version>
<testcontainers.version>1.20.3</testcontainers.version>
<ontology.version>3.0.0-alpha</ontology.version>
<ontology.version>3.0.0-alpha.1</ontology.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 7c4155b

Please sign in to comment.