Releases: googleapis/java-pubsublite
Releases · googleapis/java-pubsublite
v0.11.0
v0.10.0
v0.9.0
v0.8.0
0.8.0 (2021-01-14)
Features
- Add ComputeHeadCursor RPC for Pub/Sub Lite. (#429) (34d8d02)
- Add non google default creds provider to subscribers in Spark Connector (#440) (2099751)
- Adds examples and fixes bugs in spark connector (#456) (d1c2a24)
- BlockingPullSubscriber in Spark Continuous Processing (#408) (36684c4)
- Changed assert to Preconditions check (#457) (f6f1bc4)
- Compute head offset for Spark connector micro batch mode. (#439) (f484754)
- fix bug where blockingpullsubscriber doesn't refill flowcontrol quota. (#449) (109bd83)
- Major classes for Spark continuous streaming (#396) (0c0d928)
- Multiple fixes to make continuous mode work (#432) (9df4ccf)
- Separates Offsets from different context (Spark vs PSL) (#404) (b745f58)
- Spark connector readme (#441) (2ab6e3e)
- Spark micro batch processing (#426) (86aecc9)
- Update spark connector pom.xml (#445) (624b123)
- Use the partition watching publisher in the cps client (#409) (b85ceb4)
Bug Fixes
- adding a method to the internal wire publisher that will attempt to cancel all outstanding publishes (#434) (7b9776e)
- Attempt to start the publisher and publish in the ITVPC test (#420) (8ebc9f1)
- Extract the rpc exception from IllegalStateExceptins in publish/subscribe (#430) (ff05b1a)
- Remove per-message byte limit in client (#435) (f7f36eb)
Dependencies
- update dependency com.google.cloud:google-cloud-pubsub to v1.110.1 (#416) (92b4076)
- update dependency com.google.cloud:google-cloud-pubsub to v1.110.3 (#442) (cf78009)
- update dependency com.google.cloud:google-cloud-pubsub-bom to v1.110.1 (#417) (c90e506)
- update dependency com.google.cloud:google-cloud-pubsub-bom to v1.110.3 (#443) (594f79c)
- update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.1 (19cae17)
- update dependency com.google.cloud:google-cloud-shared-dependencies to v0.17.0 (#428) (e56d2c2)
- update dependency com.google.cloud:google-cloud-shared-dependencies to v0.17.1 (#452) (ecdaef2)
- update dependency joda-time:joda-time to v2.10.9 (#436) (a5a305b)
- update dependency org.slf4j:slf4j-api to v1.7.30 (#401) (2d9803b)
- update jackson dependencies to v2.12.1 (#447) (d62cd7f)
Documentation
v0.7.0
0.7.0 (2020-12-08)
Features
- Add the PartitionCountWatchingPublisher (#387) (74a8504)
- PSL spark sql streaming utility classes (#391) (0e4cb93)
- The TopicConfigWatcher polls the topic config and calls a handler whenever it changes (#377) (b98c501)
Bug Fixes
- Deadlock in RetryingConnectionImpl when tearing down a connection (#406) (af77486)
- Remove extra logic to convert to project numbers now that this is handled in the backend (#397) (14e5ab4)
Dependencies
- update dependency com.google.cloud:google-cloud-pubsub to v1.110.0 (#393) (98aa9b2)
- update dependency com.google.cloud:google-cloud-pubsub-bom to v1.110.0 (#392) (9e71b67)
- update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.0 (#394) (6890f2a)
- update dependency commons-codec:commons-codec to v1.15 (#399) (00a18a6)