Skip to content

Releases: psqlpy-python/psqlpy

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

v0.6.8

26 Jun 20:01
77340b1
Compare
Choose a tag to compare

New predefined row factories

Check on docs: https://qaspen-python.github.io/psqlpy-docs/usage/row_factories/predefined_row_factories.html

What's Changed

Full Changelog: 0.6.7...0.6.8

v0.6.7

21 Jun 19:21
e40c54a
Compare
Choose a tag to compare

Row Factory

Now it's possible to define your own function to convert results from database.

What's Changed

Full Changelog: 0.6.6...0.6.7

v0.6.6

20 Jun 18:09
c86c387
Compare
Choose a tag to compare

Full Changelog: 0.6.5...0.6.6

v0.6.5

19 Jun 17:53
7e7a228
Compare
Choose a tag to compare

New Types supported

Now it's possible to use XML, NUMERIC and MONEY type in PostgreSQL

What's Changed

Full Changelog: 0.6.4...0.6.5

v0.6.4

11 Jun 22:30
7dde7fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.3...0.6.4

v0.6.3

11 Jun 20:09
27d9ca8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.2...0.6.3