mirror of
https://github.com/chatmail/relay.git
synced 2026-08-10 10:30:51 +00:00
chore(release): prepare for 0.7.1 (#179)
Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
committed by
GitHub
parent
d3f5412420
commit
81aac3cb77
@@ -1,3 +1,19 @@
|
||||
## 0.7.1 - 2026-06-09
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Switch ratelimiter to MonotonicClock (#167)
|
||||
- *(smtp-server)* Correct error when EOF while reading DATA (#168)
|
||||
- *(resolver)* Disable negative caching (#170)
|
||||
- Ignore CNAME records when resolving TXT records (#177)
|
||||
|
||||
### Features
|
||||
|
||||
- Switch to aws-lc-rs cryptography provider (#178)
|
||||
|
||||
### Miscellaneous Tasks
|
||||
|
||||
- Add filtermail.mtail so filtermail failures can be monitored (#169)
|
||||
## 0.7.0 - 2026-05-26
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
Generated
+1
-1
@@ -548,7 +548,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
||||
|
||||
[[package]]
|
||||
name = "filtermail"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"base64",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "filtermail"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
||||
Reference in New Issue
Block a user