Skip to content

v0.2.0

Compare
Choose a tag to compare
@spwoodcock spwoodcock released this 09 Feb 09:54
· 77 commits to main since this release

What's Changed

  • Allow passing BytesIO object as json/yaml config by @spwoodcock in #13
  • Allow passing extra params dict to execQuery by @spwoodcock in #14
    • For example, this allows passing the bind_zip=False param to generate files without zipping (i.e. direct streaming access from S3).
  • Added optional auth_token param to PostgresClient to pass value via access-token header.
  • Add new fully async version of PostgresClient in pgasync.py.

Full Changelog: 0.1.7...0.2.0