Skip to content
fbea46d
Compare
Choose a tag to compare

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)
Compare
Choose a tag to compare

0.5.5 (January 20th, 2022)

Fixed

  • Revert the change of Record type to Sequence from Mapping(#408) to maintain backward compatibility
f6b28ad
Compare
Choose a tag to compare

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)
5aadd6e
Compare
Choose a tag to compare

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)
2150a22
Compare
Choose a tag to compare

0.5.2 (September 10th, 2021)

Fixed

  • Reset counter for failed connections (#385)
  • Avoid dangling task-local connections after Database.disconnect() (#211)
975e616
Compare
Choose a tag to compare

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)
0a06a5f
Compare
Choose a tag to compare

0.5.0 (August 26th, 2021)

Added

  • Support SQLAlchemy 1.4 (#299)

Fixed

  • Fix concurrent transactions (#328)
88a8015
Compare
Choose a tag to compare

0.4.3 (March 26th, 2021)

Fixed

  • Pin SQLAlchemy to <1.4.* (#314)
2194ffb
Compare
Choose a tag to compare

Changelog:

  • Fix memory leak with asyncpg for SQLAlchemy generic functions (#273)
5b60ba8
Compare
Choose a tag to compare

Changelog:

  • Removed psycopg2 and pymysql from the direct package dependencies to avoid non-binary builds (#256)