From 84aa6c979ec186f5ff34140f0c631d582b447966 Mon Sep 17 00:00:00 2001 From: kasium <15907922+kasium@users.noreply.github.com> Date: Fri, 26 Apr 2024 07:40:12 +0200 Subject: [PATCH] Step up to 2.1.0 (#253) --- CHANGES.rst | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5c52bcc..aa0f562 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,19 @@ Changelog ========= +2.1.0 +----- + +Features +~~~~~~~~ +- Add error handling for SAP HANA Cloud region maintenance error +- Add additional caching to reflection methods (contributed by @Masterchen09) + +Bugfixes +~~~~~~~~ +- Fixed an issue causing ``get_table_oid`` to fails of the inspector + was created based on an engine (contributed by @Masterchen09) + 2.0.0 ----- diff --git a/pyproject.toml b/pyproject.toml index 7ad7625..7e48cf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sqlalchemy-hana" -version = "2.0.0" +version = "2.1.0" description = "SQLAlchemy dialect for SAP HANA" keywords = ["sqlalchemy", "sap", "hana"] requires-python = "~=3.8"