File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,12 @@ Changes for crate
5
5
Unreleased
6
6
==========
7
7
8
- - Properly handle Python-native UUID types in SQL parameters
8
+
9
+ 2023/09/29 0.34.0
10
+ =================
11
+
12
+ - Properly handle Python-native UUID types in SQL parameters. Thanks,
13
+ @SStorm.
9
14
- SQLAlchemy: Fix handling URL parameters ``timeout`` and ``pool_size``
10
15
- Permit installation with urllib3 v2, see also `urllib3 v2.0 roadmap`_
11
16
and `urllib3 v2.0 migration guide`_. You can optionally retain support
@@ -14,7 +19,7 @@ Unreleased
14
19
deprecated ``commonName`` attribute. Instead, going forward, only the
15
20
``subjectAltName`` attribute will be used.
16
21
- SQLAlchemy: Improve DDL compiler to ignore foreign key and uniqueness
17
- constraints
22
+ constraints.
18
23
- DBAPI: Properly raise ``IntegrityError`` exceptions instead of
19
24
``ProgrammingError``, when CrateDB raises a ``DuplicateKeyException``.
20
25
- SQLAlchemy: Ignore SQL's ``FOR UPDATE`` clause. Thanks, @surister.
Original file line number Diff line number Diff line change 29
29
30
30
# version string read from setup.py using a regex. Take care not to break the
31
31
# regex!
32
- __version__ = "0.33 .0"
32
+ __version__ = "0.34 .0"
33
33
34
34
apilevel = "2.0"
35
35
threadsafety = 2
You can’t perform that action at this time.
0 commit comments