Skip to content
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
6 changes: 6 additions & 0 deletions .changes/header.tpl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog

All notable changes to this project are documented in this file.

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).
23 changes: 23 additions & 0 deletions .changes/tower-batch-control/v1.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## [1.1.0] - 2026-07-10

### Added

- Added a `tonic` feature that implements `RequestWeight` for `tonic::Request<T>`,
so gRPC requests can be used as the batch request type without consumer-side
newtype wrappers ([#10667](https://github.com/ZcashFoundation/zebra/issues/10667))

### Changed

- MSRV is now 1.88

## [0.2.42] - 2025-10-15

### Added

- Added `RequestWeight` trait and changed to a `max_items_weight_in_batch` field in the
`BatchLayer` struct ([#9308](https://github.com/ZcashFoundation/zebra/pull/9308))

## [0.2.41] - 2025-07-11

First "stable" release. However, be advised that the API may still greatly
change so major version bumps can be common.
21 changes: 21 additions & 0 deletions .changes/tower-fallback/v0.2.43.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## [0.2.43] - 2026-07-17

### Added

- `Fallback::new_with_policy`, which selects fallback behavior using a `FallbackPolicy`.
- `FallbackPolicy` trait with an `OnError` implementation matching the default
fall-back-on-error behavior.
- `Fallback` and `future::ResponseFuture` gained an optional fallback-policy type
parameter that defaults to `OnError`, so existing `Fallback<S1, S2>` uses and
`Fallback::new` are unchanged.

## [0.2.42] - 2026-07-10

### Changed

- MSRV is now 1.88

## [0.2.41] - 2025-07-11

First "stable" release. However, be advised that the API may still greatly
change so major version bumps can be common.
Empty file added .changes/unreleased/.gitkeep
Empty file.
Loading
Loading