Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Feb 27, 2022
1 parent 42dda8e commit f1ab152
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Changes for v0.4.0 (2022-02-27)
===============================

- Revert #32. Neither JSON nor UUIDs are appropriate for native type
casting in this driver, because such behavior is inconsistent with
other DB-API drivers.

- Use typed exceptions

- Raise legible error when passing array params. Closes #45

- Guard client init with lock. Fixes #43

Changes for v0.3.2 (2022-01-23)
===============================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f1ab152

Please sign in to comment.