Skip to content

Releases: apigee/apigee-client-php

3.0.1

20 Sep 07:19
df07d6c
Compare
Choose a tag to compare

What's Changed

New Contributors

2.1.1

20 Sep 06:59
9b6138e
Compare
Choose a tag to compare

What's Changed

3.0.0

29 Jun 09:24
33575e6
Compare
Choose a tag to compare

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

29 Jun 05:22
634fff4
Compare
Choose a tag to compare

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

15 Mar 17:35
d9ebe72
Compare
Choose a tag to compare

What's Changed

  • Support assigning API products to Apps on creation by @phdhiren in #248
    Introduced setInitialApiProducts only during app creation. This will be helpful for the organization having the features.keymanagement.disable.unbounded.permissions is TRUE

2.0.18

27 Feb 12:23
a6a24db
Compare
Choose a tag to compare

What's Changed

2.0.17

26 Sep 15:10
3b40cd4
Compare
Choose a tag to compare

What's Changed

2.0.16

30 May 08:24
174d812
Compare
Choose a tag to compare

What's Changed

  • Bump required version of league/period to ^4.12

2.0.15

27 Apr 06:54
68b47b3
Compare
Choose a tag to compare

What's Changed

  • Added support for PHP 8.1

2.0.14

31 Mar 07:23
33f6622
Compare
Choose a tag to compare

What's Changed

  • Added support for PHP 8.0