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/).
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.9.0]
10
+
9
11
### Added
10
12
- Prevent substitution of missing, nullable values - Reto Schneider
11
13
12
14
### 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
14
16
- Use valid default value for Edm.DateTimeOffset - Reto Schneider
15
17
16
18
### Changed
@@ -22,6 +24,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
22
24
- Fix Edm.Binary literal representation - Daniel Balko
23
25
- Datetime support for Edm.DateTimeOffset - Reto Schneider
24
26
- Disallow creation of non-UTC Edm.DateTime - Reto Schneider
27
+
28
+ ### Changed
25
29
- Split properties schema.entity_types/complex_types and their generated Collections - Petr Hanak
26
30
27
31
### Removed
@@ -139,7 +143,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
139
143
140
144
## 1.1.1 - First PIP package release
141
145
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
143
149
[ 1.7.1 ] : https://github.com/SAP/python-pyodata/compare/1.7.0...1.7.1
144
150
[ 1.7.0 ] : https://github.com/SAP/python-pyodata/compare/1.6.0...1.7.0
145
151
[ 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