Skip to content

2.1.0

Compare
Choose a tag to compare
@shishir-intelli shishir-intelli released this 29 Jun 11:33
· 26 commits to 2.x since this release
5391b81

What's Changed

  • Introduced AppGroup which adds support for Apigee X Teams (New Feature) by @shishir-intelli in #869
    (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.)
  • Now, supports Team Apps for Apigee X Teams (New Feature) by @shishir-intelli in #813
  • Support for AppGroup membership via (New Feature) by @shishir-intelli in #825 and
    #843
  • Implemented AppGroup Team Membership Sync by @shishir-intelli in #853
    (Team member information migrated from Apigee Edge to Apigee X are stored in AppGroup API __apigee_reserved__developer_details attribute.)
  • Added support for channelID and channelURI in Team Entity (New Feature) by @shishir-intelli in #839
    (See appgroup-settings for more information.)
  • Fix issue which removes users from all team if user is removed from one team by @shishir-intelli in #840
  • Drop PHP 7 support again by @mxr576 in #816
  • Added accessCheck on entity queries by @divya-intelli, @VladimirAus in #842
  • Fix for jQuery.once() is deprecated in Drupal 9.3 by @divya-intelli, @VladimirAus in #851
  • Fix for phpcs failing in github action by @divya-intelli in #858
  • Fix for keys without a placeholder prefix deprecation by @divya-intelli in #852
  • Fix for relying on entity queries to check access by @divya-intelli in #854
  • Bump apigee-client-php version requirement to 2.1.0 for AppGroup by @shishir-intelli in #875