Skip to content

v1.103.0

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 20 Feb 22:46
db64eaa

1.103.0 (2020-02-20)

Features

  • add randomly generated UUID to outgoing initial streaming pull requests (#77) (08e77d4)
  • adding support for dead letter queues (#60) (f3c93fa)

Bug Fixes

  • ensure all publishes complete before shutting down publisher (#76) (d0ab525), closes #6784 #11
  • removing delivery attempt attribute when dead lettering is not enabled (#72) (535854d)
  • retry streaming subscriber connections on unknown (#92) (d702a5c)
  • shutdown grpc stubs properly when a subscriber is stopped (#74) (9bcc433), closes #6784 #11

Dependencies

  • update core dependencies (#56) (0188a8a)
  • update dependency com.google.cloud:google-cloud-core to v1.92.5 (c296feb)
  • update dependency com.google.http-client:google-http-client-bom to v1.34.1 (#71) (69fc615)
  • update dependency com.google.protobuf:protobuf-java to v3.11.3 (#79) (0f77732)
  • update dependency org.threeten:threetenbp to v1.4.1 (4383d60)

Documentation

  • regen: update sample code to set total timeout, add API client header test (8bc23bc)