Skip to content

Commit

Permalink
Release 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 29, 2023
1 parent c1ac679 commit 45a1d7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ Changes for crate
Unreleased
==========

- Properly handle Python-native UUID types in SQL parameters

2023/09/29 0.34.0
=================

- Properly handle Python-native UUID types in SQL parameters. Thanks,
@SStorm.
- SQLAlchemy: Fix handling URL parameters ``timeout`` and ``pool_size``
- Permit installation with urllib3 v2, see also `urllib3 v2.0 roadmap`_
and `urllib3 v2.0 migration guide`_. You can optionally retain support
Expand All @@ -14,7 +19,7 @@ Unreleased
deprecated ``commonName`` attribute. Instead, going forward, only the
``subjectAltName`` attribute will be used.
- SQLAlchemy: Improve DDL compiler to ignore foreign key and uniqueness
constraints
constraints.
- DBAPI: Properly raise ``IntegrityError`` exceptions instead of
``ProgrammingError``, when CrateDB raises a ``DuplicateKeyException``.
- SQLAlchemy: Ignore SQL's ``FOR UPDATE`` clause. Thanks, @surister.
Expand Down
2 changes: 1 addition & 1 deletion src/crate/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

# version string read from setup.py using a regex. Take care not to break the
# regex!
__version__ = "0.33.0"
__version__ = "0.34.0"

apilevel = "2.0"
threadsafety = 2
Expand Down

0 comments on commit 45a1d7f

Please sign in to comment.