Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency google/gax to ^0.23.0 || ^0.38.0 #2771

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 15, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
google/gax require minor ^0.23.0 -> ^0.23.0 || ^0.38.0

Release Notes

googleapis/gax-php (google/gax)

v0.38.2: Google ApiCore 0.38.2

Compare Source

Google ApiCore 0.38.2

Bug fixes
  • Add file exists check to gax readVersionFile method (#​246)

v0.38.1: Google ApiCore 0.38.1

Compare Source

Google ApiCore 0.38.1

Bug fixes
  • Remove use of clone keyword. (#​241)

v0.38.0: Google ApiCore 0.38.0

Compare Source

Google ApiCore 0.38.0

This will be the final minor version before 1.0.

Remove generated proto files
  • BREAKING CHANGE: Remove common protos (#​220)
Make PagedListResponse iterable
  • Make PagedListResponse iterable (#​221)
Update interceptor signature
  • Update interceptor interface to match grpc (#​222)
Refactoring, cleanup, and minor features
  • Clean up warnings and docs (#​212)
  • Improve path template error messages (#​215)
  • Support empty or null access tokens (#​216)
  • Org rename to googleapis (#​217)
  • Add internal tags, remove Message from method docs (#​223)

v0.37.0: Google ApiCore 0.37.0

Compare Source

Google ApiCore 0.37.0

Add gRPC Fallback support
Add support for grpc_call_invoker
  • Adds support to enable grpc_call_invoker in client options (#​207)
Update PathTemplate implemetation
  • Removes Jison and replaces it with a handwritten implementation (#​203, #​209)
Update common protos
  • Refresh common protos using latest artman image (#​210)
Refactoring and cleanup
  • Refactor AgentHeaderDescriptor (#​206)

v0.36.0: Google ApiCore 0.36.0

Compare Source

Google ApiCore 0.36.0

Added testing library for protobuf extension
  • Temporary workaround for protobuf extension issue (#​199)

v0.35.0

Compare Source

Google ApiCore 0.35.0

Update doc generation
  • Remove proto-client files from gax doc generation (#​194)
Add temporary interceptor support
  • Add temporary support for interceptors using a similar interface to the proposed interface in gRPC (#​182)
Fixes and improvements
  • Miscellaneous minor fixes and documentation cleanup (#​195)

v0.34.0

Compare Source

Google ApiCore 0.34.0

Update release process and doc generation
  • Add VERSION file, update Travis CI and support auto doc building (#​181)
Add Devtools/Source proto files
  • Add generated Devtools/Source proto files in preparation for deprecation of proto-client-php (#​177)
Add protected getters for transport and credentials
  • Add protected getters for getTransport and getCredentialsWrapper (#​193)

v0.33.1

Compare Source

Google ApiCore 0.33.1

Pin to protobuf 3.5.*

v0.33.0

Compare Source

Google ApiCore 0.33.0

Version file handling
  • Update version file handling to search below src directory (#​179)
Bugfixes for serializer
  • Fix notice on missing fields, add debugging information (#​178)

v0.32.1

Compare Source

Google ApiCore 0.32.1

Pin to protobuf 3.5.*

v0.32.0

Compare Source

Breaking changes

  • BREAKING CHANGE Update GapicClientTrait to accept new constructor arguments,with the goal of simplifying the construction of clients. (#​146, #​174)
  • BREAKING CHANGE Modified polling arguments accepted by OperationResponse::pollUntilComplete (#​151)

New features

  • Add support for custom decoder options in Serializer (#​170)
  • Add support for fetching response metadata (#​175)

Bugfixes

  • Fix REST ApiExceptions with result is not JSON (#​165)

v0.31.4

Compare Source

Google ApiCore 0.31.4

Pin to protobuf 3.5.*

v0.31.3

Compare Source

Bugfix for REST transport

  • Fix for calls using the REST transport that define no placeholder values (#​166)

v0.31.2

Compare Source

v0.31.1

Compare Source

Bugfixes

  • Fix inconsistent segfault on PHP 7.0 during test (#​161)
  • Allow PHP 7 Errors to bubble up (#​162)

v0.31.0

Compare Source

Update auth handling (#​145)

  • Adds auth handler to wrap auth class and take advantage of in-memory caching

Bugfixes

  • Fixes RestTransport::getQuerystringValue for special JSON cases (#​156)
  • Updates to request builder to improve message (#​154)
  • Add local method for special class mappings instead of GPBUtil (#​157)

v0.30.3

Compare Source

Google ApiCore 0.30.3

Pin to protobuf 3.5.*

v0.30.2

Compare Source

Minor bugfixes

  • Move call construction methods in GapicClientTrait from private to protected to support overriding and extending in partial veneers (#​149)

v0.30.1

Compare Source

Minor bugfixes

  • Move transport property from private to protected for Spanner async delete (#​147)

v0.30.0

Compare Source

Add support for HTTP 1.1 JSON Transport

This release adds support for a new HTTP 1.1 / JSON transport (#​118). This allows users who are unable to install the gRPC c extension to use our generated client libraries. Note that the new transport does not support streaming calls. This release also includes a large refactoring of the existing ApiCore classes to support the new generated clients.

v0.29.1

Compare Source

Google ApiCore 0.29.1

Pin to protobuf 3.5.*

v0.29.0

Compare Source

Update protobuf version

  • Update the protobuf version to "^3.5.1" (#​138)

Bugfixes

  • Fix PathTemplate error messages (#​140)

v0.28.0

Compare Source

Support header routing

  • Added support for the x-goog-request-params header (#​132)

v0.27.0

Compare Source

Move to ApiCore namespace (#​125)

  • BREAKING All classes that were previously under the Google\GAX namespace have been moved to the Google\ApiCore namespace . To support this change, update code that consumes the affected classes with a mechanical rename from Google\GAX to Google\ApiCore.
  • Restructure repo, moving generated protobuf classes under src directory, and protobuf metadata classes under metadata

LongRunning and IAM namespace update (#​126)

  • BREAKING Generated protobuf classes for LongRunning have moved from Google\Longrunning to Google\LongRunning
  • BREAKING Generated protobuf classes for Iam have moved from Google\Iam to Google\Cloud\Iam

v0.26.0

Compare Source

Fix protobuf to version 3.4

Updates and fixes

  • Fix OperationsGapicClient documentation (#​119)
  • Use phpunit namespaced classes (#​122)

v0.25.0

Compare Source

Bug Fixes

  • Revert to using ucwords() without the delimiter parameter (to support PHP5.5 prior 5.5.16, in which ucwords() does not support the second parameter) (#​114)
  • Fix time elapsed calculation (#​110)

Refresh generated

  • Refresh generated proto classes (big DLP update) (#​115)

v0.24.0

Compare Source

Retry Settings

  • [BC Break] Update RetrySettings, remove BackoffSettings (#​102, #​108)

Refresh generated

  • Refresh generated types with latest protobuf and toolkit updates

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 15, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 15, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 15, 2021
@renovate-bot renovate-bot requested a review from a team as a code owner March 16, 2023 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. kokoro:force-run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant