Skip to content

Commit 407177a

Browse files
authored
[AppConfig] Prepare 1.5.0-beta.2 release (Azure#37126)
1 parent 0a672ba commit 407177a

File tree

1 file changed

+9
-2
lines changed
  • sdk/appconfiguration/azure-data-appconfiguration

1 file changed

+9
-2
lines changed

sdk/appconfiguration/azure-data-appconfiguration/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.5.0-beta.2 (Unreleased)
3+
## 1.5.0-beta.2 (2023-10-11)
44

55
### Features Added
66

@@ -23,11 +23,18 @@ Note: Below breaking changes only affect the version `1.5.0-beta.1`.
2323
- `recoverSnapshotWithResponse(ConfigurationSettingsSnapshot, boolean)` by `recoverSnapshotWithResponse(String, MatchConditions)`
2424
- `archiveSnapshotWithResponse(ConfigurationSettingsSnapshot, boolean, Context)` by `archiveSnapshotWithResponse(String, MatchConditions, Context)`
2525
- `recoverSnapshotWithResponse(ConfigurationSettingsSnapshot, boolean, Context)` by `recoverSnapshotWithResponse(String, MatchConditions, Context)`
26-
26+
2727
### Bugs Fixed
28+
- `FeatureFlagConfigurationSetting` and `SecretReferenceConfigurationSetting` will now retain custom attributes in the setting value.
29+
Previously, only attributes that were defined in the associated JSON schema were allowed and unknown attributes were discarded. ([#36725](https://github.com/Azure/azure-sdk-for-java/pull/36725))
2830

2931
### Other Changes
3032

33+
#### Dependency Updates
34+
35+
- Upgraded `azure-core` from `1.43.0` to version `1.44.0`.
36+
- Upgraded `azure-core-http-netty` from `1.13.7` to version `1.13.8`.
37+
3138
## 1.4.9 (2023-09-22)
3239

3340
### Other Changes

0 commit comments

Comments
 (0)