Skip to content

Releases: psqlpy-python/psqlpy

v0.7.9

13 Sep 11:47
903008e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.8...0.7.9

v0.7.8

05 Sep 22:29
1244078
Compare
Choose a tag to compare

Dependencies update

All tokio-postgres dependencies were updated to the last version.

Full Changelog: 0.7.7...0.7.8

v0.7.7

27 Aug 14:06
8308ca8
Compare
Choose a tag to compare

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

14 Aug 19:42
15bfc0c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.5...0.7.6

v0.7.5

09 Aug 15:12
35c7b1a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.4...0.7.5

v0.7.4

21 Jul 17:15
95a3bb7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.3...0.7.4

v0.7.3

20 Jul 16:50
2f3f5c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.2...0.7.3

v0.7.2

08 Jul 14:22
013db21
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.7.2

v0.7.1

04 Jul 00:25
bc63fd1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.7.1

v0.7.0

30 Jun 15:42
4dc2d88
Compare
Choose a tag to compare

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 in ConnectionPool.
  • 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

Full Changelog: 0.6.8...0.7.0