@azure/app-configuration 1.9.1-alpha.20250918.1 → 1.9.1-alpha.20250923.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -6
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -2,14 +2,21 @@
2
2
 
3
3
  [Azure App Configuration](https://learn.microsoft.com/azure/azure-app-configuration/overview) is a managed service that helps developers centralize their application and feature settings simply and securely.
4
4
 
5
- For applications that **only need to read configuration values**, we suggest using the [*`@azure/app-configuration-provider`*](https://www.npmjs.com/package/@azure/app-configuration-provider) library instead.
5
+ Use _@azure/app-configuration_ (this library) to:
6
6
 
7
- Use *@azure/app-configuration* (this library) to:
7
+ - Manage configuration settings and snapshots in Azure App Configuration
8
+ - Perform granular reads that operate outside the realm of normal configuration consumption
8
9
 
9
- - Create flexible key representations and mappings
10
- - Tag keys with labels
11
- - Replay settings from any point in time
12
- - Manage snapshots of an app's configuration
10
+ Most applications should start with the [_@azure/app-configuration-provider_](https://www.npmjs.com/package/@azure/app-configuration-provider) library, which builds on this low-level client library and is the recommended way to consume configuration at runtime. It adds:
11
+
12
+ - Flexible access patterns using configuration as a key/value map or a structured JSON object
13
+ - Query mechanism to declaratively compose app configuration
14
+ - Configuration refresh during runtime
15
+ - High reliability with caching, replica discovery, failover, and load balancing
16
+ - Key vault reference resolution and auto-refresh
17
+ - Feature flag integration for [@microsoft/feature-management](https://www.npmjs.com/package/@microsoft/feature-management) library
18
+
19
+ For more information, please go to [configuration provider](https://learn.microsoft.com/azure/azure-app-configuration/configuration-provider-overview).
13
20
 
14
21
  Key links:
15
22
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@azure/app-configuration",
3
3
  "author": "Microsoft Corporation",
4
4
  "description": "An isomorphic client library for the Azure App Configuration service.",
5
- "version": "1.9.1-alpha.20250918.1",
5
+ "version": "1.9.1-alpha.20250923.1",
6
6
  "sdk-type": "client",
7
7
  "keywords": [
8
8
  "node",
@@ -63,8 +63,8 @@
63
63
  "@azure/eventgrid": "^5.0.0",
64
64
  "@azure/identity": "4.11.1",
65
65
  "@azure/keyvault-secrets": "^4.2.0",
66
- "@azure/app-configuration-provider": "latest",
67
- "@microsoft/feature-management": "latest",
66
+ "@azure/app-configuration-provider": "^2.2.0",
67
+ "@microsoft/feature-management": "^2.2.0",
68
68
  "@types/node": "^20.19.0",
69
69
  "@vitest/browser": "^3.2.3",
70
70
  "@vitest/coverage-istanbul": "^3.2.3",
@@ -74,10 +74,10 @@
74
74
  "playwright": "^1.50.1",
75
75
  "typescript": "~5.8.3",
76
76
  "vitest": "^3.2.3",
77
- "@azure-tools/test-recorder": "^4.1.1",
78
77
  "@azure-tools/test-credential": "^2.1.2",
79
- "@azure/eslint-plugin-azure-sdk": "^3.0.0",
80
- "@azure/dev-tool": "^1.0.0"
78
+ "@azure-tools/test-recorder": "^4.1.1",
79
+ "@azure/dev-tool": "^1.0.0",
80
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
81
81
  },
82
82
  "//sampleConfiguration": {
83
83
  "productName": "Azure App Configuration",