Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 19:53
· 31 commits to main since this release

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.