Releases: psqlpy-python/psqlpy
Releases · psqlpy-python/psqlpy
v0.11.11
v0.11.10
What's Changed
- Removed Python 3.9 support.
- Added fallback for Decimal conversion by @chandr-andr in #161
Previously, you could face the problem when passing Decimal data from Python to Rust. Now problem should be solved.
Full Changelog: 0.11.9...0.11.10
v0.11.9
What's Changed
- Added new type support from psql by @chandr-andr in #160
Full Changelog: 0.11.8...0.11.9
v0.11.8
0.11.7
Bumped version to 0.11.7
0.11.6
Bumped version to 0.11.6
v0.11.4
What's Changed
- Added support for just array in JSONB column by @chandr-andr in #154
Full Changelog: 0.11.3...0.11.4
v0.11.3
What's Changed
- Fixed a documentation error by @bymoye in #145
- Moved all modified deps to psqlpy organization by @chandr-andr in #149
- change result and more optimizations by @bymoye in #148
- Add
Pantherframework usage example by @AliRn76 in #152 - Added new as_tuple parameter to QueryResult by @chandr-andr in #147
- Fixed openssl version by @chandr-andr in #153
New Contributors
Full Changelog: 0.11.2...0.11.3
v0.11.2
What's Changed
- Supported new pyo3 interfaces by @Link-God in #141
- Resolved all warnings by @chandr-andr in #144
- Added pypy3.11 to build matrix by @bymoye in #143
New Contributors
Full Changelog: 0.11.1...0.11.2
v0.11.1
What's changed
- Small fix for error description