Skip to content

1.0.0-preview.2

Pre-release
Pre-release

Choose a tag to compare

@Eskibear Eskibear released this 15 Dec 03:13
36a89ad

Breaking Changes

  • Changed the behavior when multiple labels are filtered in one selector. In the JavaScript provider configuration settings are loaded into a Map containing key and value, without preserving the label. If multiple labels are matched in one selector, the provider cannot determine which one to use. Now it will throw an error if label filter contains * or ,. #22

Enhancements

  • Added more information to the doc comments for better IntelliSense. #32

Bug Fixes

  • Fixed wrong precedence of selectors after deduplication. #31
  • Fixed type mismatch for ConfigurationSettingId.label by updating @azure/app-configuration to 1.5.0. Azure/azure-sdk-for-js#27607
  • Fixed retry logic when host of configuration store cannot be resolved, by updating @azure/core-rest-pipeline to 1.12.2. Azure/azure-sdk-for-js#27037

Full Changelog: 1.0.0-preview.1...1.0.0-preview.2