v0.8.0
Highlights ✨
We are linking our Linux x64 binaries against an older version of glibc to be compatible with more Linux distros. In particular, Zinnia can now run in the Docker containers based on the official Node.js Docker image node:18
.
We are preserving the state across zinniad
restarts, particularly the number of completed jobs.
What's Changed
- deps: bump clap from 4.2.3 to 4.2.4 by @dependabot in #191
- deps: bump regex from 1.7.3 to 1.8.0 by @dependabot in #193
- deps: bump regex from 1.8.0 to 1.8.1 by @dependabot in #194
- deps: bump tokio-util from 0.7.7 to 0.7.8 by @dependabot in #196
- deps: bump clap from 4.2.4 to 4.2.5 by @dependabot in #197
- deps: bump clap from 4.2.5 to 4.2.7 by @dependabot in #199
- fix: use older glibc for linux-x64 builds by @bajtos in #200
- feat: persist job counter across restarts by @bajtos in #198
Full Changelog: v0.7.0...v0.8.0