Azure / AppConfiguration-JavaScriptProvider

The configuration provider for consuming data in Azure App Configuration from JavaScript applications like Node or browser apps.
https://github.com/Azure/AppConfiguration
MIT License
6 stars 1 forks source link

Support listing by etags #67

Open Eskibear opened 1 month ago

Eskibear commented 1 month ago
          Did JS SDK release collection monitoring API? I see they had a PR for this but not sure if this exists in the latest stable release: https://github.com/Azure/azure-sdk-for-js/pull/28555

_Originally posted by @avanigupta in https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/65#discussion_r1626646203_

SDK v1.6.0 includes the new API listing by page etags. We might adopt that in refreshing both key-values and feature flags.