asyncpg v0.25.0#853
Merged
asyncpg v0.25.0 #853
Uh oh!
There was an error while loading. Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Improve SSL option compatibility in URIs
(by @fantix in 383c711 for Fix SSL compatibility of libpq #827)
Add
Poolmethods to determine its min, max, current and idle size(by @elprans in 603e386 for Add Pool methods to determine its min, max, current and idle size #849)
Make it possible to specify a statement name in
Connection.prepare()(by @elprans in 03a3d18 for Make it possible to specify a statement name in Connection.prepare() #846)
Implement support for
multirangetypes(by @elprans in d64a44a for Implement support for multirange types #851)
Fixes
Make sure timeout callbacks always get cleaned up
(by @elprans in dad2691 for Make sure timeout callbacks always get cleaned up #831)
Update
__all__statements to a simpler form that is better supported by typecheckers(by @bschnurr in 0a3ae7f for updating __all__ statements to a simpler form that is supported by stat… #828)
Fix
test_timetz_encodingon Python 3.10(by @elprans in 3a90fef)
Fix a bunch of
ResourceWarningsin the test suite(by @elprans in 2f4fe53)
Fix
SSLContextdeprecation warnings(by @elprans in 4d39a05)
Fix the description of the database argument to
connect()(by @elprans in a2a9237 for Fix the description of the database argument to connect() #847)
Fix parsing of IPv6 addresses in the connection URI
(by @elprans in f900b73 for Fix parsing of IPv6 addresses in the connection URI #845)
Improve diagnostics of invalid
executemany()input(by @elprans in a8fc21e for Improve diagnostics of invalid executemany() input #848)