You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking
Updated to Microsoft.Extensions.Configuration 3.0.0
Removed CancellationToken from IConsulConfigurationSource and AddConsul - Background tasks are now shut down and disposed of automatically when the ConsulConfigurationProvider is disposed.
Features
OnWatchException now has access to the IConsulConfigurationSource
Added PollWaitTime to IConsulConfigurationSource which allows client to set how long they want long polling queries to last before timing out and retrying.