-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: googleapis/java-pubsublite
base: v0.3.1
head repository: googleapis/java-pubsublite
compare: v0.4.0
- 14 commits
- 53 files changed
- 5 contributors
Commits on Sep 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a3a21b4 - Browse repository at this point
Copy the full SHA a3a21b4View commit details
Commits on Sep 11, 2020
-
chore: release 0.3.2-SNAPSHOT (#242)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f188fc3 - Browse repository at this point
Copy the full SHA f188fc3View commit details -
build(java): switch to release-publish app for notifying GitHub of re…
…lease status (#227) Source-Author: Jeff Ching <chingor@google.com> Source-Date: Wed Aug 26 21:48:06 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 019c7168faa0e56619f792693a8acdb30d6de19b Source-Link: googleapis/synthtool@019c716
Configuration menu - View commit details
-
Copy full SHA for 3e995c9 - Browse repository at this point
Copy the full SHA 3e995c9View commit details
Commits on Sep 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7deb610 - Browse repository at this point
Copy the full SHA 7deb610View commit details
Commits on Sep 15, 2020
-
feat: Use TopicStats to implement getSplitBacklog (#228)
* feat: Use TopicStats to implement getSplitBacklog We use the TopicStatsService to compute the backlog size for the assigned splits in the PubsubLiteUnbounded Reader. We will refresh backlog information every ten seconds, and will use stale information for up to a minute if the topic stats serivce is unavailable. Constructing the TopicBacklogReader in SubscriberOptions is a bit awkward, but I wanted to make sure we don't need to re-resolve the subscription -> topic mapping when we split or merge the source. Otherwise we end up with a hard dependency on the admin service. * Code review changes * Change logging api to test dependency * Switch to google logger
Configuration menu - View commit details
-
Copy full SHA for 9a889a9 - Browse repository at this point
Copy the full SHA 9a889a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a65da39 - Browse repository at this point
Copy the full SHA a65da39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a54c38 - Browse repository at this point
Copy the full SHA 3a54c38View commit details -
[CHANGE ME] Re-generated to pick up changes from googleapis. (#236)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * Add documentation and deprecate a field. PiperOrigin-RevId: 330547201 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Sep 8 11:13:26 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 8f5d456242fb0bdfc505e96e62e22c66aa6e97fd Source-Link: googleapis/googleapis@8f5d456
Configuration menu - View commit details
-
Copy full SHA for d213b41 - Browse repository at this point
Copy the full SHA d213b41View commit details
Commits on Sep 21, 2020
-
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
Configuration menu - View commit details
-
Copy full SHA for da8dd66 - Browse repository at this point
Copy the full SHA da8dd66View commit details
Commits on Sep 24, 2020
-
chore: Move BufferingPullSubscriber into google-cloud-pubsublite so i…
…t can be reused. (#249)
Configuration menu - View commit details
-
Copy full SHA for 4111f09 - Browse repository at this point
Copy the full SHA 4111f09View commit details -
Configuration menu - View commit details
-
Copy full SHA for eabe900 - Browse repository at this point
Copy the full SHA eabe900View commit details -
fix: Fix BufferingPullSubscriber to not seek after sending flow contr…
…ol tokens. (#253) Seeking after sending tokens will discard any flow control tokens sent to the server. Also, update BufferingPullSubscriber to accept arbitrary initial seek requests.
Configuration menu - View commit details
-
Copy full SHA for 0e20d80 - Browse repository at this point
Copy the full SHA 0e20d80View commit details -
fix: Move settings for the topic backlog reader to TopicBacklogReader…
…Settings (#254) * Add an independent TopicBacklogReaderSettings * Delete Example.java
Configuration menu - View commit details
-
Copy full SHA for 0ee60eb - Browse repository at this point
Copy the full SHA 0ee60ebView commit details -
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fcf5282 - Browse repository at this point
Copy the full SHA fcf5282View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.1...v0.4.0