From 9a36d9eff6a1204cb88e7288bde0616ce6bac09a Mon Sep 17 00:00:00 2001 From: I335851 Date: Mon, 31 Jan 2022 16:01:44 +0100 Subject: [PATCH] New Version 1.9.0 --- CHANGELOG.md | 10 ++++++++-- VERSION | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adc37724..9c83bbee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.9.0] + ### Added - Prevent substitution of missing, nullable values - Reto Schneider ### Fixed -- Fix Increased robustness when schema with empty properties is returned +- Fix Increased robustness when schema with empty properties is returned - Andre Gensler - Use valid default value for Edm.DateTimeOffset - Reto Schneider ### Changed @@ -22,6 +24,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fix Edm.Binary literal representation - Daniel Balko - Datetime support for Edm.DateTimeOffset - Reto Schneider - Disallow creation of non-UTC Edm.DateTime - Reto Schneider + +### Changed - Split properties schema.entity_types/complex_types and their generated Collections - Petr Hanak ### Removed @@ -139,7 +143,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## 1.1.1 - First PIP package release -[Unreleased]: https://github.com/SAP/python-pyodata/compare/1.7.1...HEAD +[Unreleased]: https://github.com/SAP/python-pyodata/compare/1.9.0...HEAD +[1.9.0]: https://github.com/SAP/python-pyodata/compare/1.8.0...1.9.0 +[1.8.0]: https://github.com/SAP/python-pyodata/compare/1.7.1...1.8.0 [1.7.1]: https://github.com/SAP/python-pyodata/compare/1.7.0...1.7.1 [1.7.0]: https://github.com/SAP/python-pyodata/compare/1.6.0...1.7.0 [1.6.0]: https://github.com/SAP/python-pyodata/compare/1.5.0...1.6.0 diff --git a/VERSION b/VERSION index 27f9cd32..f8e233b2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.0 +1.9.0