v2.29.0
Features
- Support Zstd compression for archives #249 (Thanks @michalmiddleton)
Chores
- Update Base Image to Alpine 1.18 #219
- Miscellaneous Dependabot updates #224 #226 #225 #223 #227 #228 #229 #233 #234 #238 #239 #240 #248
- Update Go version to 1.21 #246 #241 #242
- Drop Logrus, use
log/slog
package #247
Docs
Important: By migrating to stdlib logging through the log/slog
package, structured logging output will subtly change with this release (quoting and casing of log levels). In case you rely on parsing the logs, check if your setup still works after upgrading.