Skip to content

Commit

Permalink
Prepare 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cutoffthetop committed Apr 12, 2024
1 parent 7f078fe commit 322b726
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
25 changes: 17 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,34 +9,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changes

### Deprecated

### Removed

### Fixed

### Security

## [0.24.0] - 2024-04-12

### Added

- synchronize changes to fields in `BaseSettings` to all active settings subclasses
- added github action for renovatebot

### Changes
- make memory identity provider deterministic (same input args results in same stableTargetId and Identifier)

- make memory identity provider deterministic (same input args results in same
stableTargetId and Identifier)
- rework `ContextStore` into `SingletonStore` with more intuitive API
- phase out ambiguous "context" naming in favor of more descriptive "singleton store"
- rename `SettingsContext` to `SETTINGS_STORE` and allow multiple active subclasses
- rename `ConnectorContext` to `CONNECTOR_STORE` removing its context manager functions
- replace `reset_connector_context()` with more consistent `CONNECTOR_STORE.reset()`

### Deprecated

### Removed

- removed types `IdentifierT`, `SettingsType`, `ConnectorType` in favor of `typing.Self`
- remove github dependabot configuration

### Fixed

### Security

## [0.23.0] - 2024-04-08

### Changes

- return only one organization from wikidata, if multiple or no organization is found then return None
- return only one org from wikidata, if multiple or no org is found then return None
- filter quotation marks (") from requested wikidata label

## [0.22.0] - 2024-03-19
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-common"
version = "0.23.0"
version = "0.24.0"
description = "Common library for MEx python projects."
authors = [{ name = "MEx Team", email = "[email protected]" }]
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit 322b726

Please sign in to comment.