Releases: apigee/apigee-edge-drupal
Releases · apigee/apigee-edge-drupal
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.
8.x-1.16
Github milestone: 8.x-1.16
Changelog
- #329: Added team invitation functionality. Team administrators can invite users by email address, and the users can accept or revoke their invitations. Team administrators can no longer directly add users to the team without users approval. Via #474.
- #478: Drupal 9 compatibility fixes, including running all test suites against the latest D8 and D9, via #490 and #479.
- #455: Fixed incorrect warning message on the status report page about Apigee Edge connection credentials when using a storage method other than Drupal's configuration system, via #488.
- #453: Optimized
AppStorage::loadUnchanged()
, via #460.
8.x-1.15
Github milestone: 8.x-1.15
Changelog
- #432: App credentials can be created, revoked or deleted, to allow for keys rotation, via #446.
- #448: Apigee Edge Actions submodule is now compatible with Rules 3.0.0-alpha6, via #473.
- #444: Added label entity_key for the team entity type, via #445.
- #223: "Apps" menu links respects the plural label of the developer apps entity, via #477.
- Optional HTTP proxy option added to Apigee client connection settings, via #475.