Skip to content

Commit f1ab152

Browse files
committed
v0.4.0
1 parent 42dda8e commit f1ab152

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Changes.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
114
Changes for v0.3.2 (2022-01-23)
215
===============================
316

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="aurora-data-api",
7-
version="0.3.2",
7+
version="0.4.0",
88
url='https://github.com/chanzuckerberg/aurora-data-api',
99
license='Apache Software License',
1010
author='Andrey Kislyuk',

0 commit comments

Comments
 (0)