Skip to content

4.0.0

Compare
Choose a tag to compare
@Nicoretti Nicoretti released this 01 Dec 10:45
· 55 commits to master since this release
594b768

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