mirror of
https://github.com/chatmail/relay.git
synced 2026-09-17 04:40:08 +00:00
chore(release): prepare for 0.6.5 (#152)
Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
committed by
GitHub
parent
272744115f
commit
e26cca0260
@@ -1,3 +1,18 @@
|
|||||||
|
## 0.6.5 - 2026-05-12
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- *(smtp-client)* Handle 421 on reused connection (#145)
|
||||||
|
- Advertise 8BITMIME to prevent conversion after DKIM signing (#149)
|
||||||
|
- Validate mail data (#150)
|
||||||
|
|
||||||
|
### Miscellaneous Tasks
|
||||||
|
|
||||||
|
- Build and deploy relays with filtermail binary and run interop tests against madmail (#131)
|
||||||
|
|
||||||
|
### Performance
|
||||||
|
|
||||||
|
- *(smtp-client)* Use pipelining if server advertises support (#146)
|
||||||
## 0.6.4 - 2026-05-01
|
## 0.6.4 - 2026-05-01
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
Generated
+1
-1
@@ -508,7 +508,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "filtermail"
|
name = "filtermail"
|
||||||
version = "0.6.4"
|
version = "0.6.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"base64",
|
"base64",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "filtermail"
|
name = "filtermail"
|
||||||
version = "0.6.4"
|
version = "0.6.5"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user