-
Notifications
You must be signed in to change notification settings - Fork 106
Comparing changes
Open a pull request
base repository: googleapis/gax-java
base: v2.12.2
head repository: googleapis/gax-java
compare: v2.13.0
- 10 commits
- 123 files changed
- 8 contributors
Commits on Feb 10, 2022
-
chore(main): release 2.12.3-SNAPSHOT (#1625)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2df6162 - Browse repository at this point
Copy the full SHA 2df6162View commit details
Commits on Feb 11, 2022
-
chore: Remove
@BetaApi
annotations for the de-facto GA features (#1627) * chore: Remove `@BetaApi` annotations for the de-facto GA features Those features have been under `BetaApi` annotation for 2-3+ years. They are: - Long running operations logic - Streaming logic - Fields extractor logic - Interceptors logic - Response metadata logic Many of the classes under gax-httpjson module remain `BetaApi` as those are much younger than grpc and shared classes, and will be cleaned up with httpjson module GA (which whill hopefully happen in H1). This also addresses a couple old issues: #1095 and #702 * undeprecate Distribution and Pages
Configuration menu - View commit details
-
Copy full SHA for 837a90b - Browse repository at this point
Copy the full SHA 837a90bView commit details -
chore: downstream check for all libraries in single job (#1581)
* chore: check downstream libraries in gax * chore: fix typo * chore: run check on all libraries * chore: check all libaries * chore: fix tab space * chore: only run if checks if labelled * chore: fix comments * Update .kokoro/downstream-client-library-check.sh Co-authored-by: Chanseok Oh <chanseok@google.com> * Update .kokoro/downstream-client-library-check.sh Co-authored-by: Chanseok Oh <chanseok@google.com> * Update .kokoro/downstream-client-library-check.sh Co-authored-by: Chanseok Oh <chanseok@google.com> * Update .kokoro/downstream-client-library-check.sh Co-authored-by: Chanseok Oh <chanseok@google.com> * Update .kokoro/downstream-client-library-check.sh Co-authored-by: Chanseok Oh <chanseok@google.com> * Update .kokoro/downstream-client-library-check.sh Co-authored-by: Chanseok Oh <chanseok@google.com> * Update build.gradle * chore: update comments * chore: fix license year * chore: add retry * change timeout to 15 minutes. * chore: revert display commands * chore: update timeout to 100 * chore: remove retry * Update downstream-client-library-check.sh * Update downstream-client-library-check.sh * Update downstream.yaml * Update downstream-client-library-check.sh Co-authored-by: Chanseok Oh <chanseok@google.com>
Configuration menu - View commit details
-
Copy full SHA for 7141860 - Browse repository at this point
Copy the full SHA 7141860View commit details
Commits on Feb 15, 2022
-
feat: dynamic channel pool scaled by number of outstanding request (#…
…1569) * merge RefreshingManagedChannel & SafeShutdownManagedChannel into ChannelPool. The eventual goal is to allow channel pool to safely add remove channels. The code has been refactored roughly as: - SafeShutdownManagedChannel is now ChannelPool.Entry and ReleasingClientCall - RefreshingManagedChannel has been merged into ChannelPool as a pair of functions scheduleNextRefresh & refresh * migrate SafeShutdownManagedChannel tests * migrate old tests and remove RefreshingManagedChannel and SafeShutdownManagedChannel * fix test * address feedback * fix race condition on refresh() * fix warnings in test * Update gax-grpc/src/test/java/com/google/api/gax/grpc/ChannelPoolTest.java Co-authored-by: Chanseok Oh <chanseok@google.com> * Update gax-grpc/src/test/java/com/google/api/gax/grpc/ChannelPoolTest.java Co-authored-by: Chanseok Oh <chanseok@google.com> * handle race condition * Update gax-grpc/src/main/java/com/google/api/gax/grpc/ChannelPool.java Co-authored-by: Chanseok Oh <chanseok@google.com> * introduce dynamic channel pool * fix test after broken merge * format * address feedback * remove unused import * inline old factory methods Co-authored-by: Chanseok Oh <chanseok@google.com>
Configuration menu - View commit details
-
Copy full SHA for fff2bab - Browse repository at this point
Copy the full SHA fff2babView commit details
Commits on Mar 9, 2022
-
chore(deps): update dependency gradle to v7.4.1 (#1632)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | patch | `7.4` -> `7.4.1` | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
Configuration menu - View commit details
-
Copy full SHA for c7e2915 - Browse repository at this point
Copy the full SHA c7e2915View commit details
Commits on Mar 16, 2022
-
chore(deps): update actions/upload-artifact action to v3 (#1631)
Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9077522 - Browse repository at this point
Copy the full SHA 9077522View commit details
Commits on Mar 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 599081f - Browse repository at this point
Copy the full SHA 599081fView commit details
Commits on Mar 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4b069e4 - Browse repository at this point
Copy the full SHA 4b069e4View commit details -
deps: update dependency io_grpc to 1.45.0. (#1639)
deps: update dependency com.google.api.grpc:proto-google-common-protos to 2.8.0 deps: update dependency com.google.api.grpc:grpc-google-common-protos to 2.8.0 deps: update dependency com.google.api:api-common to 2.1.5 deps: update dependency com_google_protobuf to 3.19.4 deps: update dependency com.google.http-client:google-http-client to 1.41.5 deps: update dependency com.google.http-client:google-http-client-gson to 1.41.5 deps: update dependency com.google.guava:guava to 31.1-jre
Configuration menu - View commit details
-
Copy full SHA for 5c01174 - Browse repository at this point
Copy the full SHA 5c01174View commit details -
chore(main): release 2.13.0 (#1628)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for edf11e1 - Browse repository at this point
Copy the full SHA edf11e1View 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 v2.12.2...v2.13.0