Skip to content

Commit 43ed1af

Browse files
[App Config] 1.4.1 release (#25624)
- Releasing 1.4.1 - Update generated code so the version in generated code is automatically updated - Fixes #25463, updates changelog - Update perf package to rely on 1.4.1, updates perf/tsconfig.json to use the standard one used by other packages too
1 parent 794da3b commit 43ed1af

File tree

8 files changed

+88
-263
lines changed

8 files changed

+88
-263
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 43 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/appconfiguration/app-configuration/CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# Release History
22

3-
## 1.4.1 (Unreleased)
3+
## 1.4.1 (2023-04-24)
44

55
### Features Added
6-
- Add dependency on `@azure/logger` to help with debugging. [#23860](https://github.com/Azure/azure-sdk-for-js/pull/23860)
7-
8-
### Breaking Changes
6+
- Added dependency on `@azure/logger` to help with debugging. [#23860](https://github.com/Azure/azure-sdk-for-js/pull/23860)
97

108
### Bugs Fixed
119

1210
- "\0" as the `labelFilter` in the listing methods `AppConfgurationClient#listConfigurationSettings` would return the settings without any labels. Docs were updated to reflect that.
1311
[#21309](https://github.com/Azure/azure-sdk-for-js/pull/21039)
12+
- [#25463](https://github.com/Azure/azure-sdk-for-js/pull/25463) If the app configuration endpoint ends withs a slash(`/`), the requests made using the `AppConfigurationClient` hit 401 error owing to `Bearer error="invalid_token", error_description="Authorization token failed validation"`. The issue is fixed as part of [#20766](https://github.com/Azure/azure-sdk-for-js/pull/20766).
1413

1514
### Other Changes
1615

sdk/appconfiguration/app-configuration/src/generated/src/appConfiguration.ts

Lines changed: 10 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)