Skip to content

Latest commit

 

History

History
76 lines (36 loc) · 4.93 KB

CHANGELOG.md

File metadata and controls

76 lines (36 loc) · 4.93 KB

Changelog

0.1.6 (2020-05-27)

Bug Fixes

0.1.5 (2020-05-21)

Bug Fixes

  • Implement ChannelCache, which aggregates stubs to a single channel, and properly cleans them up on teardown. (#72) (502484a)
  • Modify UnboundedRreader to correctly initialize committers. (#74) (5fa68c7)
  • use appropriate x-version-update in POM files (#68) (12edb04)

Documentation

  • Update sample code snippets in the main readme (#71) (603b4a7)

0.1.4 (2020-05-20)

Bug Fixes

  • Propogate context in SinglePartitionPublisherBuilder. (#63) (8b2d525)

0.1.3 (2020-05-20)

Bug Fixes

  • fix the regex in Versions.java to actually split on '.' (#57) (b9371b1)

0.1.2 (2020-05-19)

Documentation

0.1.1 (2020-05-19)

Bug Fixes

  • bump shared config version to trigger a release (#48) (7f2fdef)

0.1.0 (2020-05-18)

Features

  • add exponential backoff to stream retries (#34) (bdb0995)

Bug Fixes

Reverts

  • Revert "chore: release 0.1.0 (#36)" (#43) (66313ae), closes #36 #43

Documentation