Skip to content

Releases: apigee/apigee-edge-drupal

8.x-1.23

09 Jun 05:10
baa08e2

Choose a tag to compare

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

20 Apr 18:58
3829644

Choose a tag to compare

Github milestone: 8.x-1.22

Changelog:

  • #574 clears cache after the connection settings have been updated to ensure the correct menu options relevant to that connection type (for example Apigee X).
  • #571 fixes a CSS issue where consumer key and secret fields overlapped with product information when expanded (by clicking on fisheye icon).

8.x-1.20

09 Dec 20:40
b5c3454

Choose a tag to compare

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 and php-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

18 Nov 20:05
932364e

Choose a tag to compare

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

30 Oct 20:05
7054689

Choose a tag to compare

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

02 Oct 00:21
c4ccce7

Choose a tag to compare

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

29 Sep 22:15
ca481c6

Choose a tag to compare

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

10 Sep 21:58
c686f34

Choose a tag to compare

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.

8.x-1.14

10 Sep 21:56
99ead03

Choose a tag to compare

Github milestone: 8.x-1.14

Changelog

  • Fix whitescreen error when selecting "skip" on Apigee Edge connection settings in Apigee Developer Portal Kickstart installer, via #465.

8.x-1.13

10 Sep 21:55
6364c49

Choose a tag to compare

Github milestone: 8.x-1.13

Changelog

  • Make team members list operations access-aware, via #433.
  • #415: Make sure no password is visible in the rendered Apigee Edge connection configuration form, via #457.
  • #461: Quickedit compatibility, via #462.
  • #416: My Apps area should not retreive the key/secret at the same time, via #434.
  • #398: Add Drupal 9 readiness checks to CI, via #404.