Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

59 lines (39 loc) · 1.81 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[0.4.3] - 2023-09-21

Fixed

  • Fixed a minor security advisory on the const-cstr crate. (RUSTSEC-2023-0020) (#29)

  • Fixed a minor security advisory on the atty crate. (RUSTSEC-2021-0145) (#28)

  • Fixed the build with Rust nightly after 2023-06-28 (#26)

[0.4.2] - 2023-03-09

Fixed

  • Fixed the build on aarch64 and arm. (#24)

[0.4.1] - 2023-02-21

Fixed

  • Correctly start Casper from a single-threaded context. (#22)

[0.4.0] - 2023-02-17

Added

  • The nfs-exporter now runs in Capsicum mode for enhanced security. (#20)

[0.3.2] - 2022-12-08

Fixed

  • Fixed a crash if any counter exceeded i64::MAX_VALUE. (#17)

[0.3.1] - 2021-08-17

Fixed

  • Fixed the nfs_nfsd_total_bytes and nfs_nfsd_total_duration gauges on FreeBSD 13.0. (#5)
  • Fixed parsing IPv6 addresses on the command line. (#6)
  • Fixed several security vulnerabilities in dependencies: RUSTSEC-2021-0079, RUSTSEC-2021-0078, RUSTSEC-2021-0020, RUSTSEC-2021-0003. (#7)