All notable changes to this project will be documented in this file.
- Expose
Basin
andStream
so they can used as type hints (#30)
- Add
append_inputs_gen
util for automatic batching of records (#19)
- Make
fence
andtrim
APIs behave like mentioned in note (#18) - Move utils into a separate
utils
mod (#21)
- Format previously missed files in
_lib
usingruff
(#22)
- [breaking] Remove trim and fence helper methods (#20)
- Limits in read session resumption (#14)
- Update
README
(#10)
- At-least-once need not be scary (#11)
- Organize imports and add a few external links in docs (#7)
- Validate
AppendInput
, exposemetered_bytes
, misc. docs polish (#8)
- Swap gRPC dependency i.e. betterproto -> grpcio (#5)
- Async S2 client with core functionalities (d05d55a)