Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare for release 4.1.0 #363

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## [Unreleased]

## [4.1.0] - 2024-10-23

### Added

- `rezolus-recorder` which can connect to a running Rezolus instance and record
metrics into a parquet file. (#356)

### Fixed

- Configured listen address was ignored and a default was used. (#362)

## [4.0.0] - 2024-09-27

### Changed
Expand Down Expand Up @@ -315,7 +326,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/v4.0.0...HEAD
[unreleased]: https://github.com/iopsystems/rezolus/compare/v4.1.0...HEAD
[4.1.0]: https://github.com/iopsystems/rezolus/compare/v4.0.0...v4.1.0
[4.0.0]: https://github.com/iopsystems/rezolus/compare/v3.18.1...v4.0.0
[3.18.1]: https://github.com/iopsystems/rezolus/compare/v3.18.0...v3.18.1
[3.18.0]: https://github.com/iopsystems/rezolus/compare/v3.17.0...v3.18.0
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "rezolus"
version = "4.0.1-alpha.0"
version = "4.1.0"
license = "MIT OR Apache-2.0"
publish = false
edition = "2021"
Expand Down
Loading