Improvements - Added a new option (`SAFE_INIT_ALWAYS_NOTIFY_SLACK`) that enables Safe Init to notify Slack about failures even if a Sentry notification has been sent successfully.
1.1.5
Bug fixes - Fixed a bug where the value of an AWS Secrets Manager secret wasn't always returned as a string.
1.1.4
New features - Added a new option that allows specifying a common ARN prefix for all secrets using the `SAFE_INIT_SECRET_ARN_PREFIX` environment variable.
Bug fixes - Fixed a bug where a KeyError could be raised if an environment variable was no longer found after function import phase.
1.1.3
Bug fixes - Fixed a bug where setting environment variables to a false-like value (e.g. `0`, `false`, `off`, `no`) would not work as expected.
1.1.2
Bug fixes - Fixed a bug where resolved AWS Secrets Manager secrets were being accessible during the initialization, but not during the execution of the Lambda function.