Skip to content

Release v9.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@FantasticFiasco FantasticFiasco released this 12 Apr 20:45
v9.0.0-beta.1
92b7ee2

⚡ Added

  • #311 [BREAKING CHANGE] Support specifying levelSwitch when creating the sink, thus adding the support to dynamically change the log level at runtime (contribution by @yuriy-millen)

    Migration guide

    The parameter levelSwitch has been introduced to the methods Http, DurableHttpUsingFileSizeRolledBuffers and DurableHttpUsingTimeRolledBuffers. Please verify that the arguments pass by you to these methods still align with your intentions.

    To automatically mitigate this kind of new parameter issue in the future, move from using positional arguments to named arguments instead.