diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c86af76e..21c7bc01 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,4 +3,4 @@ repos: rev: stable hooks: - id: black - language_version: python3.7 + language_version: python3.8 diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c4a214ee..9157283b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,17 @@ Release History =============== +0.5.4 (2020-09-22) +------------------ + +* Add support to restrict a model to a specific database +* Add support for optional pickling of `List` fields (leverage Postgres List support) +* Add support for Overlap operator in SQLAlchemy repo for Postgresql +* Bugfix - Return keys as Strings for `Dict` field +* Add support for storing Array of dictionaries in Postgres JSON column +* Bugfix - Validate unique constraints in Dictionary repo +* Bugfix - Fix broken Entity construction from Elasticsearch model + 0.5.3 (2020-08-17) ------------------