v0.2.0
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).
- For example, this allows passing the
- Added optional
auth_token
param toPostgresClient
to pass value viaaccess-token
header. - Add new fully async version of PostgresClient in
pgasync.py
.
Full Changelog: 0.1.7...0.2.0