From 87486689ae28fe9196d09f166f7f6861ca8e41dd Mon Sep 17 00:00:00 2001 From: TCP1231 <115038061+TCP1231@users.noreply.github.com> Date: Wed, 8 Nov 2023 16:56:14 -0500 Subject: [PATCH] Update api-management-service.md --- changelogs/api-management-service.md | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/changelogs/api-management-service.md b/changelogs/api-management-service.md index 7684f5f..6eef597 100644 --- a/changelogs/api-management-service.md +++ b/changelogs/api-management-service.md @@ -1,5 +1,34 @@ # Azure API Management service changelog +## Release - API Management service: November, 2023 + +### New features, improvements, and changes + +- We will now provide specifics about token validation failures in `validate-azure-ad-token` policy in API Inspector. +- We made the password policy stronger for users creating accounts on the developer portal - e.g., it now requires using a special character. Complete password requirements will be shown on the sign-up page. +- Users now must provide their current password before changing it on the developer portal. +- Pagination controls on the developer portal now feature only the Next and Previous buttons. + +### Fixes + +- We fixed an issue that caused tokens of logged-out developer portal users signed in via Azure AD B2C to remain valid under some circumstances. +- We fixed a regression that caused POST requests issued from the try it console on the developer portal not to work correctly. +- We fixed an issue in the Content Access Control feature of the developer portal that allowed unauthorized access to pages via direct link. + +### Developer portal releases + + - No releases. + +### Self-hosted gateway container image releases + + - [2.4.0](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/Container-v2.4.0) + - [2.3.6](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/Container-v2.3.6) + +### Self-hosted gateway Helm chart releases + +- [1.8.0](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/v1.8.0) +- [1.7.6.](https://github.com/Azure/api-management-self-hosted-gateway/releases/tag/v1.7.6) + # Release - API Management service: October 2023 ### Highlights