Skip to content

Releases: psqlpy-python/psqlpy

v0.5.5

29 Apr 15:03
f4f1d8d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.4...0.5.5

v0.5.4

26 Apr 17:25
95ad0b1
Compare
Choose a tag to compare

What's Changed

  • Custom decoders and encoders for not supported types by @chandr-andr in #35

Full Changelog: 0.5.3...0.5.4

v0.5.3

17 Apr 20:04
15dcaf9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.2...0.5.3

v0.5.2

15 Apr 17:58
891e713
Compare
Choose a tag to compare

We added support for Composite Types in PostgreSQL.
Now you can easily use them and don't worry about deserialization on the Python side.

What's Changed

v0.5.1

13 Apr 18:16
f5705eb
Compare
Choose a tag to compare

Minor changes, no affect on code.

Full Changelog: 0.5.0...0.5.1

v0.5.0

11 Apr 19:47
fca85b5
Compare
Choose a tag to compare

Version 0.5.0

It's one of the biggest updates since the library's first release.

We rewrote the whole code base because the new version of Pyo3 (v0.21.1) was released with a new implementation for asynchronous code.

Now native Rust code looks much simpler, easier to support, and supports adding new features faster and safer.

In addition, the PSQLPy driver became even faster than the previous realization. We increased performance by approximately 2 times in some cases, and by 15-50% in most cases.

Many thanks to the main contributor! @insani7y

v0.3.5

28 Mar 20:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.3...0.3.5

v0.3.3

18 Mar 18:59
Compare
Choose a tag to compare

What's Changed

  • Added some performance changes by @chandr-andr in #23
  • Add execute_many, fetch_row, fetch_val to connection; impove docstrings by @insani7y in #24

Full Changelog: 0.3.2...0.3.3

v0.3.2

14 Mar 20:25
Compare
Choose a tag to compare

What's Changed

  • Remove RwLock's from is_done and is_started by @insani7y in #19
  • Added close method for Connection Pool by @chandr-andr in #22
  • Added new parameter to all execute methods. Now it's possible to turn off statement preparation by @chandr-andr in #21

Full Changelog: 0.3.1...0.3.2

v0.3.1

13 Mar 22:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1