Skip to content

Releases: psqlpy-python/psqlpy

v0.11.8

21 Oct 11:08

Choose a tag to compare

Full Changelog: 0.11.7...0.11.8

What's new:

Added support for Python 3.14

0.11.7

21 Oct 10:48

Choose a tag to compare

Bumped version to 0.11.7

0.11.6

14 Aug 17:08

Choose a tag to compare

Bumped version to 0.11.6

v0.11.4

14 Aug 08:27

Choose a tag to compare

What's Changed

Full Changelog: 0.11.3...0.11.4

v0.11.3

16 Jul 21:27

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.2...0.11.3

v0.11.2

26 Jun 23:09

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.1...0.11.2

v0.11.1

28 May 13:02

Choose a tag to compare

What's changed

  • Small fix for error description

v0.11.0

27 May 19:06

Choose a tag to compare

What's Changed

Full Changelog: 0.10.1...0.11.0

v0.10.1

06 May 10:44

Choose a tag to compare

What's changed

  • Minor changes in processing kwargs parameters.

v0.10.0

05 May 19:53

Choose a tag to compare

What's Changed

  • Fixed problem when the external connection pool is used in Transaction mode. Now PgBouncer, Supavisor, etc can be used.
    Read more in the docs on how to use PSQLPy in External connection pools.
  • External types for primitive data types are not necessary now.

Deprecated external types:

  • BigInt -> int
  • Integer -> int
  • SmallInt -> int
  • Float32 -> float
  • Float64 -> float
  • VarChar -> str
  • Text -> str
  • JSON -> dict/list
  • JSONB -> dict/list
  • All array types are deprecated, too.