discovery-artifact-manager
discovery-artifact-manager copied to clipboard
fix(deps): update dependency google/gax to ^0.23.0 || ^0.38.0
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
Google ApiCore 0.38.2
Bug fixes
- Add file exists check to gax readVersionFile method (#246)
v0.38.1
: Google ApiCore 0.38.1
Google ApiCore 0.38.1
Bug fixes
- Remove use of clone keyword. (#241)
v0.38.0
: Google ApiCore 0.38.0
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
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
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
Google ApiCore 0.36.0
Added testing library for protobuf extension
- Temporary workaround for protobuf extension issue (#199)
v0.35.0
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
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
Google ApiCore 0.33.1
Pin to protobuf 3.5.*
- Pin to protobuf version 3.5.* to avoid breakage caused byhttps://github.com/google/protobuf/issues/47388 (#184)
v0.33.0
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
Google ApiCore 0.32.1
Pin to protobuf 3.5.*
- Pin to protobuf version 3.5.* to avoid breakage caused byhttps://github.com/google/protobuf/issues/47388 (#184)
v0.32.0
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
Google ApiCore 0.31.4
Pin to protobuf 3.5.*
- Pin to protobuf version 3.5.* to avoid breakage caused byhttps://github.com/google/protobuf/issues/47388 (#189)
v0.31.3
Bugfix for REST transport
- Fix for calls using the REST transport that define no placeholder values (#166)
v0.31.2
v0.31.1
Bugfixes
v0.31.0
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
Google ApiCore 0.30.3
Pin to protobuf 3.5.*
- Pin to protobuf version 3.5.* to avoid breakage caused byhttps://github.com/google/protobuf/issues/47388 (#184)
v0.30.2
Minor bugfixes
- Move call construction methods in GapicClientTrait from private to protected to support overriding and extending in partial veneers (#149)
v0.30.1
Minor bugfixes
- Move transport property from private to protected for Spanner async delete (#147)
v0.30.0
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
Google ApiCore 0.29.1
Pin to protobuf 3.5.*
- Pin to protobuf version 3.5.* to avoid breakage caused byhttps://github.com/google/protobuf/issues/47388 (#188)
v0.29.0
Update protobuf version
- Update the protobuf version to "^3.5.1" (#138)
Bugfixes
- Fix PathTemplate error messages (#140)
v0.28.0
Support header routing
- Added support for the x-goog-request-params header (#132)
v0.27.0
Move to ApiCore namespace (#125)
- :heavy_exclamation_mark: 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
toGoogle\ApiCore
. - Restructure repo, moving generated protobuf classes under
src
directory, and protobuf metadata classes undermetadata
LongRunning and IAM namespace update (#126)
- :heavy_exclamation_mark: BREAKING Generated protobuf classes for
LongRunning
have moved fromGoogle\Longrunning
toGoogle\LongRunning
- :heavy_exclamation_mark: BREAKING Generated protobuf classes for
Iam
have moved fromGoogle\Iam
toGoogle\Cloud\Iam
v0.26.0
Fix protobuf to version 3.4
- We need to pin to protobuf 3.4 until https://github.com/google/protobuf/issues/3881 is resolved (#124)
Updates and fixes
v0.25.0
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
Retry Settings
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.