Skip to content

v0.8.3

Compare
Choose a tag to compare
@elprans elprans released this 04 Jan 21:34
· 450 commits to master since this release
v0.8.3

Elvis Pranskevichus (9):

  • Increase pool.acquire timeout in tests to avoid failures on Travis
  • Silence a few -Wmaybe-uninitialized warnings
  • Increase test timeouts
  • Attempt to fix spurious failures of test_auth_reject on Windows
  • Use ssize_t for buffer sizes consistently
  • Add infrastructure for multiformat data codecs
  • Implement text array decoder (#60)
  • ci: Make sure wheel builds on macOS start from a clean slate (#61)

Vitaly Burovoy (3):

  • Make TYPEMAP be stable and avoid extra endline at the end of pgtypes.pxi
  • Make error message be the same as in the "_get_array_shape" function.
  • Add codec tests for "aclitem[]" type