Skip to content

Releases: Azure/AppConfiguration-JavaScriptProvider

1.0.1

Choose a tag to compare

@Eskibear Eskibear released this 26 Jul 04:28
e0e5843

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

Choose a tag to compare

@Eskibear Eskibear released this 12 Jun 06:28
11e446e
Update version to 1.0.0 (#66)

1.0.0-preview.4

1.0.0-preview.4 Pre-release
Pre-release

Choose a tag to compare

@Eskibear Eskibear released this 26 Jul 04:30
Update version to 1.0.0-preview.4 (#58)

1.0.0-preview.3

1.0.0-preview.3 Pre-release
Pre-release

Choose a tag to compare

@Eskibear Eskibear released this 10 Apr 05:02
a034dc9

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

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

1.0.0-preview.1

1.0.0-preview.1 Pre-release
Pre-release

Choose a tag to compare

@Eskibear Eskibear released this 24 Oct 08:15
7e34f1a

Fixed

1.0.0-preview

1.0.0-preview Pre-release
Pre-release

Choose a tag to compare

@Eskibear Eskibear released this 11 Oct 06:58
c634bb2

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