Skip to content

Releases: Wuthery/spectrum

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 16:52
88d388f

0.4.0 - 2025-07-07

Features

  • Add raw-IP headers support - (b921bb0)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 23:52
3ea707b

0.3.0 - 2025-07-06

Continuous Integrations

  • Install protoc in proto action - (76da030)
  • Provide GitHub token to protoc setup step to avoid rate-limits - (ec3047d)
  • Pass github token to the composite action correctly - (12b8e80)
  • Run release action only if Cargo.toml changed - (43992f1)

Features

  • Add feature to skip optional fields during deserialization - (0ca6096)

Style

  • Auto-format via cargo fmt - (b82117f)
  • Collapse nested if block to satisfy linter - (6b59c8b)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 23:06
76e9ade

0.2.0 - 2025-07-04

Build System

  • Switch to prost for protos compilation, add optional serde support - (58e286a)

Refactoring

  • Refactor kcp module and GamePacket::try_new method - (98146c9)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 22:56
29cac46

[0.1.0] - 2025-07-04

Continuous Integrations

  • Add docs workflow - (11c06d3)
  • Update github actions username and email - (9417c61)
  • Add build, format and lint workflows - (e46250c)
  • Fix download protos step missing, refactor - (0042bcc)
  • Generate build artifacts in fmt workflow - (68a8529)
  • Add release workflow - (29cac46)

Documentation

  • Fix typo - (d50baa1)
  • Document public methods, structs and enums - (0e12ac4)
  • Fix sections titles - (09ac2f3)

Refactoring

  • Format and lint code, fix linter errors - (60664e9)
  • Fix linting errors in build script - (1356935)