Skip to content

Commit

Permalink
bump version to 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RKIMetadataExchange committed Feb 10, 2025
1 parent 23da138 commit d4e578d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changes

### Deprecated

### Removed

### Fixed

### Security

## [0.30.0] - 2025-02-10

### Changes

- bumped cookiecutter template to robert-koch-institut/mex-template@5446da
- update mex-common to 0.50.0
- GraphConnector.ingest now accepts rule-set requests as well
- BREAKING: GraphConnector.ingest returns a list of ingested models, instead of ids
- POST /ingest now accepts rule-set requests as well as extracted items
- BREAKING: POST /ingest returns a container of ingested models, instead of ids

### Deprecated

### Removed

- remove backend settings that were just duplicating common settings
Expand All @@ -28,10 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- remove unused ingest_extracted_items_into_graph helper
- remove unused BulkIngestRequest and BulkIngestResponse

### Fixed

### Security

## [0.29.1] - 2025-01-24

### Changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mex-backend"
version = "0.29.1"
version = "0.30.0"
description = "Backend server for the RKI metadata exchange."
authors = [{ name = "MEx Team", email = "[email protected]" }]
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit d4e578d

Please sign in to comment.