Skip to content

Commit 4dfc043

Browse files
committed
Release v0.7.0
In this release of eldim you can find the following changes: * Significant reliability and stability improvements * Several bug fixes * Improved systemd unit file with optional sandboxing * Improved TLS configuration, including Post-Quantum TLS * Better handling of race conditions with the same file name and host * Improved and structured logging (vs plaintext before): -j is more useful! * Reduced and updated dependencies of eldim Breaking changes: * File names can no longer contain \0, ., .., starting, trailing, or consecutive /'s. * The logging format has changed, it's now structured vs text, explore -j!
1 parent 2783720 commit 4dfc043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var (
2222
)
2323

2424
const (
25-
version = "v0.6.2"
25+
version = "v0.7.0"
2626
)
2727

2828
func main() {

0 commit comments

Comments
 (0)