Skip to content

Commit 9a36d9e

Browse files
committed
New Version 1.9.0
1 parent 7627426 commit 9a36d9e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.9.0

0 commit comments

Comments
 (0)