Skip to content

Commit

Permalink
prepare for release 3.10.0 (#179)
Browse files Browse the repository at this point in the history
Update changelog and prepare for release 3.10.0
  • Loading branch information
brayniac authored Mar 20, 2024
1 parent e0f2af0 commit f6250da
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## [Unreleased]

## [3.10.0] - 2024-03-19

## Added

- Additional system information fields including kernel version, CPU frequency
details, network queues, and IRQ affinity. (#100)

## Fixed

- Fixes a panic on some systems when perf counter initialization has failed.
This bug was introduced in 3.9.0. (#175)
- Fixes CPU idle time accounting in the BPF-based sampler. In 3.9.0 the sampler
incorrectly reports no idle time. (#176)

## [3.9.0] - 2024-03-15

## Added
Expand Down Expand Up @@ -134,7 +148,8 @@
- Rewritten implementation of Rezolus using libbpf-rs and perf-event2 to provide
a more modern approach to BPF and Perf Event instrumentation.

[unreleased]: https://github.com/iopsystems/rezolus/compare/v3.9.0...HEAD
[unreleased]: https://github.com/iopsystems/rezolus/compare/v3.10.0...HEAD
[3.10.0]: https://github.com/iopsystems/rezolus/compare/v3.9.0...v3.10.0
[3.9.0]: https://github.com/iopsystems/rezolus/compare/v3.8.0...v3.9.0
[3.8.0]: https://github.com/iopsystems/rezolus/compare/v3.7.0...v3.8.0
[3.7.0]: https://github.com/iopsystems/rezolus/compare/v3.6.1...v3.7.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
description = "High resolution systems performance telemetry agent"

[workspace.package]
version = "3.9.1-alpha.0"
version = "3.10.0"
license = "MIT OR Apache-2.0"

[dependencies]
Expand Down

0 comments on commit f6250da

Please sign in to comment.