Skip to content

Releases: Azure/AppConfiguration-JavaScriptProvider

2.5.1

Choose a tag to compare

@linglingye001 linglingye001 released this 01 Jul 07:35
92da618

What's Changed

Full Changelog: 2.5.0...2.5.1

2.5.0

Choose a tag to compare

@linglingye001 linglingye001 released this 01 Jul 07:25
2bb88b7

What's Changed

Full Changelog: 2.4.2...2.5.0

2.4.2

Choose a tag to compare

@zhiyuanliang-ms zhiyuanliang-ms released this 07 May 05:47
c16ef65

Bug Fixes

  • Fixed an issue where the package could not be resolved as ESM in Node.js due to a missing "type": "module" field in package.json. #280

2.4.1

Choose a tag to compare

@zhiyuanliang-ms zhiyuanliang-ms released this 06 May 05:57
dfb9b45

Bug Fixes

  • Fixed a bug where calling constructConfigurationObject after a configuration refresh would fail with an InvalidOperationError indicating ambiguity when constructing a configuration object. The issue occurred because parsed JSON values were assigned by reference instead of by deep copy, causing subsequent calls to constructConfigurationObject to encounter modified data from a previous call. #286

2.4.0

Choose a tag to compare

@zhiyuanliang-ms zhiyuanliang-ms released this 06 May 05:52
dfb9b45

Enhancements

  • Updated the reference of @azure/app-configuration to 1.11.0 to take advantage of enhanced errors when Entra ID audience is misconfigured. #276

2.3.1

Choose a tag to compare

@zhiyuanliang-ms zhiyuanliang-ms released this 06 May 05:49
dfb9b45

Enhancements

  • Added support for enforcing a minimum secret refresh interval (60 seconds) for Key Vault references during configuration refresh. When refresh is triggered, the provider will not re-fetch a secret if it was retrieved less than 60 seconds ago, avoiding excessive requests to Key Vault. #264

2.5.0-preview

2.5.0-preview Pre-release
Pre-release

Choose a tag to compare

@zhiyuanliang-ms zhiyuanliang-ms released this 06 May 05:59
5fea4d2

Enhancements

  • Optimized refresh behavior for loadFromAzureFrontDoor by using HEAD requests to check for changes. #275

2.4.1-preview

2.4.1-preview Pre-release
Pre-release

Choose a tag to compare

@zhiyuanliang-ms zhiyuanliang-ms released this 06 May 05:58
5fea4d2
  • This release includes all preview functionality introduced in 2.4.0-preview and also adds the changes introduced in 2.3.1.

2.4.0-preview

2.4.0-preview Pre-release
Pre-release

Choose a tag to compare

@zhiyuanliang-ms zhiyuanliang-ms released this 06 May 05:58
5fea4d2
  • Added the loadFromAzureFrontDoor function based on 2.3.0.

2.3.0

Choose a tag to compare

@zhiyuanliang-ms zhiyuanliang-ms released this 13 Jan 16:01
676df1f

Enhancements

  • Added support for snapshot references. If a configuration setting's value is a snapshot reference, loading it automatically loads all key-values from the referenced snapshot. This enables dynamically switching between snapshots at runtime. #232