From 70a4f91877d80433315480f8f80069f9da524f03 Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Sat, 16 Nov 2024 10:10:31 +1300 Subject: [PATCH] v1.5.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 11 ++++++++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 659c7c6..a5f6d14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -256,7 +256,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chorus" -version = "1.5.2" +version = "1.5.3" dependencies = [ "base64 0.22.1", "dashmap", diff --git a/Cargo.toml b/Cargo.toml index e4d11c6..67d22d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chorus" -version = "1.5.2" +version = "1.5.3" description = "A personal relay for nostr" authors = ["Mike Dilger "] license = "MIT" diff --git a/README.md b/README.md index 582f126..719b25c 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,19 @@ announce upgrade instructions until release. ## Change Log -### version 1.5.2 (TBD) +### Version 1.5.3 + +- Performance improvements (streaming body) +- Approval not required for kinds 0, 3, and reactions (as well as prior list) +- FIX honor enable_ip_blocking = false +- NEW `chorus_cmd` with `delete_by_id` and `delete_by_pubkey` +- optional `icon_url` for NIP-11 + +### version 1.5.2 (2024-07-31, d8689540) - NEW CONFIG: `throttling_bytes_per_second` how many bytes are allowed per second - NEW CONFIG: `throttling_burst` how many bytes can be accepted per connection in a burst +- Don't wait more than 5 seconds for connections to close when shutting down ### version 1.5.1 (2024-07-14, c9c71311)