Skip to content

v0.2.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@wdolek wdolek released this 21 Jan 21:48
· 37 commits to main since this release

What's new

  • possibility to use IConfigurationWatcher for triggering configuration value refresh
    • including SecretsManagerPollingWatcher for simple polling (based on given interval)
  • startup timeout configuration: if provider fails to load secret in given time, exception is thrown
  • provider optionality: it is possible to set configuration source as optional, meaning exception is not thrown on failure
  • logging of provider events (requires ILoggerFactory instance)

Full Changelog: v0.1.0-alpha...v0.2.0-alpha