AppConfiguration-JavaScriptProvider

The configuration provider for consuming data in Azure App Configuration from JavaScript applications like Node or browser apps.

MIT License

Downloads
5.1K
Stars
7

Bot releases are visible (Hide)

AppConfiguration-JavaScriptProvider - 1.1.0 Latest Release

Published by zhiyuanliang-ms 2 months ago

Enhancements

  • Added support for loading feature flags from Azure App Configuration. #65
AppConfiguration-JavaScriptProvider - 1.0.1

Published by Eskibear 3 months ago

AppConfiguration-JavaScriptProvider - 1.0.0

Published by Eskibear 4 months ago

AppConfiguration-JavaScriptProvider - 1.0.0-preview.4

Published by Eskibear 6 months ago

AppConfiguration-JavaScriptProvider - 1.0.0-preview.3

Published by Eskibear 6 months ago

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
AppConfiguration-JavaScriptProvider - 1.0.0-preview.2

Published by Eskibear 10 months ago

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 ,. https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/22

Enhancements

Bug Fixes

Full Changelog: https://github.com/Azure/AppConfiguration-JavaScriptProvider/compare/1.0.0-preview.1...1.0.0-preview.2

AppConfiguration-JavaScriptProvider - 1.0.0-preview.1

Published by Eskibear 12 months ago

Fixed

AppConfiguration-JavaScriptProvider - 1.0.0-preview

Published by Eskibear about 1 year ago

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
Package Rankings
Top 23.9% on Npmjs.org
Badges
Extracted from project README
app-configuration-provider
Related Projects