gax-php
gax-php copied to clipboard
Google API Extensions for PHP
Adds support for API Keys in GAPIC clients via a new `apiKey` client option: ```php $productSearchClient = new ProductSearchClient([ 'apiKey' => $myApiKey ]); ``` AIP: https://google.aip.dev/auth/4110 - Supports the `apiKey`...
related: https://github.com/googleapis/google-auth-library-php/pull/578 Adds logging capabilities to the Gapic Clients by adding logging into the supported transports (Http, Grpc and GrpcFallback).
#### Environment details - OS: Debian Bullseye - PHP version: 8.3 - Package name and version: google/gax:v1.34.1 (1.34.0 was working without errors) #### Steps to reproduce 1. Error seems a...
fixes https://github.com/googleapis/google-cloud-php/issues/7187 [According to documentation](https://cloud.google.com/pubsub/docs/emulator), the Pub/Sub emulator only supports unsecure (HTTP) connections. After updating `google/cloud-pubsub` to version 2 there was no option to use the emulator with REST transport...
:robot: I have created a release *beep* *boop* --- ## [1.35.0](https://github.com/googleapis/gax-php/compare/v1.34.1...v1.35.0) (2024-09-19) ### Features * **docs:** Use doctum shared workflow for reference docs ([#578](https://github.com/googleapis/gax-php/issues/578)) ([021763f](https://github.com/googleapis/gax-php/commit/021763f255acaffda6ebe34a9d1a01c2bd187326)) --- This PR was generated...
The `RetryMiddleware` triggers a fatal error in some conditions: `Call to undefined method Google\ApiCore\CredentialsWrapper::getRetryFunction()` The issue is caused when the middleware is invoked, seemingly with the scope of the `CredentialsWrapper`,...
Hi, I have noticed occasional segfault crashes and was able to pin them to gax update 1.34.0 --> 1.34.1, this change https://github.com/googleapis/gax-php/commit/a47a469d9ef76613c5d320539646323a5e7b978d . The crash happens intermittently, once in 5-10...