What's Changed
- Fix typos by @folbricht in #271
- Bump min Go version to 1.22 and fix install instructions by @folbricht in #272
- Fix file mode preservation during untar if mtime=0 by @matshch in #274
- Add more detailed information about the compressed chunks by @RyuzakiKK in #273
- Add examples on how to calculate the download size of an update by @RyuzakiKK in #275
- Bump golang.org/x/crypto from 0.21.0 to 0.31.0 by @dependabot[bot] in #276
- Fix printing of ChunkIDs by @folbricht in #278
- Additional fixes for the ChunkIDs print by @RyuzakiKK in #279
- Update actions/cache by @folbricht in #282
- Support JFrog Artifactory as HTTPS store by @deekue in #281
- Bump golang.org/x/net from 0.23.0 to 0.36.0 by @dependabot[bot] in #280
- Update to Go 1.23 by @folbricht in #286
- Bump golang.org/x/net from 0.36.0 to 0.38.0 by @dependabot[bot] in #285
- Bump golang.org/x/oauth2 from 0.7.0 to 0.27.0 by @dependabot[bot] in #287
- Bump golang.org/x/crypto from 0.36.0 to 0.45.0 by @dependabot[bot] in #288
- Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.1 by @dependabot[bot] in #290
- Do not recompress chunks if we already have the compressed form by @matshch in #289
- Do not call t.Fatal() from non-main goroutines by @matshch in #291
New Contributors
Full Changelog: v0.9.6...v1.0.0