Skip to content

Commit 9825bbb

Browse files
committed
asyncpg v0.26.0
Changes ------- * Add support to use awaitable object in password function. (MagicStack#889) (by @kwarunek in fb3b6bf for MagicStack#889) * Support direct TLS connections (i.e. no STARTTLS) (MagicStack#923) (by @jackwotherspoon in f2a937d for MagicStack#923) Fixes ----- * Fix invalid `pyproject.toml` (MagicStack#900) (by @Rongronggg9 in eddb649 for MagicStack#900) * Add record_class parameter Pool.fetch and Pool.fetchrow (MagicStack#896) (by @baltitenger in 2519cf3 for MagicStack#896) * Domain basetypes are introspected (MagicStack#886) (MagicStack#887) (by @QuantumTM in cca4a2d for MagicStack#886) * Properly handle exceptions raised while handling server auth messages (MagicStack#862) (by @elprans in bd19262 for MagicStack#862)
1 parent 156216f commit 9825bbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
fetch-depth: 50
9696
submodules: true
9797

98-
- uses: pypa/cibuildwheel@v2.2.2
98+
- uses: pypa/cibuildwheel@v2.8.0
9999
env:
100100
CIBW_BUILD_VERBOSITY: 1
101101
CIBW_BUILD: ${{ matrix.cibw_python }}

asyncpg/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# supported platforms, publish the packages on PyPI, merge the PR
1111
# to the target branch, create a Git tag pointing to the commit.
1212

13-
__version__ = '0.26.0.dev0'
13+
__version__ = '0.26.0'

0 commit comments

Comments
 (0)