Next | Query returned 30 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-11-06 12:02:56 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-asyncpg: updated to 0.29.0

v0.29.0

Improvements

Python 3.12 and PostgreSQL 16 support
Add support for tuple-format custom codecs on composite types
Support target_session_attrs in URL format, add tests
Infinity numeric support
Add support for the WHERE clause in copy_to methods
Add query logging callbacks and context manager

Fixes

When prepared statements are disabled, avoid relying on them harder
Handle environments with HOME set to a not-a-directory
Fix handling of non-ASCII passwords
Disable JIT while doing type introspection
Remove connection parameter caching in Pool
Switch to Python 3.12-style wait_for
Update automatic PostGIS type conversion for Shapely 2.0
Use the timeout context manager in the connection path
Small fix for documentation on using SSL in Connection
Use cleanup_ctx in pool usage doc
Close cursor portals once the iterator is exhausted
Cut BaseProtocol circular reference on close.
Allow passing hosts as tuples to connect() (in addition to lists)
   2023-07-08 09:04:32 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-asyncpg: updated to 0.28.0

0.28.0
Do not try to cleanup statements
Add Pool.is_closing() method
Fix test_tls_version for LibreSSL
Handle environments without home dir
fix: salt and iterations parsing for scram
Add support for target_session_attrs
Add support for READ UNCOMMITTED
Update benchmarks, add psycopg3
   2023-05-09 10:27:10 by Thomas Merkel | Files touched by this commit (2)
Log message:
py-asyncpg: fix illumos / solaris build

Provide patch file to support py-asyncpg on illumos.
   2022-11-08 12:43:59 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-asyncpg: updated to 0.27.0

v0.27.0

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

Changes

Add arm64 mac and linux wheels
Add Python 3.11 to the test matrix
Exclude .venv from flake8
Upgrade to flake8 5.0.4 (from 3.9.2)
Show an example of a custom Record class
Use the exact type name in Record.repr
Drop Python 3.6 support
Test on Python 3.11 and PostgreSQL 15, fix workflow deprecations
   2022-07-08 09:26:10 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-asyncpg: updated to 0.26.0

v0.26.0

Changes

Add support to use awaitable object in password function.
Support direct TLS connections (i.e. no STARTTLS)

Fixes

Fix invalid pyproject.toml
Add record_class parameter Pool.fetch and Pool.fetchrow
Domain basetypes are introspected
Properly handle exceptions raised while handling server auth messages
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-12-30 14:05:42 by Adam Ciarcinski | Files touched by this commit (125)
Log message:
Forget about Python 3.6
   2021-12-16 13:50:08 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-asyncpg: move incompatibility line earlier so it works
   2021-11-17 10:04:41 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-asyncpg: updated to 0.25.0

v0.25.0

Changes

Improve SSL option compatibility in URIs
Add Pool methods to determine its min, max, current and idle size
Make it possible to specify a statement name in Connection.prepare()
Implement support for multirange types

Fixes

Make sure timeout callbacks always get cleaned up
Update __all__ statements to a simpler form that is better supported by typecheckers
Fix test_timetz_encoding on Python 3.10
Fix a bunch of ResourceWarnings in the test suite
Fix SSLContext deprecation warnings
Fix the description of the database argument to connect()
Fix parsing of IPv6 addresses in the connection URI
Improve diagnostics of invalid executemany() input
   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz

Next | Query returned 30 messages, browsing 1 to 10 | Previous