From cd3e87040cb4c86ae47f5b5c59c6a0cf7b563671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Han=C3=A1k?= <47626173+phanak-sap@users.noreply.github.com> Date: Fri, 17 Nov 2023 18:17:28 +0100 Subject: [PATCH 1/2] Update VERSION - 1.11.0 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 4dae2985..1cac385c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.1 +1.11.0 From eb26cb41ca3157d7f18ad176794c44383c1e5ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Han=C3=A1k?= <47626173+phanak-sap@users.noreply.github.com> Date: Fri, 17 Nov 2023 18:22:18 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md - 1.11.0 --- CHANGELOG.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 238d441e..1a521d5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + + + +## [1.11.0] + +### Added - Service: Encode paths with entity keys with option to disable it - Linda Jahn -- Service: (No longer Experimental) Support for server-side pagination (partial listings trough _next field) - Reto Schneider + +### Fixed - Model: Fix adding expanded entities to EntityProxy - Manuel Seeger +### Stable, not Experimental +- Service: Support for server-side pagination (partial listings trough _next field) - Reto Schneider + ## [1.10.1] ### Fixed @@ -173,7 +183,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.10.0...HEAD +[Unreleased]: https://github.com/SAP/python-pyodata/compare/1.11.0...HEAD +[1.11.0]: https://github.com/SAP/python-pyodata/compare/1.10.1...1.11.0 +[1.10.1]: https://github.com/SAP/python-pyodata/compare/1.10.0...1.10.1 [1.10.0]: https://github.com/SAP/python-pyodata/compare/1.9.2...1.10.0 [1.9.2]: https://github.com/SAP/python-pyodata/compare/1.9.1...1.9.2 [1.9.1]: https://github.com/SAP/python-pyodata/compare/1.9.0...1.9.1