mirror of
https://github.com/chatmail/relay.git
synced 2026-08-11 02:50:53 +00:00
chore(release): prepare for 0.2.0 (#30)
Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
committed by
GitHub
parent
23231d462c
commit
95fd106e43
@@ -1,3 +1,16 @@
|
||||
## 0.2.0 - 2026-01-28
|
||||
|
||||
### Features
|
||||
|
||||
- Configurable rate limiter max burst size (#28)
|
||||
|
||||
### Performance
|
||||
|
||||
- Disable Nagle's algorithm and do own buffering on server connections
|
||||
|
||||
### Refactor
|
||||
|
||||
- Remove Mutex around rate limiter
|
||||
## 0.1.2 - 2026-01-22
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
Generated
+1
-1
@@ -258,7 +258,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "filtermail"
|
||||
version = "0.1.2"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"base64",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "filtermail"
|
||||
version = "0.1.2"
|
||||
version = "0.2.0"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
||||
Reference in New Issue
Block a user