Skip to content

Latest commit

 

History

History
68 lines (36 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

68 lines (36 loc) · 2.19 KB

Changelog

All notable changes to this project will be documented in this file.

[1.1.0] - 2025-01-25

Features

  • Expose Basin and Stream so they can used as type hints (#30)

[1.0.0] - 2025-01-21

Features

  • Add append_inputs_gen util for automatic batching of records (#19)

Refactor

  • Make fence and trim APIs behave like mentioned in note (#18)
  • Move utils into a separate utils mod (#21)

Documentation

  • Consistent vocab and format (#23)
  • Fix note in append_inputs_gen util fn (#24)

Styling

  • Format previously missed files in _lib using ruff (#22)

Miscellaneous Tasks

  • [breaking] Remove trim and fence helper methods (#20)

[0.2.0] - 2025-01-17

Bug Fixes

  • Limits in read session resumption (#14)

Documentation

  • Update README (#10)

Miscellaneous Tasks

  • At-least-once need not be scary (#11)

[0.1.4] - 2025-01-15

Miscellaneous Tasks

  • Organize imports and add a few external links in docs (#7)
  • Validate AppendInput, expose metered_bytes, misc. docs polish (#8)

[0.1.3] - 2025-01-14

Refactor

  • Swap gRPC dependency i.e. betterproto -> grpcio (#5)

[0.1.2] - 2025-01-14

Features

  • Async S2 client with core functionalities (d05d55a)