Skip to content

Commit e4c941f

Browse files
committed
New version 1.3.0
1 parent 4cc3dd5 commit e4c941f

File tree

2 files changed

+61
-18
lines changed

2 files changed

+61
-18
lines changed

CHANGELOG.md

+60-17
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,68 @@
1-
# Changelog
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
23

3-
# 1.2.3
4-
* dca01a28 - model: add support for whitelisted and custom namespaces - Martin Miksik
5-
* dd467e6a - model: add Microsoft's edm namespace to whitelisted namespaces - Martin Miksik
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
# 1.2.2
8-
* ed1ae8a - model: fix namespace parsing - Jakub Filak
7+
## [Unreleased]
98

10-
# 1.2.1
11-
* d95e2b2 - model: handle association set ends with same entity sets - Lubos Mjachky
9+
## [1.3.0]
1210

13-
# 1.2.0
11+
### Added
12+
- support Edm.EnumType - Martin Miksik
13+
- support for permissive parsing of $metadata - Martin Miksik
14+
- support deleting Entities - Martin Miksik
1415

15-
* 69a3ce1 - model: reword error messages for assoc. sets - Jakub Filak
16-
* e592063 - model: fix searching for Assoc. Set without NS - Jakub Filak
17-
* 36cb45f - service: do not search for Ass. Sets in own namespace - Jakub Filak
18-
* a280798 - service: add implementation of count - FedorSelitsky
16+
### Changed
17+
- Emd.Int64 literals do no need to have the suffix L - Jakub Filak
18+
- more user friendly Function call errors - Jakub Filak
1919

20-
# 1.1.2
20+
### Fixed
21+
- correctly handle calls to Function Imports without return type - Jakub Filak
22+
- correctly serialize DateTime values to JSON in create/update methods - Martin Miksik
23+
- remove timezone info from DateTime URL literals - Martin Miksik
2124

22-
* e69fee6 - client: correctly detect MIME of $metadata - Jakub Filak
23-
* 9c23ff8 - dependencies: Update setup.py - minimal lxml instead of pinned. - Petr Hanak
25+
# # [1.2.3]
2426

25-
# 1.1.1 - First PIP package release
27+
### Added
28+
- add support for whitelisted and custom namespaces - Martin Miksik
29+
- add Microsoft's edm namespace to whitelisted namespaces - Martin Miksik
30+
31+
## [1.2.2]
32+
33+
### Fixed
34+
- fix parsing of Namespaces with several dots - Jakub Filak
35+
36+
## [1.2.1]
37+
38+
### Changed
39+
- handle association set ends with same entity sets - Lubos Mjachky
40+
41+
## [1.2.0]
42+
43+
### Added
44+
- add implementation of $count - FedorSelitsky
45+
46+
### Fixed
47+
- fix searching for Associations Set without Namespace - Jakub Filak
48+
49+
### Changed
50+
- reword error messages for Association Sets - Jakub Filak
51+
52+
## [1.1.2]
53+
54+
### Fixed
55+
- client: correctly detect MIME of $metadata - Jakub Filak
56+
57+
### Changed
58+
- dependencies: Update setup.py - minimal lxml instead of pinned. - Petr Hanak
59+
60+
## 1.1.1 - First PIP package release
61+
62+
[Unreleased]: https://github.com/SAP/python-pyodata/compare/1.3.0...HEAD
63+
[1.3.0]: https://github.com/SAP/python-pyodata/compare/1.2.3...1.3.0
64+
[1.2.3]: https://github.com/SAP/python-pyodata/compare/1.2.2...1.2.3
65+
[1.2.2]: https://github.com/SAP/python-pyodata/compare/1.2.1...1.2.2
66+
[1.2.1]: https://github.com/SAP/python-pyodata/compare/1.2.0...1.2.1
67+
[1.2.0]: https://github.com/SAP/python-pyodata/compare/1.1.2...1.2.0
68+
[1.1.2]: https://github.com/SAP/python-pyodata/compare/1.1.1...1.1.2

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.3
1+
1.3.0

0 commit comments

Comments
 (0)