Skip to content

v2023.1.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@rustatian rustatian released this 06 Apr 09:37
· 421 commits to master since this release
af0845a

🚀 v2023.1.0-rc.2 🚀

👀 New:

  • ✒️ Velox: Support for v2023 and v4 plugins. v2 and v3 plugins are still supported, release

🩹 Fixes:

  • 🐛 Service plugin: Fix deadlock on channel send operation when using remain_after_exit.
  • 🐛 Service plugin: Send SIGINT instead of SIGKILL to underlying processes with 5s timeout to let the process exit gracefully.
  • 🐛 Config plugin: Fix missing default env variable syntax parser, BUG, (thanks @benalf)