Skip to content

Commit 71cd2ac

Browse files
committed
Release lading 0.21.0
This commit releases lading 0.21.0. Please see changelog for details. Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent a8b3adf commit 71cd2ac

File tree

3 files changed

+57
-60
lines changed

3 files changed

+57
-60
lines changed

CHANGELOG.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ 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+
## [0.21.0]
810
### Changed
911
- Improved the block cache construction to better fill the pre-defined space.
1012
- Removed streaming cache method. Fixed is now the only option.
1113
- Users now configure a maximum block size in generators, not individual blocks.
12-
13-
## [0.21.0-rc1]
14-
### Added
15-
### Changed
1614
- Maximum datagram size in bytes for unix datagram generator is 8,192.
1715
- Altered default cache construction from 'fixed' to 'streaming'
1816
- Increased maximum DogStatsD context limit from 100k to 1M

Cargo.lock

+54-55
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.21.0-rc0"
3+
version = "0.21.0"
44
authors = [
55
"Brian L. Troutwine <[email protected]>",
66
"George Hahn <[email protected]>",

0 commit comments

Comments
 (0)