Skip to content

Commit 532ed04

Browse files
committed
v0.3.0
1 parent b59635b commit 532ed04

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Changes.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Changes for v0.3.0 (2021-12-25)
2+
===============================
3+
4+
- Add supports_statement_cache flag. Fixes #29
5+
6+
- Add error code extraction (#31)
7+
8+
- Format with DataAPI supported format for dates (#24)
9+
10+
- Set supports_sane_multi_rowcount = False on
11+
AuroraPostgresDataAPIDialect (#28)
12+
13+
- Tell SQLAlchemy: mysql supports native decimal (fixes #25) (#26)
14+
115
Changes for v0.2.7 (2020-12-12)
216
===============================
317

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="sqlalchemy-aurora-data-api",
7-
version="0.2.7",
7+
version="0.3.0",
88
url='https://github.com/chanzuckerberg/sqlalchemy-aurora-data-api',
99
license='Apache Software License',
1010
author='Andrey Kislyuk',

0 commit comments

Comments
 (0)