mirror of
https://github.com/mikedilger/chorus.git
synced 2026-08-01 07:21:39 +00:00
v1.5.3
This commit is contained in:
parent
94ad17fcc3
commit
70a4f91877
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -256,7 +256,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
|
||||
[[package]]
|
||||
name = "chorus"
|
||||
version = "1.5.2"
|
||||
version = "1.5.3"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"dashmap",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "chorus"
|
||||
version = "1.5.2"
|
||||
version = "1.5.3"
|
||||
description = "A personal relay for nostr"
|
||||
authors = ["Mike Dilger <mike@mikedilger.com>"]
|
||||
license = "MIT"
|
||||
|
||||
11
README.md
11
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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user