Releases: apigee/apigee-edge-drupal
Releases · apigee/apigee-edge-drupal
2.0.1
8.x-1.25
- #609 User agent string now contains Drupal core version and php version for better visibility.
- #615 Fixed issues that were throwing an error to new SAML users while login.
- #619 Removed false deprecated message thrown for Basic Auth being deprecated for OPDK.
- #628 Fixed case sensitive issue for API product access attribute.
2.0.0
Changelog:
- #609 User agent string now contains Drupal core version and php version for better visibility.
- #615 Fixed issues that were throwing an error to new SAML users while login.
- #619 Removed false deprecated message thrown for Basic Auth being deprecated for OPDK.
- #628 Fixed case sensitive issue for API product access attribute.
- #632 Removed deprecated functions and variables for 2.x.
- Migrated from legacy to semantic versioning.
8.x-1.24
8.x-1.23
Changelog:
- #575 Fixes access denied (403) when a user accepts or declines an invitation.
- #578 Updates App analytics metrics - Support BigQuery as source data.
- #579 Disables cache while cache_expiration is set to 0 in Apigee Edge Teams.
- #569 Fixes config schema violation in apigee_edge_teams_update_8701().
- #546 integrates Apigee Edge debug module with devel module 'kint' for better edge call debugging.
8.x-1.22
Github milestone: 8.x-1.22
Changelog:
8.x-1.20
Github milestone: 8.x-1.20
Changelog
- With this release this module is considered compatible with Drupal 9 and GA for use in production systems.
- Requires
apigee/apigee-client-php:^2.0.6
andphp-http/guzzle6-adapter:^2.0
, via #505 and #525. - Adds the ability to use Google Compute Engine Service Account for authentication, via #505.
- #516 and #517: Fixed team member invitation limit, via #522.
- #520: Fixed bug to allow third party code to alter the user registration form by only checking for a developer if email has been set, via #523.
8.x-1.19
Github milestone: 8.x-1.19
Changelog
- #508: When a team/company is marked as "inactive" on the Apigee side, disable all team actions in Drupal: editing/deleting the team, app creation or management, and team member administration. Via PR #518.
- Fixes an error while running database updates if the apigee_edge_teams module was disabled, via #519.
8.x-1.18
Github milestone: 8.x-1.18
Changelog
- #480: Apigee Edge basic authentication will be deprecated: add warnings to form and status page, via PR #513.
- #512: Hide app key/secret in the logged response for Apigee Edge Debug, via PR #514.
- #494: Added ability to limit an app to one API Product in UI, via PR #496.
- #499: Fixed pending invitations block should be visible to a user with Drupal "Manage team members" permission, via PR #506.
- #492: Refactor app warnings: add warning for an app with all credentials revoked, adds a "Warnings" extra field to app entities for showing warnings in entity view displays, and moves the warning checks from the AppListBuilder into a separate service, via PR #507.
- #487: Fixed an invalid aria attribute on the new app form, via PR #504.
8.x-1.17
Github milestone: 8.x-1.17
- #467: Fixed inconsistencies when trying to show/hide an application's key and secret. Via #496.
- #499: Renamed the team permission "Manage team members" to "Manage team members and invitations", and the global permission "Administer team invitations" to "Administer team invitation settings", via #501.
- #486: Added labels to filters on app analytics form for accessibility, via #503.