Merge pull request #87 from Azure/u/visanka/UpdateDocs

Updated docs with build v1.0.0-preview-008920001-990
This commit is contained in:
Vijay SG 2019-06-11 14:30:31 -07:00 коммит произвёл GitHub
Родитель 364ed1abe1 6443eb5fe2
Коммит 80c3c6e86c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,14 @@
## Microsoft Extensions Azure App Configuration
### v1.0.0-preview-008920001-990
* Added `TrimKeyPrefix` method to remove prefixes from the list of returned key-values from the config store.
* Improved durability on Watch, so that transient network errors do not cause the process to detach.
* Added additional retries on network error when using `ConnectWithManagedIdentity`.
* Enabled Correlation-Context for telemetry/request-tracing.
* ***Telemetry can be disabled by setting the environment variable `AZURE_APP_CONFIGURATION_TRACING_DISABLED` to `True` or `1`***
* Added telemetry for the following:
* Hosting platform.
* Differentiating Initialization and Watch/Observe requests.
* Improved feature flag to prevent removal of default query with `null` label. This allows the default query to be used in conjunction with feature flags.