Skip to content

3.0.0

Choose a tag to compare

@Choc13 Choc13 released this 02 Dec 12:18
· 19 commits to master since this release
85dd065

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.