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.1.4
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.1.5
Choose a head ref
  • 9 commits
  • 131 files changed
  • 5 contributors

Commits on May 20, 2020

  1. chore: fix samples tests (#66)

    * make file executable
    
    * update lib version
    
    * remove unused samples.cfg
    anguillanneuf authored May 20, 2020
    Configuration menu
    Copy the full SHA
    d5f231a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12edb04 View commit details
    Browse the repository at this point in the history
  3. style: format grpc library and protos (#69)

    * run formatter in grpc-google...
    
    * run formatter in proto-google...
    anguillanneuf authored May 20, 2020
    Configuration menu
    Copy the full SHA
    e364772 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. docs: Update sample code snippets in the main readme (#71)

    * Update example code in readme
    
    * comment
    tmdiep authored May 21, 2020
    Configuration menu
    Copy the full SHA
    603b4a7 View commit details
    Browse the repository at this point in the history
  2. fix: Implement ChannelCache, which aggregates stubs to a single chann…

    …el, and properly cleans them up on teardown. (#72)
    dpcollins-google authored May 21, 2020
    Configuration menu
    Copy the full SHA
    502484a View commit details
    Browse the repository at this point in the history
  3. fix: Modify UnboundedRreader to correctly initialize committers. (#74)

    * fix: Modify UnboundedRreader to correctly initialize committers.
    
    * fix: move FakeApiService for shared usage with beam library and fix test.
    dpcollins-google authored May 21, 2020
    Configuration menu
    Copy the full SHA
    5fa68c7 View commit details
    Browse the repository at this point in the history
  4. chore: release 0.1.5-SNAPSHOT (#67)

    * updated versions.txt [ci skip]
    
    * updated samples/install-without-bom/pom.xml [ci skip]
    
    * updated samples/pom.xml [ci skip]
    
    * updated samples/snippets/pom.xml [ci skip]
    
    * updated google-cloud-pubsublite/pom.xml [ci skip]
    
    * updated grpc-google-cloud-pubsublite-v1/pom.xml [ci skip]
    
    * updated pom.xml [ci skip]
    
    * updated proto-google-cloud-pubsublite-v1/pom.xml [ci skip]
    
    * updated pubsublite-beam-io/pom.xml [ci skip]
    
    * updated samples/snapshot/pom.xml [ci skip]
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Tianzi Cai <tianzi@google.com>
    release-please[bot] and anguillanneuf authored May 21, 2020
    Configuration menu
    Copy the full SHA
    2faceb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eaf652e View commit details
    Browse the repository at this point in the history
  6. chore: release 0.1.5 (#76)

    * updated CHANGELOG.md [ci skip]
    
    * updated README.md [ci skip]
    
    * updated versions.txt [ci skip]
    
    * updated samples/install-without-bom/pom.xml [ci skip]
    
    * updated samples/snippets/pom.xml [ci skip]
    
    * updated samples/pom.xml [ci skip]
    
    * updated google-cloud-pubsublite/pom.xml [ci skip]
    
    * updated grpc-google-cloud-pubsublite-v1/pom.xml [ci skip]
    
    * updated pom.xml [ci skip]
    
    * updated proto-google-cloud-pubsublite-v1/pom.xml [ci skip]
    
    * updated pubsublite-beam-io/pom.xml [ci skip]
    
    * updated samples/snapshot/pom.xml
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 21, 2020
    Configuration menu
    Copy the full SHA
    caa96a8 View commit details
    Browse the repository at this point in the history
Loading