New features and improvements:
- More verbose messages about filter change and bind expiration (#287, thanks @rakovskij-stanislav!)
- Dot character is allowed in section name when referenced by env variable (#296, thanks @mak!)
- Support for multiple formats in
karton listCLI command (#288 by @msm-cert) - Added
urlandssloptions to Redis configuration (#292) - Configuration file path can be provided via
KARTON_CONFIG_PATHenvironment variable (#310)
Bugfixes:
- Downgraded boto3 to <1.36.0 and aioboto3 to <13.3.0 to workaround an issue with changes in checksum evaluation that are not still widely supported by other non-AWS S3 providers (#290)
- Fixed "KeyError: 'task_id'" logging error when descendant logger was used e.g.
karton.<identity>.module(#311)
Full Changelog: v5.8.0...v5.9.0