Releases: psqlpy-python/psqlpy
Releases · psqlpy-python/psqlpy
v0.7.3
What's Changed
- Added method binary_copy_to_table by @chandr-andr in #69
Full Changelog: 0.7.2...0.7.3
v0.7.2
v0.7.1
What's Changed
- Added SSL support by @chandr-andr in #60
- Changed actions by @chandr-andr in #63
Full Changelog: 0.7.0...0.7.1
v0.7.0
Made connection management better.
Now you can:
- Manually send a connection back to the connection pool.
- Use connection in async context management with the
acquire
method inConnectionPool
. - Resize connection pool in runtime with
resize
method. - Retrieve connection pool status with
status
method.
There was a problem with possible deadlock, but now it's solved.
We highly recommend you update your services with the new 0.7.0
version of the package.*
What's Changed
- moved docs to repo by @chandr-andr in #57
- Better connection management by @chandr-andr in #58
Full Changelog: 0.6.8...0.7.0
v0.6.8
New predefined row factories
Check on docs: https://qaspen-python.github.io/psqlpy-docs/usage/row_factories/predefined_row_factories.html
What's Changed
- Added predefined row factories by @chandr-andr in #55
Full Changelog: 0.6.7...0.6.8
v0.6.7
Row Factory
Now it's possible to define your own function to convert results from database.
What's Changed
- Added row_factory method for query results by @chandr-andr in #54
Full Changelog: 0.6.6...0.6.7
v0.6.6
Full Changelog: 0.6.5...0.6.6
v0.6.5
New Types supported
Now it's possible to use XML, NUMERIC and MONEY type in PostgreSQL
What's Changed
- Supported more types by @chandr-andr in #53
Full Changelog: 0.6.4...0.6.5