github Azure/azure-sdk-for-java azure-data-appconfiguration_1.5.0-beta.2

latest releases: azure-messaging-eventgrid_4.25.0, azure-identity_1.14.0-beta.2, azure-ai-formrecognizer_4.1.11...
pre-release11 months ago

1.5.0-beta.2 (2023-10-11)

Features Added

  • Added SnapshotFields enum to support fields selection for snapshot.
  • Added a property List<SnapshotFields> fields in class SnapshotSelector to support fields selection for snapshot.

Breaking Changes

Note: Below breaking changes only affect the version 1.5.0-beta.1.

  • Changed listConfigurationSettingsForSnapshot method's SettingFields[] fields parameter type to List<SettingFields> fields.
  • Renamed ConfigurationSettingSnapshot to ConfigurationSnapshot.
  • Renamed ConfigurationSettingSnapshot's properties name,
    • size to sizeInBytes,
    • compositionType to snapshotComposition.
  • Renamed SnapshotSettingFilter to ConfigurationSettingsFilter.
  • Added azure-core-experimental as a dependency and replaced usage of CreateSnapshotOperationDetail by PollResult
    and removed CreateSnapshotOperationDetail class.
  • Replaced
    • archiveSnapshotWithResponse(ConfigurationSettingsSnapshot, boolean) by archiveSnapshotWithResponse(String, MatchConditions)
    • recoverSnapshotWithResponse(ConfigurationSettingsSnapshot, boolean) by recoverSnapshotWithResponse(String, MatchConditions)
    • archiveSnapshotWithResponse(ConfigurationSettingsSnapshot, boolean, Context) by archiveSnapshotWithResponse(String, MatchConditions, Context)
    • recoverSnapshotWithResponse(ConfigurationSettingsSnapshot, boolean, Context) by recoverSnapshotWithResponse(String, MatchConditions, Context)

Bugs Fixed

  • FeatureFlagConfigurationSetting and SecretReferenceConfigurationSetting will now retain custom attributes in the setting value.
    Previously, only attributes that were defined in the associated JSON schema were allowed and unknown attributes were discarded. (#36725)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.43.0 to version 1.44.0.
  • Upgraded azure-core-http-netty from 1.13.7 to version 1.13.8.

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.