Releases: apigee/apigee-client-php
3.0.1
What's Changed
- Updated README.md by @shishir-intelli in #280
- Remove stale plugin for Github workflows by @shishir-intelli in #284
- Changes to avoid php-cs issue on '&' added with argument by @kedarkhaire in #285
- Upgraded friendsofphp/php-cs-fixer to ^3.22 by @divya-intelli in #290
- Support for php 8.2 and updated League\Period by @divya-intelli in #286
- Fix Deprecated: http_build_query(): Passing null to parameter error by @shishir-intelli in #296
- Extended AppGroup class from base class AppOwner by @shishir-intelli in #297
- Implementation of pagination for Apigee X Teams by @shishir-intelli in #298
- Testcase for AppGroup/Teams by @shishir-intelli in #301
- Testcase for AppGroup apps by @shishir-intelli in #302
- AppGroup membership test case by @shishir-intelli in #304
- Added pagination for AppGroups Apps by @shishir-intelli in #307
- Bump version to 3.0.1 and change log by @shishir-intelli in #309
New Contributors
- @kedarkhaire made their first contribution in #285
2.1.1
What's Changed
- Updated README.md : 2x by @shishir-intelli in #279
- Remove stale plugin for Github workflows - 2x by @shishir-intelli in #283
- Implementation of pagination for Apigee X Teams by @shishir-intelli in #288
- Fix Deprecated: http_build_query(): Passing null to parameter error by @shishir-intelli in #292
- Extended AppGroup class from base class AppOwner by @shishir-intelli in #294
- Testcase for AppGroup/teams:2x by @shishir-intelli in #295
- Testcase for AppGroup apps:2x by @shishir-intelli in #299
- AppGroup membership testcase 2x by @shishir-intelli in #303
- Added pagination for AppGroups Apps by @shishir-intelli in #306
- Bump version to 2.1.1 and change log by @shishir-intelli in #308
3.0.0
What's Changed
- Http\Client\HttpClient deprecated used Psr\Http\Client\ClientInterface by @shishir-intelli in #261
- Support Symfony/Serializer minimum version 6.2 (Added support for Drupal 10) by @divya-intelli , @mxr576 in #262
- Update dependencies for Symfony/Serializer 6.2 and dropped support for Symfony/Serializer 4.4 by @divya-intelli in #272
2.1.0
What's Changed
[#246] Introduced AppGroup Entity which adds support for Apigee X Teams (New Feature)
API providers can now manage their Teams and Team members in Apigee X for non-monetized organizations. API providers using Apigee X with monetization enabled cannot leverage the Teams features in their Drupal developer portals at this time.
[#247] Now, supports Team Apps for Apigee X Teams (New Feature)
[#260] Added channelID and channelURI in AppGroupInterface.
See appgroup-settings for more information.
[#239] Removed support for PHP 7.4,
PHP 7.4 is non-compatible because Union Types are not supported in PHP <8.0.
[#268] Team member information migrated from Apigee Edge to Apigee X are stored in AppGroup API __apigee_reserved__developer_details
attribute.
[#238] Fixed error Symfony\Component\Serializer\Normalizer\AbstractNormalizer::setIgnoredAttributes() method is deprecated.
[#270] Rolled back the changes because of backwards-incompatible by @shishir-intelli, @mxr576 in (#258 (comment))
2.0.19
2.0.18
2.0.17
What's Changed
- Remove circleci integration by @phdhiren in #228
- Bump firebase/php-jwt version by @divya-intelli in #230
- Fix for Deprecation warnings by @divya-intelli in #232
2.0.16
What's Changed
- Bump required version of league/period to ^4.12
2.0.15
What's Changed
- Added support for PHP 8.1
2.0.14
What's Changed
- Added support for PHP 8.0