Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.3.0] - 2025-07-28
🪄 Added
- Blue/Green Plugin, which adds support for blue/green deployments (PR #911).
- Limitless Plugin, which adds support for limitless deployments (PR #912).
- Add weighted random host selection strategy (PR #907).
- Add expiration time for secrets cache in the Secrets Manager Plugin (PR #906).
- Allow custom secret keys for database credentials retrieval (PR #843).
🐛 Fixed
- Separate plugin chain cache based on whether a plugin needs to be skipped or not (PR #916).
- Check the cached token and exception type before retrying connection in the auth plugins (PR #902).
- Set the default SSL Secure setting to True (PR #848).
🦀 Changed
- Use poetry version compatible with Python 3.8 (PR #913).
- Port over PluginService API changes from JDBC (PR #901).
- Verify links in markdown documentation (PR #909).
- Replace poetry installation with bash for GitHub actions (PR #903).
- Update python requirement and environment variable information in documentation(PR #900).