Skip to content

Commit a70f93d

Browse files
authored
bump tower-batch-control (#10004)
1 parent 8597342 commit a70f93d

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5491,7 +5491,7 @@ dependencies = [
54915491

54925492
[[package]]
54935493
name = "tower-batch-control"
5494-
version = "0.2.41"
5494+
version = "1.0.0"
54955495
dependencies = [
54965496
"color-eyre",
54975497
"ed25519-zebra",

tower-batch-control/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.42] - 2025-10-15
9+
10+
### Added
11+
12+
- Added `RequestWeight` trait and changed to a `max_items_weight_in_batch` field in the
13+
`BatchLayer` struct ([#9308](https://github.com/ZcashFoundation/zebra/pull/9308))
14+
15+
816
## [0.2.41] - 2025-07-11
917

1018
First "stable" release. However, be advised that the API may still greatly

tower-batch-control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tower-batch-control"
3-
version = "0.2.41"
3+
version = "1.0.0"
44
authors = ["Zcash Foundation <zebra@zfnd.org>", "Tower Maintainers <team@tower-rs.com>"]
55
description = "Tower middleware for batch request processing"
66
# # Legal

zebra-consensus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ orchard.workspace = true
5959
zcash_proofs = { workspace = true, features = ["multicore", "bundled-prover"] }
6060

6161
tower-fallback = { path = "../tower-fallback/", version = "0.2.41" }
62-
tower-batch-control = { path = "../tower-batch-control/", version = "0.2.41" }
62+
tower-batch-control = { path = "../tower-batch-control/", version = "1.0.0" }
6363

6464
zebra-script = { path = "../zebra-script", version = "2.0.0" }
6565
zebra-state = { path = "../zebra-state", version = "3.0.0" }

0 commit comments

Comments
 (0)