Skip to content

Commit

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

### Changes

- add support for full text queries on nested models to find extracted/rule/merged items
- optimize extracted/rule/merged search queries by applying sorting and pagination
before pulling in nested models as well as identifiers from referenced merged items
and by replacing subqueries with cypher "pattern comprehension" syntax
- prefix `components` in merged queries with `_`, to be more harmonious with `_refs`
- add email fields to `SEARCHABLE_FIELDS` and `SEARCHABLE_CLASSES` (stop-gap MX-1766)

### Deprecated

### Removed
Expand All @@ -26,6 +19,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [0.29.0] - 2025-01-22

### Changes

- add support for full text queries on nested models to find extracted/rule/merged items
- optimize extracted/rule/merged search queries by applying sorting and pagination
before pulling in nested models as well as identifiers from referenced merged items
and by replacing subqueries with cypher "pattern comprehension" syntax
- prefix `components` in merged queries with `_`, to be more harmonious with `_refs`
- add email fields to `SEARCHABLE_FIELDS` and `SEARCHABLE_CLASSES` (stop-gap MX-1766)

## [0.28.0] - 2025-01-15

### Added
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.28.0"
version = "0.29.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 835463c

Please sign in to comment.