Skip to content

v1.9.0

Compare
Choose a tag to compare
@F1bonacc1 F1bonacc1 released this 25 Jul 21:28
· 83 commits to main since this release

What Changed

  • Added memory monitoring. Thanks to @themartdev 🔥
  • Added ability for readiness dependencies to wait through process restarts. Issue #189
  • Added an argument to disable .env file loading. Issue #192
  • Added elevated process (sudo) support. Issue #190

Bug Fixes

Issue #197: Fixes race condition while shutting down Process Compose. Thanks @dcarley 🔥
Issue #191: Fix the remote logs' channel race condition for noisy processes.

Changelog

  • 042b8bb Added memory monitoring
  • 0737a02 GoReleaser announce to Discord
  • 07947a7 Gracefully shutdown HTTP server
  • 6a1645a Issue #189: Allow readiness dependencies to wait through process restarts
  • b7ede9c Issue #190: Added sudo support
  • bd0da22 Issue #191: Fix logs channel race condition
  • bfcec4c Issue #192: Added an argument to disable .env loading
  • 598c41e Pass errors down from ProjectRunner
  • 8382b85 bump nix to v1.9.0
  • f5d9f06 feat #205: updated default.nix vendorHash