Skip to content

Releases: Azure/AppConfiguration-JavaScriptProvider

2.6.0

Choose a tag to compare

@linglingye001 linglingye001 released this 30 Jul 07:47
216bad4

What's Changed

  • Refactor status code casting into getStatusCode helper by @linglingye001 in #338
  • Optimization for concurrent Key Vault Ref resolution - deduplicate requests to the same secret by @linglingye001 in #328
  • Bump package version to 2.6.0 by @linglingye001 with @Copilot in #342

Full Changelog: 2.5.1...2.6.0

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.