Skip to content

Commit 1d599e0

Browse files
committed
Release lading 0.23.3
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]>
1 parent 929a4ed commit 1d599e0

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
9+
10+
## [0.23.3]
811
### Changed
912
- Linux observer is more resilient to scenarios where lading lacks ptrace permission.
1013
### Removed
1114
- lading_capture no longer exports a protobuf version of the capture.
1215
### Added
1316
- HTTP blackhole now has a `response_delay_millis` setting, allowing for
14-
simulation of latent network connections.
17+
simulation of latent network connections. The default value is 0.
1518
### Fixed
16-
- Logrotate file generator will no longer panic when rotating files beyond one depth
19+
- Logrotate file generator will no longer panic when rotating files beyond one depth.
1720

1821
## [0.23.2]
1922
### Changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lading/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lading"
3-
version = "0.23.2"
3+
version = "0.23.3"
44
authors = [
55
"Brian L. Troutwine <[email protected]>",
66
"George Hahn <[email protected]>",

0 commit comments

Comments
 (0)