v3.18.0
What's Changed
- Left menu URL fix for docs site by @RizaFarheen in #77
- Update source.md by @KunalKumar-1 in #75
- Update README.md by @eltociear in #72
- Optimise the postgres queries for popping messages by @bjpirt in #76
- Use environment variable to set ES6 support mode for Nashorn script evaluator by @c4lm in #88
- Fix an issue with the postgres indices as they weren't being used properly by @bjpirt in #92
- Upgrade the postgres lib to prevent CVE-2024-1597 by @bjpirt in #94
- Enable finer-grained control over the postgres indexing and searching by @bjpirt in #93
- Implement removeWorkflow and removeTask for PostgresIndexDAO by @bjpirt in #66
- BugFix: Enable the migration to run without always recreating an index by @bjpirt in #98
- Feature: Use TaskStatusListener.onTaskInProgress() by @ghkdwlgns612 in #58
- Fix SpringBoot imports file location error by @Young-Zen in #89
- Implementation of Postgres PollDataDAO with write caching by @bjpirt in #82
- Initial implementation of an experimental queue optimisation using Postgres LISTEN/NOTIFY by @bjpirt in #87
- Update the postgres docs with all configurable properties by @bjpirt in #99
- Fix ElasticSearch health check failure when ES sets password by @Young-Zen in #59
- Add option to only index workflows on Postgres when their status changes by @bjpirt in #83
New Contributors
- @KunalKumar-1 made their first contribution in #75
- @eltociear made their first contribution in #72
- @bjpirt made their first contribution in #76
Full Changelog: v3.17.0...v3.18.0