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
2 changes: 1 addition & 1 deletion Cargo-minimal.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2843,7 +2843,7 @@ dependencies = [

[[package]]
name = "payjoin-mailroom"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"anyhow",
"axum",
Expand Down
2 changes: 1 addition & 1 deletion Cargo-recent.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2937,7 +2937,7 @@ dependencies = [

[[package]]
name = "payjoin-mailroom"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"anyhow",
"axum",
Expand Down
15 changes: 15 additions & 0 deletions payjoin-mailroom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Payjoin Mailroom Changelog

## 0.1.2

- Add db entry metrics (#1412)
- Sanitize shortid when storing metrics (#1434)
- Unify mailbox TTL to a single value (#1457)
- Handle Retry-After header for 429 and 503 in gateway prober (#1475)
- Reject post requests over capacity (#1509)
- Track unique shortids seen (#1459)
- Recover from transient accept errors and raise file-descriptor limit (#1608)
- Bump payjoin version to 1.0.0-rc.3 (#1611)
- Delegate http tracing to tower middleware (#1588)
- Enable HTTP/2 multiplexing on relay-directory hop (#1655)
- Bound OHTTP bootstrap tunnel resource usage and export its metrics (#1610)
- Add per-request metrics middleware (#1674)

## 0.1.1

- Implement Directory and its db as a tower-service (#1361)
Expand Down
2 changes: 1 addition & 1 deletion payjoin-mailroom/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "payjoin-mailroom"
version = "0.1.1"
version = "0.1.2"
description = "Combined Payjoin Directory and OHTTP Relay"
repository = "https://github.com/payjoin/rust-payjoin/tree/master/payjoin-mailroom"
keywords = ["bip77", "bitcoin", "ohttp", "payjoin", "privacy"]
Expand Down
Loading