Bump asyncpg from 0.22.0 to 0.26.0
Bumps asyncpg from 0.22.0 to 0.26.0.
Release notes
Sourced from asyncpg's releases.
v0.26.0
Changes
Add support to use awaitable object in password function. (#889) (by
@kwarunekin fb3b6bf7 for #889)Support direct TLS connections (i.e. no STARTTLS) (#923) (by
@jackwotherspoonin f2a937d2 for #923)Fixes
Fix invalid
pyproject.toml(#900) (by@Rongronggg9in eddb649c for #900)Add
record_classparameter Pool.fetch and Pool.fetchrow (#896) (by@baltitengerin 2519cf38 for #896)Domain basetypes are introspected (#886) (#887) (by
@QuantumTMin cca4a2d3 for #886)Properly handle exceptions raised while handling server auth messages (#862) (by
@elpransin bd192623 for #862)v0.25.0
Changes
Improve SSL option compatibility in URIs (by
@fantixin 383c711e for #827)Add
Poolmethods to determine its min, max, current and idle size (by@elpransin 603e3868 for #849)Make it possible to specify a statement name in
Connection.prepare()(by@elpransin 03a3d18f for #846)Implement support for
multirangetypes (by@elpransin d64a44a1 for #851)Fixes
Make sure timeout callbacks always get cleaned up (by
@elpransin dad26913 for #831)Update
__all__statements to a simpler form that is better supported by typecheckers (by@bschnurrin 0a3ae7f5 for #828)
... (truncated)
Commits
9825bbbasyncpg v0.26.0156216fRemove "project" section from pyproject.tomld502abbDocument direct_tls support versionf2a937dSupport direct TLS connections (i.e. no STARTTLS) (#923)bd19262Properly handle exceptions raised while handling server auth messages (#862)fb3b6bfAdd support to use awaitable object in password function. (#889)cca4a2dDomain basetypes are introspected (#886) (#887)2519cf3Add record_class parameter Pool.fetch and Pool.fetchrow (#896)eddb649Fix invalidpyproject.toml(#900)a2f093dUnbreak test workflow (#854)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)