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.17.0
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.18.0
Choose a head ref
  • 15 commits
  • 21 files changed
  • 7 contributors

Commits on Jul 26, 2021

  1. chore: regenerate README (#760)

    This PR was generated using Autosynth. 🌈
    
    
    <details><summary>Log from Synthtool</summary>
    
    ```
    2021-07-26 15:56:17,895 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsublite/.github/readme/synth.py.
    On branch autosynth-readme
    nothing to commit, working tree clean
    2021-07-26 15:56:19,154 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.
    
    ```
    </details>
    
    Full log will be available here:
    https://source.cloud.google.com/results/invocations/08d4ebfe-a143-47f3-9a7c-4941791c7335/targets
    
    - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
    yoshi-automation authored Jul 26, 2021
    Configuration menu
    Copy the full SHA
    236f251 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. fix: deflake SubscriptionPartitionProcessorImplTest (#768)

    The test case expects the processor to fail immediately (with deadline of zero) after failing the underlying subscriber. However, the actual failing is done asynchronously. Waiting for a little bit removes the flakiness.
    
    Co-authored-by: Manu Menzella <menzella@google.com>
    manuelmenzella-google and Manu Menzella authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    c34e430 View commit details
    Browse the repository at this point in the history
  2. chore: replace SystemExecutors with MoreExecutors (#749)

    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 Jul 28, 2021
    Configuration menu
    Copy the full SHA
    8693885 View commit details
    Browse the repository at this point in the history
  3. chore: regenerate README (#769)

    This PR was generated using Autosynth. 🌈
    
    
    <details><summary>Log from Synthtool</summary>
    
    ```
    2021-07-28 13:52:44,775 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsublite/.github/readme/synth.py.
    On branch autosynth-readme
    nothing to commit, working tree clean
    2021-07-28 13:52:46,092 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.
    
    ```
    </details>
    
    Full log will be available here:
    https://source.cloud.google.com/results/invocations/a98caf9e-72c3-40b6-b340-e50a1f5460b3/targets
    
    - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
    yoshi-automation authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    a46ee38 View commit details
    Browse the repository at this point in the history
  4. deps: define Beam version as a Maven property in pom (#714)

    * deps: bump maven version and remove explicit version override for fmt and dependency plugins which are present in the base configuration
    
    * fix: dep scoping
    
    * Set version on old snippets to 2.29.0
    
    2.30.0 won't work with the I/O not built with that version. Lower versions will work.
    
    Co-authored-by: Tianzi Cai <tianzi@google.com>
    dpcollins-google and anguillanneuf authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    69106fe View commit details
    Browse the repository at this point in the history
  5. build(deps): update dependency com.google.cloud:google-cloud-shared-c…

    …onfig to v0.13.1 (#765)
    
    Co-authored-by: Tianzi Cai <tianzi@google.com>
    renovate-bot and anguillanneuf authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    759a7f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. feat: Update CloudPubsubChecks to CloudPubsubTransforms (#730)

    * feat: Update CloudPubsubChecks to CloudPubsubTransforms
    
    Also fix concerns from apache/beam#14917 surrounding direct use of MapElements.
    
    Also add dependencyManagement section to beam io pom to fix upper bound deps issues.
    
    * fix: Add pubsub proto dep
    dpcollins-google authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    2e10924 View commit details
    Browse the repository at this point in the history
  2. fix: remove DlqProvider which should remain in the beam repo and bump…

    … beam version (#772)
    
    * fix: remove DlqProvider which should remain in the beam repo and bump beam version
    
    * deps: remove unused
    
    * fix: Add Clirr opt-out file
    
    * fix: leave snippets at 2.29.0
    dpcollins-google authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    a540c1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e904392 View commit details
    Browse the repository at this point in the history
  4. chore: release 0.17.1-SNAPSHOT (#759)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    46e385f View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency com.google.cloud:google-cloud-pubsubli…

    …te to v0.17.0 (#761)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-pubsublite to v0.17.0
    
    * bump pubsublite-beam-io version with google-cloud-pubsublite
    
    Co-authored-by: Tianzi Cai <tianzi@google.com>
    renovate-bot and anguillanneuf authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    da6b6ce View commit details
    Browse the repository at this point in the history
  6. chore: regenerate README (#776)

    This PR was generated using Autosynth. 🌈
    
    
    <details><summary>Log from Synthtool</summary>
    
    ```
    2021-07-29 15:54:10,366 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsublite/.github/readme/synth.py.
    On branch autosynth-readme
    nothing to commit, working tree clean
    2021-07-29 15:54:11,678 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.
    
    ```
    </details>
    
    Full log will be available here:
    https://source.cloud.google.com/results/invocations/9639ffa6-a19e-482f-9ad6-173a6acaa180/targets
    
    - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
    yoshi-automation authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    6f5915d View commit details
    Browse the repository at this point in the history
  7. feat: split versions.txt to independently release the Beam IO (#766)

    * Update release_level to GA.
    
    * Split versions.
    
    * Revert changes to release track.
    
    Co-authored-by: Manu Menzella <menzella@google.com>
    Co-authored-by: Tianzi Cai <tianzi@google.com>
    3 people authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    b6e48dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1cd23cb View commit details
    Browse the repository at this point in the history
  9. chore: release 0.18.0 (#775)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ## [0.18.0](https://www.github.com/googleapis/java-pubsublite/compare/v0.17.0...v0.18.0) (2021-07-29)
    
    
    ### Features
    
    * split versions.txt to independently release the Beam IO ([#766](https://www.github.com/googleapis/java-pubsublite/issues/766)) ([b6e48dc](https://www.github.com/googleapis/java-pubsublite/commit/b6e48dc7f21ad3f8857d42ca2e3ebc549eea35f6))
    * Update CloudPubsubChecks to CloudPubsubTransforms ([#730](https://www.github.com/googleapis/java-pubsublite/issues/730)) ([2e10924](https://www.github.com/googleapis/java-pubsublite/commit/2e109244e43ed4beec50ba9cbc5efadddfb53b5c))
    
    
    ### Bug Fixes
    
    * deflake SubscriptionPartitionProcessorImplTest ([#768](https://www.github.com/googleapis/java-pubsublite/issues/768)) ([c34e430](https://www.github.com/googleapis/java-pubsublite/commit/c34e4303cfb8ce9d0b812ad5c1dd306af32a544e))
    * remove DlqProvider which should remain in the beam repo and bump beam version ([#772](https://www.github.com/googleapis/java-pubsublite/issues/772)) ([a540c1d](https://www.github.com/googleapis/java-pubsublite/commit/a540c1dd8eb7e7b2e6afd03550433060635a62fc))
    
    
    ### Dependencies
    
    * define Beam version as a Maven property in pom ([#714](https://www.github.com/googleapis/java-pubsublite/issues/714)) ([69106fe](https://www.github.com/googleapis/java-pubsublite/commit/69106fe309040bc24f2af4c70dfddb602963f365))
    * update dependency com.google.apis:google-api-services-bigquery to v2-rev20210617-1.32.1 ([#773](https://www.github.com/googleapis/java-pubsublite/issues/773)) ([e904392](https://www.github.com/googleapis/java-pubsublite/commit/e9043922fbf83220aeff301890fc58b33ae925b4))
    * Version bump cloud BOM and remove no longer needed dependency management settings ([#777](https://www.github.com/googleapis/java-pubsublite/issues/777)) ([1cd23cb](https://www.github.com/googleapis/java-pubsublite/commit/1cd23cb3295d521453c1658c25468f4bd82962e2))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    cd4201f View commit details
    Browse the repository at this point in the history
Loading