Releases: Azure/api-management-developer-portal
Releases · Azure/api-management-developer-portal
2.5.2
Highlights
- Legacy developer portal is now deprecated.
- API-scoped subscription keys are now displayed in the user profile.
- An issue where navigation items couldn't open in new windows is now resolved.
- Multiple administrative interface bugs are now fixed.
- Developer portal session is now correctly persisted in case of redirects to other websites. Previously, the session could have been lost when using sign-in delegation or redirecting to websites from e-mail notifications. This fix is being released with the API Management service release.
- Developer portal now supports additional OAuth parameters for acquiring access tokens, which enables integration with external identity providers, like Auth0. This improvement is being released with the API Management service release.
Changes
- 8ba9d71 Add Content-Type to
uploadBlobs
function (#990) - 43bcfd1 Error state of non-existent API and Readability of subscription key (#977)
- 54370df Fixed visibility for Authorization section (#984)
- e77316c Removed Authorization header cleanup on operation load (#983)
- b8593e7 Upgraded Dependencies. Fixed several issues. (#979)
- e9d8968 Fixed api scope subscriptions in profile (#978)
- 40b126c Fixed code sample for CUrl. (#970)
2.5.1
2.5.0
Changes:
- eafdb89 Fixed stored credentials reset issues. Added check for stored token expiration. (#943)
- dcb2b2b Added scroll to operation details in default content (#944)
- 0acd743 Added scope propagation for "client credentials" grant flow. (#942)
- 63d173c Fixed popup-based sign-in flow. (#940)
- a5bfc0d Fixed several accessibility issues. (#936)
- 8844d1a Fixed API list truncation issue. (#930)
- b9fbfef Cleaned up comments in the migration script. (#923)
- 6f207cc Fixes for collapsible menu and api details (#920)
- 2e749b8 Added end-to-end and unit-test scaffolds. Fixed issue with request header description truncation. (#919)
- 6f18436 Fix for selection the first operation on api details page (#918) [ #863 ]
- 5d369b2 Added returnUrl option on signin-sso (#911)
- 0bc2a6b Fixed pagination in api-list-tiles widget. (#907)
- 99c3db8 Added setting for automatic scroll to operation name (#902)
- b12d5ce fixed close collapsible container on item selection (#898)
- b17eed7 Added handling for password reset flow AAD B2C. (#899)
- 0674a7d Update migrate.js (#893)
- 5aa0f3b Fixed scrollintoview binding handler. (#891)
- 8c73aa2 Use access key for configure.js and set exit code in migrate.js (#887)
- bb6c8f3 Fixed Azure blob storage issue. (#890)
- fcddce4 Add notes to old scripts (#886)
- 6932d0a Fixed product name in user subscriptions table. (#884)
- 81e370d Made blob storage connection string and SAS URL optional. (#876)
- 7f624ef Fixed runtime config conflict issue in build scripts. (#874)
- 47163ed Added soap badge for product APIs (#873)
- 8444172 show validation message if confirm password is not equal to password (#866)
- 66af981 Updated backup/restore scripts. (#855)
- 6544cfe Added check for deprecated navbar control and show warning toast message for 15 sec (#861)
2.4.3
Changes:
- 0669663 Fixed provisioning and publishing issues related to new API version. (#859)
- 352dacb Merged changes from managed code base. (#857)
- 15865fe Moved managementApiVersion setting to constant. (#856)
- 4fdcecc Added markdown support to change log widget. Fixed version set requests. (#850)
- c7d02d9 Fixed several designer issues (#844)
- 4fc97d5 Change the readme file to clarify support policy (#845)
- 0a9bf62 Bump prismjs from 1.20.0 to 1.21.0 (#821)
- b8deb26 added ARM format check in Aad service (#824)
- 57c08ea Fixed initial website template data. (#840)
- 870f305 Fixed publishing failure in case of OIDC metadata can't be loaded. (#837)
- 4130423 Fixed issue with gateway info initialization. Fixed few issues with object and array representations. (#836)
- ba1e6bf Fix publish website "not found" error (#834) [ #826 ]
- 1e502d6 Migrated the client to API version 2019-12-01. (#819)
- 1305dd8 fixed user password change notification parameter (#814)
- 8321bfc Fixed issues with filtering by tags. (#812)
- ce521cf Added AAD "authority" setting propagation to support non-public clouds. (#811)
2.4.2
Changes:
- c31cb03 added support summary validation on user profile change (#803)
- 99e5089 Scripts: move blob container name to a variable, rather than hardcoding to 'content' (#802)
- 1b2ff7e Added check if subscription is required for API when displaying API console. Added more jsdocs to API contract and model. Fixed the way binary files get sent. (#797)
- 79672ec Added additional checks for API name. Unified access token parsing and validation process. Removed unused runtime setting. (#789)
- 9c62a09 Fixed issue with browser Back button in runtime. Added validation for media file permalink conflicts. (#786)
- eb4cde3 Fixed several API console issues. (#783)
- 28f79ad Fixed several accessibility issues. (#781)
- 00ac3fc Bump lodash from 4.17.15 to 4.17.19 (#757)
- ad7c6ca Merged missing changes from managed version. (#773)
- 0de5600 Added handling for session expiration. Fixed for document height issue in Safari. (#772)
- 664e233 Added appType parameter in MAPI requests to set DevPortalUrl to Dev portal in notifications (#770)
- e8d64e7 Limited OIDC flows to "implicit" only until backend gets deployed. (#762)
- 851bebf Fixed merge issues. (#761)
- 7279cc3 Merged changes from managed version. (#758)
- 3f1415f Added basic support for OpenID Connect. (#756)
- 708bcdf Fixed grouping by tags for operation list. (#754)
2.4.1
Changes:
- 748fbb2 Cleanup around clear token (#743)
- f27a3d6 Fixed reloading loop of the designer interface. (#740)
- e47debf Fixed filtering for API queries (displaying revisions). (#731)
- cb7e616 Fixed responsiveness for operation details and reports views. (#730)
Known regressions:
- Grouping by tags doesn't work in the API operations list. Issue has been already resolved by 708bcdf and the fix will be included in the next release.
2.4.0
Along other features and improvements, this release introduces OAuth support in the interactive console.
Changes:
- 970b1b8 Added scope override to OAuth flows. (#716)
- 40449f8 Fixed product subscriptions get filter (#713)
- 90c248c Added returnUrl to be able navigate after user signin (#709)
- 9e8e3ac Added signUp delegation action (#703)
- 795c2bb Moved texblock design time styles out of published css (#694)
- 8d9113f Added redirect by return URL for AAD and AAD B2C flows. (#700)
- 7c905f6 Upgraded client-oauth2 library. Removed auth flow filters. (#699)
- 6fc2f70 Added table/raw schema view switch for representations. (#698)
- 2a0a69d fixed typo and added check if token is not provided for update password (#697)
- 6dbfb50 Upgraded depenencies. (#690)
- 79c1f0f Added support for "implicit", "authorizationCode" and "clientCredentials" authorization flows to Test console. (#550)
- 49e3fe9 Bump websocket-extensions from 0.1.3 to 0.1.4 (#684)
- 72fffc7 Fix for referenced properties. (#688)
- 045fa93 Added missing cases for referencing schema definitions in API documentation. (#682)
- 18c3f0f Added support for wildcard hostnames in Test console. (#681)
- 6c9a96a Fixed reset password (#680)
- 73e6bf2 Added reserved IDs to MAPI object storage conversions. (#678)
- ad95088 Fixed issue with doubles slashes in sample URL due to empty API URL suffix. (#673)
- 6645bd8 Taking into account generated representation samples. (#672)
- 11fb29a Fixed query params encoding in test console (#666)
- 95decc2 Fixes to provisioning and build scripts. (#661)
- 3642e57 Removed extra delegation check for subscription, fixed try button visibility on header stick to top (#643) [ #559 ]
- 80ad23c Final touches to the build scripts. (#633)
- dac8306 Moved hipobject copying to runtime config. (#632)
- 619f69d Optimized build scripts. Upgraded dependencies. (#631)
- d52afb3 Fixed form field overflow issue. (#628)
- 0d75fe4 Fixed operation list pagination and API list reload issues. (#625)
- d36c486 Improved handling of AAD and AAD B2C signin/signup process. (#621)
- f149c84 Added missing alert styles. (#620)
- 6533f5a bash script for Mac users that want to work with the self-hosted developer portal. There is also a PR for the wiki page 'Self-hosting the portal.md' that references this file. (#618)
- 6482cec Kw/widget contribution/document details (#601)
- 6d2fcf3 Fixed few accessibility issues. (#617)
2.3.0
This release includes many improvements, bug fixes, and new features (e.g., "filter by tags" for APIs and API operations).
Changes:
- 64491d5 Multiple fixes around handling broken links and website reset/provisioning. (#615)
- 5a640d4 Multiple styling fixes (#614)
- 71da0c5 Fixed multiple integration issues. (#608)
- 2326602 Fixed prosemirror pre-wrap issues. Removed duplicate save changes button. (#605)
- 545623c Fixed block handling issues. Removed non-standard string operations. (#604)
- 1e1e8de Added support for multiple hostnames to Test console. (#603)
- c1df9f9 Upgraded paperbits libraries to 0.1.274. (#602)
- b148f4c Added HTML truncation option to "markdown" binding and updated "description" fields in list components. (#596)
- 2e177c7 Accessibility fixes (#592)
- 85c0284 Improved support for nested object in JSON schema. (#581)
- 43441ba Added tag by filter feature. Upgraded paperbits libraries. (#578)
- a0d4ab4 Fixed number of accessibility issues. (#556)
- 3521fb7 Bump acorn from 6.4.0 to 6.4.1 (#544)
- 294972e Fixed luminocity issue for help icon. (#545)
- e5c31fd removed navigation to home page for authenticated user (#538)
- 787b32e Revise the migration script for custom domains, add comments (#530)
- dc20134 Upgraded paperbits libraries to 0.1.237. (#524)
- 937f4a3 Migrated confirm user from email links to front end (#516) [ #460 ]
- 113885c Upgraded paperbits libraries to 0.1.236. (#520)
- 4ed1fdc added support return url on signin if it set to required (#514)
- 9646808 Switching jquery to slim version. (#510)
- 17db89c Switching sources of external files to MS CDN. (#509)
- f0cc39c Fixed default selection for API dropdown, Operation list and Operation details widgets. Added "proxyHostnames" setting placeholder to runtime configuration. (#508)
- fb2eddc Added issue detection/resolution to help section. (#504)
- 8acab71 Added support for refresh token in authenticator (#502)
2.2.3
Changes:
- 62f4337 Fixed template generation of URLs with template parameters. (#497)
- 1ef837a Add automated migrate script (#489)
- d6162fa Fixed APIs search query. (#484)
- e690450 Simplified MAPI URLs in config files. Added Shadow DOM polyfill to handle Edge browser issue. (#483)
- d1787b2 Added error parsing to OAuth signup form (#482)
- 5e996b3 Added ability to send files in Test console. (#479)