Skip to content

v1.0.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 01:55
· 2 commits to main since this release
16825b5

Release date: 2025/02/20

Features

Bug Fixes

  • fix: must_rules cause entire match_set to become must. in #719 by (@LostAttractor)
  • fix(trojan): websocket path loss in #727 by (@irort)
  • fix(config): correct the truncation of process name(comm name) in #738 by (@xcpky)
  • fix: close of closed channel in #747 by (@mzz2017)
  • fix: panic due to goroutine setting returned error in #748 by (@mzz2017)
  • fix(hy2): memory leaking from RoundTrip in #752 by (@mzz2017)

Others

Example Config: https://github.com/daeuniverse/dae/blob/v1.0.0rc1/example.dae

Full Changelog: v0.9.0...v1.0.0rc1

New Contributors