Skip to content

0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Nov 02:17
· 81 commits to main since this release
db08543

Features

  • Implement BasinService/{ListStreams, GetBasinConfig} (#3)
  • Implement BasinService/{CreateStream, GetStreamConfig} (#8)
  • Implement AccountService/{ListBasins, DeleteBasin} (#10)
  • Implement BasinService (#12)
  • Add request timeout (#14)
  • Display impl for types::BasinState (#18)
  • Implement StreamService (complete) (#16)
  • Implement AppendRecordStream with batching support (#24)
  • Enable tls config and make connection uri depend on env (#25)
  • Doc reuse (#32)
  • Support for overriding user-agent (#33)
  • Sync rpc - sdk wrapper docs (#34)

Bug Fixes

  • Use usize for ListBasins (#15)
  • Make all errors public (#20)

Miscellaneous Tasks

  • Update proto submodule (#7)
  • Replace url with http::uri::Uri (#6)
  • Update HAS_NO_SIDE_EFFECTS to IDEMPOTENCY_LEVEL (#11)
  • FromStr impl to convert str to StorageClass enum (#13)
  • Move get_basin_config, reconfigure_basin to AccountService (#17)
  • Remove usage of deprecated tonic_build method (#21)
  • Add+feature-gate serde Serialize/Deserialize derives (#22)
  • Deps
  • Updated repo for proto submodule (#38)
  • Http2 adaptive window [S2-412] (#41)
  • Add CI action (#44)
  • Add release action