Skip to content

Releases: yanet-platform/dwd

Release v0.6.1

20 Jan 12:11
4d4c812

Choose a tag to compare

What's Changed

  • docs: add build instructions to README.md by @3Hren in #4
  • fix: do not require neighbours to be resolved by @3Hren in #5
  • feat: add TCP retransmits stat by @3Hren in #6
  • refactor: extract tcp_info handling to sockstat module by @3Hren in #7
  • chore: add value placeholder help for argument by @3Hren in #8
  • fix: correctly reserve histogram snapshot size by @3Hren in #9
  • feat: make HTTP request timeout configurable by @3Hren in #10
  • refactor: unify how we run engines by @3Hren in #11
  • refactor: unify DPDK stats by @3Hren in #12
  • refactor: unify engines by @3Hren in #13
  • refactor: unify engines, part 2 by @3Hren in #14
  • refactor (tui): make bursts bar more stylish by @3Hren in #15
  • chore: minor Cargo.toml update by @3Hren in #17
  • feat: requests-per-socket deviation by @3Hren in #18
  • refactor: better naming for thread/task pools by @3Hren in #19
  • refactor: send logs to stderr by @3Hren in #20
  • feat: prometheus metrics export by @3Hren in #21
  • fix: ci by @3Hren in #22
  • fix: specify artifacts pattern by @3Hren in #23

Full Changelog: v0.5.0...v0.6.1

What's Changed

  • fix: specify artifacts pattern by @3Hren in #23

Full Changelog: v0.6.0...v0.6.1

v0.4.0

04 Feb 08:16
3fa2cc6

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

16 Dec 09:35

Choose a tag to compare

Initial release

The first public-preview release.

Features

  • UDP mode using native network stack.
  • DPDK mode using kernel bypass empowered by DPDK.