Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/java-pubsublite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: googleapis/java-pubsublite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 14 commits
  • 53 files changed
  • 5 contributors

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    a3a21b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. chore: release 0.3.2-SNAPSHOT (#242)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    f188fc3 View commit details
    Browse the repository at this point in the history
  2. 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
    yoshi-automation authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    3e995c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    7deb610 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. 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
    palmere-google authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    9a889a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a65da39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a54c38 View commit details
    Browse the repository at this point in the history
  4. [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
    yoshi-automation authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    d213b41 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. chore: regenerate README

    autosynth cannot find the source of changes triggered by earlier changes in this
            repository, or by version upgrades to tools such as linters.
    yoshi-automation authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    da8dd66 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    4111f09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eabe900 View commit details
    Browse the repository at this point in the history
  3. 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.
    dpcollins-google authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    0e20d80 View commit details
    Browse the repository at this point in the history
  4. fix: Move settings for the topic backlog reader to TopicBacklogReader…

    …Settings (#254)
    
    * Add an independent TopicBacklogReaderSettings
    
    * Delete Example.java
    palmere-google authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    0ee60eb View commit details
    Browse the repository at this point in the history
  5. chore: release 0.4.0 (#247)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    fcf5282 View commit details
    Browse the repository at this point in the history
Loading