Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/update mex-common 0.51.0 #332

Merged
merged 14 commits into from
Feb 17, 2025
Merged
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changes

- update mex-common to version 0.48.0
- update mex-common to version 0.51.0
- simplify load function to wrap the Sink.load methods
- wrap up: confluence-vvt
- use proper mapping models
- move inline test mappings to `/assets` with suffix `_mock`

### Deprecated

Expand All @@ -22,9 +24,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- remove BackendIdentityProvider in favor of mex-common implementation
- remove ExtractorIdentityProvider in favor of mex-common enum
- remove identity_provider setting in favor of mex-common version
- remove `mex.extractors.mapping` model in favor of `load_yaml` and `model_validate`

### Fixed

- fix setValues listyness of test mappings
- fix test mapping schema path
- fix test mapping indentations

### Security

## [0.25.0] - 2025-01-23
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,7 @@ components of the MEx project are open-sourced under the same license as well.
### voxco extractor

- `pdm run voxco` extracts voxco data from voxco JSON files

### publisher

- `pdm run publisher` gets merged items from backend and publishes them into sink
239 changes: 0 additions & 239 deletions assets/mappings/__final__/biospecimen/resource.yaml

This file was deleted.

96 changes: 0 additions & 96 deletions assets/mappings/__final__/blueant/activity.yaml

This file was deleted.

Loading