File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
77## [ Unreleased]
88
9+ ## [ 1.9.0]
10+
911### Added
1012- Prevent substitution of missing, nullable values - Reto Schneider
1113
1214### Fixed
13- - Fix Increased robustness when schema with empty properties is returned
15+ - Fix Increased robustness when schema with empty properties is returned - Andre Gensler
1416- Use valid default value for Edm.DateTimeOffset - Reto Schneider
1517
1618### Changed
@@ -22,6 +24,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2224- Fix Edm.Binary literal representation - Daniel Balko
2325- Datetime support for Edm.DateTimeOffset - Reto Schneider
2426- Disallow creation of non-UTC Edm.DateTime - Reto Schneider
27+
28+ ### Changed
2529- Split properties schema.entity_types/complex_types and their generated Collections - Petr Hanak
2630
2731### Removed
@@ -139,7 +143,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
139143
140144## 1.1.1 - First PIP package release
141145
142- [ Unreleased ] : https://github.com/SAP/python-pyodata/compare/1.7.1...HEAD
146+ [ Unreleased ] : https://github.com/SAP/python-pyodata/compare/1.9.0...HEAD
147+ [ 1.9.0 ] : https://github.com/SAP/python-pyodata/compare/1.8.0...1.9.0
148+ [ 1.8.0 ] : https://github.com/SAP/python-pyodata/compare/1.7.1...1.8.0
143149[ 1.7.1 ] : https://github.com/SAP/python-pyodata/compare/1.7.0...1.7.1
144150[ 1.7.0 ] : https://github.com/SAP/python-pyodata/compare/1.6.0...1.7.0
145151[ 1.6.0 ] : https://github.com/SAP/python-pyodata/compare/1.5.0...1.6.0
Original file line number Diff line number Diff line change 1- 1.8 .0
1+ 1.9 .0
You can’t perform that action at this time.
0 commit comments