BREAKING CHANGES
- Setting Slack webhook URLs and custom loggers using monkey patching wasn't working reliably and is no longer supported. Instead, use ContextVars to set your desired values and Safe Init will read them automatically.
Improvements
- Fixed Slack notifications not being sent when Safe Init couldn't gather enough information to identify function execution context.