We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42dda8e commit f1ab152Copy full SHA for f1ab152
Changes.rst
@@ -1,3 +1,16 @@
1
+Changes for v0.4.0 (2022-02-27)
2
+===============================
3
+
4
+- Revert #32. Neither JSON nor UUIDs are appropriate for native type
5
+ casting in this driver, because such behavior is inconsistent with
6
+ other DB-API drivers.
7
8
+- Use typed exceptions
9
10
+- Raise legible error when passing array params. Closes #45
11
12
+- Guard client init with lock. Fixes #43
13
14
Changes for v0.3.2 (2022-01-23)
15
===============================
16
setup.py
@@ -4,7 +4,7 @@
setup(
name="aurora-data-api",
- version="0.3.2",
+ version="0.4.0",
url='https://github.com/chanzuckerberg/aurora-data-api',
license='Apache Software License',
author='Andrey Kislyuk',
0 commit comments