0.6.0 (May 30th, 2022)
- Dropped Python 3.6 support (#458)
Added
- Add _mapping property to the result set interface (#447 )
- Add contributing docs (#453 )
Fixed
- Fix query result named access (#448)
- Fix connections getting into a bad state when a task is cancelled (#457)
- Revert #328 parallel transactions (#472)
- Change extra installations to specific drivers (#436)
0.5.5 (January 20th, 2022)
Fixed
- Revert the change of
Record type to Sequence from Mapping(#408) to maintain backward compatibility
0.5.4 (January 14th, 2022)
Added
- Support for Unix domain in connections (#423)
asyncmy MySQL driver (#382)
Fixed
- Fix SQLite fetch queries with multiple parameters (#435)
- Change
Record type to Sequence (#408)
0.5.3 (October 10th, 2021)
Added
- Support
dialect+driver for default database drivers like postgresql+asyncpg (#396)
Fixed
- Documentation of low-level transaction (#390)
0.5.2 (September 10th, 2021)
Fixed
- Reset counter for failed connections (#385)
- Avoid dangling task-local connections after Database.disconnect() (#211)
0.5.1 (September 2nd, 2021)
Added
- Make database
connect and disconnect calls idempotent (#379)
Fixed
- Fix
in_ and notin_ queries in SQLAlchemy 1.4 (#378)
0.5.0 (August 26th, 2021)
Added
- Support SQLAlchemy 1.4 (#299)
Fixed
- Fix concurrent transactions (#328)
0.4.3 (March 26th, 2021)
Fixed
- Pin SQLAlchemy to <1.4.* (#314)
Changelog:
- Fix memory leak with asyncpg for SQLAlchemy generic functions (#273)
Changelog:
- Removed psycopg2 and pymysql from the direct package dependencies to avoid non-binary builds (#256)
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.