Skip to content

Release v1.5.0

Compare
Choose a tag to compare
@atimin atimin released this 30 Jun 20:40
· 55 commits to main since this release

Added:

  • Support for batched records, PR-78
  • extra_headers to Client constructor, PR-81
  • head option to Bucket.query and Bucket.read to read only metadata, PR-83
  • head option to Bucket.subscribe, PR-87

Fixed:

  • Unordered reading batched records, PR-82

Changed:

  • Minimum Python version is now 3.8, PR-84
  • Parse short header syntax for batched records, PR-85