Skip to content

Releases: Azure/api-management-developer-portal

2.34.0

Choose a tag to compare

@azaslonov azaslonov released this 22 Oct 19:11
7d8f844

What's Changed

Full Changelog: 2.33.0...2.34.0

2.33.0

Choose a tag to compare

@jsorohova jsorohova released this 29 Apr 20:46
4da2894

Highlights

This release we introduce the updated and improved runtime UI. We always focus on enhancing the technologies and user experience so we completely moved our runtime UI to React and introduced the refreshed look.
Additionally we migrated the editor and published to ARM.

What's Changed

Full Changelog: 2.14.0...2.33.0

2.32.0

Choose a tag to compare

@ygrik ygrik released this 24 Jan 19:11

Highlights

Bug Fixes and Improvements

  • Fixed schema validation for linked images.
  • Fixed image references in navigation item editing.
  • Fixed styles and alignments after package updates.
  • Fixed tooltip button position and scrolling issues.
  • Fixed page name display in the admin top panel.
  • Fixed validation for pages, layouts, and forms.
  • Fixed z-index for popups over collapsible menus.
  • Applied accessibility fixes for the new Admin UI.
  • Added "No items" text when searching with no results.

Upgrades and Updates

  • Upgraded packages and styles.
  • Updated package.json engines to require Node pre v20.

New Features

  • Added new password validation to ensure it differs from the old one.
  • Improved client telemetry to include network requests and user activity.

What's Changed

Full Changelog: 2.30.0...2.32.0

2.30.0

Choose a tag to compare

@jsorohova jsorohova released this 02 Oct 14:03

Highlights

  • Admin UI Improvements: Improved validation, error processing and search functionality in the new admin UI.
  • Admin UI Accessibility Improvements: The new admin UI's accessibility has been improved ensuring a seamless and inclusive user experience.
  • Pagination Fix for the Test Console Subscriptions Dropdown: Filtering the list of subscriptions on a frontend side was causing invalid data. The issue was resolved by removing the pagination but preserving the filtering to help customers with a big amount of subscriptions.

What's Changed

Full Changelog: 2.29.0...2.30.0

2.29.0

Choose a tag to compare

@rkolesnikovDX rkolesnikovDX released this 22 Aug 11:19

What's Changed

Full Changelog: 2.27.0...2.29.0

2.27.0

Choose a tag to compare

@mrcarlosdev mrcarlosdev released this 05 Apr 17:34

Highlights

  • Enhanced Authorization Support: We've expanded the API test console capabilities by adding support for multiple authorization servers, enabling more flexible and secure API testing environments.
  • Admin UI Enhancements: The new admin UI has been fine-tuned with improvements and adjustments, addressing minor issues for better user experience. This includes a more efficient process for the deletion of multiple media files.
  • UI and Accessibility Improvements: Further UI enhancements have been implemented across API Details, API definitions, and accessibility features, ensuring a seamless and inclusive user experience when interacting with APIs.
  • Editor Display Fix: An issue within the editor that affected the display of images for services within a virtual network has been resolved, ensuring consistent visibility across various regions.

All changes

2.26.0

Choose a tag to compare

@mrcarlosdev mrcarlosdev released this 07 Feb 12:08

Highlights

We recently improved the API administrator user experience to boost productivity and enhance interactions with favorite features and tools. In this update, we have enabled the following changes:

  1. A new layout that allows easier management of the developer portal functionality.
  2. Ensure developer portal works great on all form factors and devices.
  3. Display separate views of the portal to users in different groups. For example, you might want to display certain pages only to groups that are associated with products, or to users that can access specific APIs.
  4. Redesigned the API and product details widgets to elevate the portal experience for visitors.
  5. Grouped helpful resources to support site management needs. These can be accessed through the Help and resources section of the menu.

We have also made several improvements in the API developer user experience in the portal including:

  1. Enhanced APIs and products page to better show descriptions and avoid truncation.
  2. Improved performance of the developer portal to enable optimized loading of subscriptions and API operations.
  3. Better user experience in the developer test console when authorization is used in the request

All changes

2.25.0

Choose a tag to compare

@mrcarlosdev mrcarlosdev released this 10 Jan 14:21

Highlights

  • Improvements and fixes on widgets, test console, Product APIs, API definitions, operation detail and subscription pages.
  • Increased version of management API endpoints used and dependencies.
  • Added Playwright framework for end-to-end tests.

All changes

New Contributors

Many thanks to all the new contributors.

2.24.0

Choose a tag to compare

@mikebudzynski mikebudzynski released this 14 Jun 22:50

Highlights

  • Actions performed by visitors of the published portal, such as sign-in, retrieving a list of APIs, or requesting a subscription, are now served by API endpoints exposed under the developer portal hostname. Previously, they were served by the direct management API endpoints of the API Management service. This change applies only to managed portals. We will publish more information, API documentation, and client libraries after we complete improvements to the underlying API contracts, likely between August and October 2023.
  • Developer portal now surfaces APIs and products managed in workspaces. This change applies only to managed portals.

All changes

  • 7977733 Upgrade paperbits to 0.1.587 (#2204)
  • 4cb0764 Increase dev-portal version to 2.24.0 (#2199)
  • 53bfff2 Fixed scroll to operation (#2200)
  • 435f7b8 Upgraded dependencies. (#2191)
  • 2f6572a Added pagination for user subscriptions (#2189)
  • 6df1119 Revert "Added developer portal type header for all requests (#2171)" (#2193)
  • 9993be4 Replace deprecated methods from cred generation (#2192)
  • f73c9b6 Made page content section stretch by default for all viewport sizes (#2190)
  • ef4b854 Added developer portal type header for all requests (#2171)
  • 655f8ef added "group by tag" toggle for api list dropdown widget; implemented logic for "default group by tag enabled" (#2180)
  • 3869cf4 Provide proper error on GET request with body (#2138)
  • 5e6df1a Fixed non-working images in API descriptions (#2188)
  • e873140 Custom widgets - send location info of the main window to widgets (#2186)
  • a1086a7 Fixed UI bugs for Subscriptions on the profile page (#2185)
  • 0b43193 Re-enabled popup controls and snippets. (#2156)
  • fe5c83c properly process unhandled error on logger error (#2148)
  • 19271d1 prevent infinity loop on logging unhandled error (#2147)
  • 7f3dd27 Update paperbits dependencies to 0.1.576 (#2141)
  • 630aced Update liquid, trancate-html libs (#2140)
  • 76d5918 Fix trailing slash issue (#2137)
  • ef9ff61 Upgraded dependencies to fix several designer issues. (#2133)

2.23.0

Choose a tag to compare

@mikebudzynski mikebudzynski released this 12 Apr 16:05

This release includes many improvements and bug fixes.

Changes