Skip to content

Releases: Azure/AppConfiguration-JavaScriptProvider

1.1.2

05 Nov 05:59
8dd9982
Compare
Choose a tag to compare

Bug Fix

  • Fixed a bug that caused ReferenceError of optional chaining when process is undefined. #104

1.1.0

13 Aug 09:42
0863334
Compare
Choose a tag to compare

Enhancements

  • Added support for loading feature flags from Azure App Configuration. #65

1.0.1

26 Jul 04:28
e0e5843
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug that caused the error ‘ReferenceError: WorkerNavigator is not defined’ when running the application in a browser. #81

1.0.0

12 Jun 06:28
11e446e
Compare
Choose a tag to compare
Update version to 1.0.0 (#66)

1.0.0-preview.4

26 Jul 04:30
Compare
Choose a tag to compare
1.0.0-preview.4 Pre-release
Pre-release
Update version to 1.0.0-preview.4 (#58)

1.0.0-preview.3

10 Apr 05:02
a034dc9
Compare
Choose a tag to compare
1.0.0-preview.3 Pre-release
Pre-release

Enhancements

  • Added support for dynamic configuration refresh. See an example here. #21
  • Added support for consuming configuration as an object. A new API, constructConfigurationObject, has been added to construct a configuration object based on the key-values loaded from Azure App Configuration. It minimizes necessary code changes for applications that were using JSON configuration file to adopt Azure App Configuration. #49

1.0.0-preview.2

15 Dec 03:13
36a89ad
Compare
Choose a tag to compare
1.0.0-preview.2 Pre-release
Pre-release

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

1.0.0-preview.1

24 Oct 08:15
7e34f1a
Compare
Choose a tag to compare
1.0.0-preview.1 Pre-release
Pre-release

Fixed

1.0.0-preview

11 Oct 06:58
c634bb2
Compare
Choose a tag to compare
1.0.0-preview Pre-release
Pre-release

Added

  • Basic features for loading settings from configuration stores. #1
    • Support authentication with connection string or AAD.
    • Select settings with key/label filters.
    • Trim key with prefixes.
  • Support to resolve Azure Key Vault secret references automatically. #2
  • Support to parse JSON objects for applicable content types automatically. #8