Skip to content

Releases: googleapis/java-pubsublite

v0.1.7

05 Jun 18:05
289fc3f
Compare
Choose a tag to compare

0.1.7 (2020-06-05)

Bug Fixes

  • Modify CommitterImpl to exit early in case of permanent failure to avoid waiting on its own actions to complete. (#90) (8858d58)

v0.1.6

28 May 20:20
bd67e98
Compare
Choose a tag to compare

0.1.6 (2020-05-27)

Bug Fixes

v0.1.5

21 May 23:16
caa96a8
Compare
Choose a tag to compare

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)

v0.1.4

20 May 15:01
7404ee0
Compare
Choose a tag to compare

0.1.4 (2020-05-20)

Bug Fixes

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

v0.1.3

20 May 13:46
1b9770e
Compare
Choose a tag to compare

0.1.3 (2020-05-20)

Bug Fixes

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

v0.1.2

19 May 20:46
c21965a
Compare
Choose a tag to compare

0.1.2 (2020-05-19)

Documentation

v0.1.1

19 May 17:01
099e865
Compare
Choose a tag to compare

0.1.1 (2020-05-19)

Bug Fixes

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

v0.1.0

19 May 16:21
22336ea
Compare
Choose a tag to compare

0.1.0 (2020-05-18)

Features

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

Bug Fixes

Reverts

Documentation