Skip to content

Releases: exasol/sqlalchemy-exasol

5.0.0

02 Feb 08:11
0e8cda4
Compare
Choose a tag to compare

5.0.0 — 2024-02-02

🔧 Changed

  • Made pyodbc an optional dependency
  • Made websockets the default way to use sqlalchemy with exasol
  • Added deprecation warnings for pyodbc and trubodbc dialects

🧰 Internal

  • Relocked dependencies

4.6.3

21 Dec 08:03
2308a5a
Compare
Choose a tag to compare

4.6.3 — 2023-12-21

🔧 Changed

  • Changed pyodbc upper bound constraint
    (Allow larger upper bounds)

🧰 Internal

  • Relocked dependencies
  • Bumped versions of GitHub actions
  • Adjusted workflow triggers, to enable workflow runs for external branches

4.6.2

22 Nov 15:31
dfc5a55
Compare
Choose a tag to compare

4.6.2 — 2023-11-22

🔧 Changed

  • Loosened the SQLAlchemy dependency constraint to >=1.4,<2

4.6.1

06 Nov 07:36
cc513aa
Compare
Choose a tag to compare

4.6.0

18 Jul 09:18
f7be0ea
Compare
Choose a tag to compare

4.6.0 — 2023-07-18

✨ Features

  • Websocket based dialect have been stabilized and is officially supported now
    • 📘 Note: Inserting multiple empty row's, facilitating default settings currently isn't supported

🐞 Fixed

  • Fixed "prepared statements send the wrong types as parameters to the server" #341
  • Fixed "various SQLA compliance tests are failing for the websocket based dialect" #342

4.5.1

25 May 12:02
674a3e7
Compare
Choose a tag to compare

4.5.1 — 2023-05-25

🐞 Fixed

  • Fixed missing websocket driver package in release deliverables

4.5.0

24 May 13:07
1109c86
Compare
Choose a tag to compare

4.5.0 — 2023-05-24

  • Added Beta version of websocket based dialect

    🚨 Attention:

    This feature is currently in Beta, therefore it should not be used in production.
    We also recommend to have a look into the known issues, before you start using it.

    If you encounter any problem, please create an issue.
    With your feedback, we will be able stabilize this feature more quickly.

4.4.0

16 May 06:06
302b2e3
Compare
Choose a tag to compare

4.4.0 — 2023-05-16

🚨Attention

The turbodbc dependency was pinned to 4.5.4 due to issues with newer versions.

Failing tests in the SQLA compliance test suite, in regard to the turbodbc dialect won't be addressed until explicitly required/requested by users.

Note: It is also very likely that turbodbc support will be dropped in future versions.

🐞 Fixed

  • Fixed invalid implicit autocommit behaviour, for details see Issue-#335

✨ Added

  • Added websocket based dbapi2 compliant database driver

🔧 Changed

  • Updated pytest
  • Updated Dependencies
  • Loosened version constraints on 'packaging' dependency
  • Loosened dev dependency constraints

🧰 Internal

  • Changed changelog workflow
    • Removed scriv
    • Added unreleased section to track unreleased changes
  • Simplified workflows by factoring out python & poetry setup into an action
  • Added a internal category to the changelog fragment template
  • Added manual trigger for the gh-pages workflow
  • Removed workaround for outdated DB versions (for further details see #5)
  • Added exasol-integration-test-docker-environment as dev dependency

4.0.0

01 Dec 10:45
594b768
Compare
Choose a tag to compare

4.0.0 — 2022-12-01

✨ Added

  • Added support for SQLA 1.4

    ⚠️ Attention ⚠️

    • This upgrade is not backwards compatible with SQLA < 1.4

    • This version may impact the performance (see also SQLAlchemy docs).
      If you are not willing or able to pay those potential performance hits, you should wait until the tracking-issue #190
      is resolved.

🗑️ Removed

  • Removed custom merge statement

    (If we will be notified, that someone depends on this feature, we are open to add it again.)

🔐 Security

  • Evaluated CVE-2022-42969
    • CVE will be silenced

    • The affected code is not used by our project itself,
      nor by the dependencies pulling in the vulnerable library.

      Checked dependencies:

🔧 Changed

  • Updated all dependencies

🐞 Fixed

  • Fixed link to project documentation

prepare release 3.2.2

12 Aug 09:15
4235290
Compare
Choose a tag to compare

3.2.2 — 2022-08-12

✨ Added

  • Added turbodbc support
    • Re-enabled with new minimum base version 4.5.4
  • Added additional information to README
    • License information (badge)
    • Code formatter(s) in use (black, isort)
    • Linting score of the project

🔧 Changed

  • Changed changelog format
    • Changelog now can be found in the file CHANGELOG.rst
  • Reworked and restructured project documentation

🗑️ Removed

  • Removed markdown based changelog