Skip to content

Commit

Permalink
Prepare release 4.4.0 (#337)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Christoph Kuhnke <github@kuhnke.net>
  • Loading branch information
Nicoretti and ckunki authored May 16, 2023
1 parent f3d6c28 commit 1a23f88
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Unreleased
==========

.. _changelog-4.4.0:

4.4.0 — 2023-05-15
==================

**🚨 Attention:**

The turbodbc dependency was pinned to *4.5.4* due to issues with newer versions.
Expand All @@ -14,7 +19,8 @@ Unreleased

🐞 Fixed
--------
- Fixed invalid implicit autocommit behaviour, for details see `<Issue-https://github.com/exasol/sqlalchemy-exasol/issues/335>`_

* Fixed invalid implicit autocommit behaviour, for details see `<Issue-https://github.com/exasol/sqlalchemy-exasol/issues/335>`_

✨ Added
--------
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ On Linux/Unix like systems you need:
Turbodbc support
````````````````

.. warning::

Maintenance of this feature is on hold. Also it is very likely that turbodbc support will be dropped in future versions.

- You can use Turbodbc with sqlalchemy_exasol if you use a python version >= 3.8.
- Multi row update is not supported, see
`test/test_update.py <test/test_update.py>`_ for an example
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "sqlalchemy_exasol"
version = "4.3.0"
version = "4.4.0"
description = "EXASOL dialect for SQLAlchemy"
readme = "README.rst"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion sqlalchemy_exasol/version.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a23f88

Please sign in to comment.