What’s Changed
- [Fix] UI: fix fetching task logs uri (#2630) @howaric
- fix for restart using Docker Compose: added local Docker volumes for … (#2621) @OpenPj
- Performance improvement by replacing StringBuffer with StringBuilder (#2612) @larrydiamond
- Fixing indexReplicaCount configuration for docker (#2590) @javiercanillas
- fix NPE for ResultsTable.jsx (#2605) @andyyumiao
IMPORTANT
- Force log4j dep version to avoid 0-day exploit (#2636) @marcocrasso
- Force log4j dep version to 2.16 to avoid a second exploit (#2643) @ermineaweb
New
- added nats stream support for WAIT task queues (#2610) @astelmashenko
Bug Fixes
- Fix startdelay for subworkflow task (#2608) @jxu-nflx
- Removed the extra delete statement from removeTaskFromLimit (#2611) @aravindanr
Refactor
- removed deprecated task acking (#2646) @FlorianKuckelkorn
Documentation
- [DOC] Minor documentation changes (#2598) @jmigueprieto