Releases: psqlpy-python/psqlpy
Releases · psqlpy-python/psqlpy
v0.7.9
What's Changed
- Fixed problem with nested arrays in JSONs fields by @chandr-andr in #83
Full Changelog: 0.7.8...0.7.9
v0.7.8
Dependencies update
All tokio-postgres dependencies were updated to the last version.
Full Changelog: 0.7.7...0.7.8
v0.7.7
What's Changed
- Add geo types to supported types in docs by @Mernus in #77
- Added support for multi-dimensional arrays by @chandr-andr in #81
Full Changelog: 0.7.6...0.7.7
v0.7.6
What's Changed
- Added benchmarks in docs by @chandr-andr in #76
- Add support Geometric Types (except Polygons) by @Mernus in #30
New Contributors
Full Changelog: 0.7.5...0.7.6
v0.7.5
What's Changed
- Added context manager support to ConnectionPool by @chandr-andr in #74
Check more on docs - https://psqlpy-python.github.io/components/connection_pool.html#use-connection-pool-as-context-manager
Full Changelog: 0.7.4...0.7.5
v0.7.4
What's Changed
- Fixed problem with require sslmode by @chandr-andr in #70
Full Changelog: 0.7.3...0.7.4
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