Skip to content

Commit

Permalink
Release lading 0.23.3 (#1033)
Browse files Browse the repository at this point in the history
This release contains several quality of life improvements around file
generation and allows for the modeling of HTTP sinks with latency. The
unused protobuf version of `lading_capture` is removed.

Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt authored Oct 8, 2024
1 parent 929a4ed commit 3b8c71a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased


## [0.23.3]
### Changed
- Linux observer is more resilient to scenarios where lading lacks ptrace permission.
### Removed
- lading_capture no longer exports a protobuf version of the capture.
### Added
- HTTP blackhole now has a `response_delay_millis` setting, allowing for
simulation of latent network connections.
simulation of latent network connections. The default value is 0.
### Fixed
- Logrotate file generator will no longer panic when rotating files beyond one depth
- Logrotate file generator will no longer panic when rotating files beyond one depth.

## [0.23.2]
### Changed
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 lading/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lading"
version = "0.23.2"
version = "0.23.3"
authors = [
"Brian L. Troutwine <[email protected]>",
"George Hahn <[email protected]>",
Expand Down

0 comments on commit 3b8c71a

Please sign in to comment.