Skip to content

Latest commit

 

History

History
96 lines (55 loc) · 3.83 KB

File metadata and controls

96 lines (55 loc) · 3.83 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.4.0 - 2025-07-03

Added

  • Decrease the report interval from 60 seconds to 5 seconds. (#40)
  • Add uninstall.sh script. (#39)

Fixed

  • Let HTTP be used for origin host URL for testing. (#37)

Other

  • Bump prost-build from 0.13.5 to 0.14.1 (#44)
  • Bump prost from 0.13.5 to 0.14.1 (#46)
  • Bump sysinfo from 0.34.2 to 0.35.2 (#45)
  • Bump tokio-tungstenite from 0.26.2 to 0.27.0 (#43)
  • Bump tokio from 1.44.2 to 1.45.1 (#41)

0.3.0 - 2025-05-25

Added

  • [breaking] Introduce install-service subcommand. (#34)

0.2.0 - 2025-05-18

Other

  • [breaking] Remove Windows builds. (#35)
  • Make install.sh work on Mac. (#32)

0.1.0 - 2025-05-04

Other

  • Cross build ARM on ubuntu-22.04 (#30)

0.0.6 - 2025-05-04

Fixed

  • Don't let runlog_run task block the report task. (#17)
  • Support compilation on musl target. (#24)

Other

  • Fix OS for ARM tests. (#28)
  • Create an installation script. (#27)
  • Build on all supported platforms. (#26)

0.0.5 - 2025-04-23

Added

  • Improve the build name. (#22)

0.0.4 - 2025-04-21

Added

  • Release binaries for Mac and Windows. (#20)

0.0.3 - 2025-04-21

Fixed

  • merge building binaries workflow with release-plz. (#18)

0.0.2 - 2025-04-12

Added

  • Collect CPU and memory metrics. (#16)

Other

  • Releasing this version to test GitHub Actions workflows for releases.

0.0.1 - 2025-04-06

Other

  • Setup build system. (#7)
  • Make an example function to communicate with Rails' Action Cable. (#5)
  • Create rust.yml
  • Created project with: cargo new cloudray-agent --bin --vcs git