v1.0.1
What's Changed
- Fix the failure of release by @suzuki-shunsuke in #293
- Avoid rewriting self-seed chunks already on disk by @vigneshraman in #300
- Add Claude.md by @folbricht in #302
- Clarify behavior of --print-stats by @folbricht in #303
- Fix typos and grammar in docs by @folbricht in #304
- Replace ioutil.TempDir() in tests with testing.Tempdir() by @folbricht in #305
- Remove all uses of the deprecated ioutil package by @folbricht in #306
- Write index file even if --print-stats is used with 'make' by @folbricht in #308
- Optimize chunker hot loop for ~1.5-2x throughput by @folbricht in #307
- Use buffered channels for SIGHUP signals by @folbricht in #309
- Fix bugs, resource leaks, and test issues in cmd/desync by @folbricht in #310
- Apply go modernize across codebase by @folbricht in #311
- Fix ChunkStream buffer-reuse race causing corrupted stores by @folbricht in #314
- Fix possible deadlock in FileSeed by @folbricht in #315
- Update CI workflows and GoReleaser for Go 1.24 by @folbricht in #318
- Bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 by @dependabot[bot] in #320
- Apply error-retry-base-interval backoff to S3 store retries by @folbricht in #322
- Modernize README with improved structure and navigation by @folbricht in #317
- Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 by @dependabot[bot] in #324
- Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 by @dependabot[bot] in #325
- Enforce Authorization header on index-server by @folbricht in #327
- Use constant-time compare for chunk-server auth header by @folbricht in #328
- Add HTTP server timeouts to index-server and chunk-server by @folbricht in #329
- Reject --mutual-tls and --client-ca when TLS is not enabled by @folbricht in #330
- Avoid leaking backend error details in HTTP responses by @folbricht in #331
- Fix help text issues across cmd/desync subcommands by @folbricht in #332
New Contributors
- @suzuki-shunsuke made their first contribution in #293
- @vigneshraman made their first contribution in #300
Full Changelog: v1.0.0...v1.0.1