Releases · MagicStack/asyncpg · GitHub
Skip to content

Releases: MagicStack/asyncpg

v0.31.0

Choose a tag to compare

@github-actions github-actions released this 24 Nov 23:24
v0.31.0

Enable Python 3.14 with experimental subinterpreter/freethreading
support.

Improvements

Fixes

Other

v0.30.0

Choose a tag to compare

@github-actions github-actions released this 20 Oct 00:28
v0.30.0
bae282e

Support Python 3.13 and PostgreSQL 17.

Improvements

Fixes

v0.29.0

Choose a tag to compare

@github-actions github-actions released this 05 Nov 05:57
v0.29.0
74f3a00

Minor fixes and improvements.

Improvements

Fixes

Other

v0.28.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 01:01
v0.28.0
9a12d14

Minor fixes and improvements.

Changes

v0.27.0

Choose a tag to compare

@github-actions github-actions released this 26 Oct 22:11
v0.27.0
925cfe1

Support Python 3.11 and PostgreSQL 15. This release also drops support
for Python 3.6.

Changes

v0.26.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 19:21
v0.26.0
9825bbb

Changes

Fixes

v0.25.0

Choose a tag to compare

@github-actions github-actions released this 16 Nov 22:57
v0.25.0
7a2dfdc

Changes

Fixes

v0.24.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 05:27
v0.24.0
36658fa

Changes

Fixes

v0.23.0

Choose a tag to compare

@github-actions github-actions released this 17 May 19:02
v0.23.0
ab6c436

Fixes

v0.22.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 05:48
v0.22.0
1616076

A new asyncpg release is here.

Notable additions include Python 3.9 support, support for recently added
PostgreSQL types like jsonpath, and last but not least, vastly
improved executemany() performance. Importantly, executemany() is
also now atomic, which means that either all iterations succeed, or
none at all, whereas previously partial results would have remained in
place, unless executemany() was called in a transaction.

There is also the usual assortment of improvements and bugfixes, see the
details below.

This is the last release of asyncpg that supports Python 3.5, which has
reached EOL last September.

Improvements

Fixes