Skip to content

Commit

Permalink
Bump client to v4.0.0 and update changelog (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire authored Feb 12, 2025
1 parent 23c4db8 commit bb055ba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# CHANGELOG

## [4.0.0](https://github.com/apigee/apigee-client-php/milestone/33?closed=1)
* [#381] Changes for Symfony 7.1 upgrade.
* [#385] Fixes for issue UnimplementedInterfaceMethod: Method getsupportedtypes is not defined.
* [#389] MethodSignatureMismatch: Method supportsDenormalization with return type '' is different to return type 'bool' of inherited method.
* [#390] Fixes issue of Method normalize with return type '' is different to return type 'ArrayObject|array<array-key, mixed>|null|scalar' of inherited method NormalizerInterface::normalize.
* [#393] Suppressing the LessSpecificImplementedReturnType error for getSupportedTypes function.
* [#395] Changes made for symfony 7 standards, declaring return type and adding missing parameters.
* [#403] Fixes for new PHPCS changes.
* [#404] Fixes for ParamNameMismatch error on composer analyze.
* [#406] Changes added for setting minimum Symfony version to 7.
* [#407] Removed PHP8.1 test from matrix for 4x.
* [#398] Removed empty array option for CredentialProducts in AppCredential file due to strict Type.
* [#410] 4x Fixes to make getter setter functions compatible with ctype_lower checks in symfony serializer component.
* [#412] Update the symfony components to stable versions.
* [#414] Deprecated function apps removed in 4.x.

## [3.0.8](https://github.com/apigee/apigee-client-php/milestone/32?closed=1)
* [#379] Update option-resolver's symfony component version to its latest.

Expand Down
2 changes: 1 addition & 1 deletion src/ClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ interface ClientInterface extends HttpClient
*/
public const APIGEE_ON_GCP_ENDPOINT = 'https://apigee.googleapis.com/v1';

public const VERSION = '3.0.8';
public const VERSION = '4.0.0';

/**
* Allows access to the last request, response and exception.
Expand Down

0 comments on commit bb055ba

Please sign in to comment.