Skip to content

Releases: dragonflyoss/dragonfly-sdk

v1.7.4

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:41
e4181a0

What's Changed

  • fix(client-request): make LookupEndpoints return seed peer proxy endpoints by @gaius-qi in #39

Full Changelog: v1.7.3...v1.7.4

v1.7.3

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:24
889205d

What's Changed

  • chore(deps): Bump d7y.io/dragonfly/v2 from 2.5.2-rc.1 to 2.5.2-rc.2 in /client-request/go by @dependabot[bot] in #37
  • fix(client-request): preserve empty URL path when filtering query params by @gaius-qi in #38

Full Changelog: v1.7.2...v1.7.3

v1.7.2

Choose a tag to compare

@github-actions github-actions released this 07 Sep 10:40
b2d196a

What's Changed

  • fix(client-request): retry dfdaemon errors only on transient status codes by @gaius-qi in #36

Full Changelog: v1.7.0...v1.7.2

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 07:27
a4b2b17

What's Changed

  • chore(deps): Bump sha2 from 0.10.9 to 0.11.0 in /client-request/rust by @dependabot[bot] in #34
  • chore(deps): Bump google.golang.org/grpc from 1.83.1 to 1.83.2 in /client-request/go by @dependabot[bot] in #33
  • chore(deps): Bump tonic-health from 0.14.5 to 0.14.6 in /client-request/rust by @dependabot[bot] in #32
  • chore(deps): Bump d7y.io/api/v2 from 2.3.5 to 2.3.6 in /client-request/go by @dependabot[bot] in #31
  • chore(deps): Bump uuid from 1.24.1 to 1.26.0 in /client-request/rust by @dependabot[bot] in #29
  • chore(deps): Bump prost-wkt-types from 0.7.1 to 0.7.2 in /client-request/rust by @dependabot[bot] in #28
  • feat(client-request): add retry policy with backoff, endpoint rotation, and transient-error classification by @gaius-qi in #35

Full Changelog: v1.6.2...v1.7.1

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 07 Sep 07:27
a4b2b17

What's Changed

  • chore(deps): Bump sha2 from 0.10.9 to 0.11.0 in /client-request/rust by @dependabot[bot] in #34
  • chore(deps): Bump google.golang.org/grpc from 1.83.1 to 1.83.2 in /client-request/go by @dependabot[bot] in #33
  • chore(deps): Bump tonic-health from 0.14.5 to 0.14.6 in /client-request/rust by @dependabot[bot] in #32
  • chore(deps): Bump d7y.io/api/v2 from 2.3.5 to 2.3.6 in /client-request/go by @dependabot[bot] in #31
  • chore(deps): Bump uuid from 1.24.1 to 1.26.0 in /client-request/rust by @dependabot[bot] in #29
  • chore(deps): Bump prost-wkt-types from 0.7.1 to 0.7.2 in /client-request/rust by @dependabot[bot] in #28
  • feat(client-request): add retry policy with backoff, endpoint rotation, and transient-error classification by @gaius-qi in #35

Full Changelog: v1.6.2...v1.7.0

v1.6.2

Choose a tag to compare

@github-actions github-actions released this 27 Aug 11:57
dfa4e0b

What's Changed

  • Add manifest digest-based task ID and improve test structure by @gaius-qi in #27

Full Changelog: v1.6.1...v1.6.2

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 27 Aug 11:55
e41da05

What's Changed

  • feat(client-request): add StatImage RPC to query OCI image distribution across seed peers by @gaius-qi in #25
  • chore(deps): Bump tonic from 0.14.2 to 0.14.6 in /client-request/rust by @dependabot[bot] in #18
  • chore(deps): Bump uuid from 1.24.0 to 1.24.1 in /client-request/rust by @dependabot[bot] in #20
  • chore(deps): Bump criterion from 0.7.0 to 0.8.2 in /client-request/rust by @dependabot[bot] in #21
  • chore(deps): Bump github.com/stretchr/testify from 1.11.1 to 1.12.1 in /client-request/go by @dependabot[bot] in #24
  • Handle gRPC InvalidArgument errors and enhance StatImageRequest by @gaius-qi in #26

Full Changelog: v1.6.0...v1.6.1

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 06:27
da56475

What's Changed

  • refactor(client-request): extract ProxyWithEndpoints as a standalone type with per-endpoint connection pools by @gaius-qi in #17

Full Changelog: v1.5.0...v1.6.0

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 12:14
012ad7a

What's Changed

  • chore: add golangci-lint config and suppress unchecked error warnings in tests by @gaius-qi in #11
  • chore(deps): Bump siphasher from 0.3.11 to 1.0.3 in /client-request/rust by @dependabot[bot] in #4
  • chore(deps): Bump dragonfly-client-core from 1.4.9 to 1.5.0 in /client-request/rust by @dependabot[bot] in #6
  • chore(deps): Bump actions/setup-go from 5 to 7 by @dependabot[bot] in #2
  • chore(deps): Bump golangci/golangci-lint-action from 7 to 9 by @dependabot[bot] in #3
  • chore(deps): Bump google.golang.org/protobuf from 1.36.11 to 1.36.12 in /client-request/go by @dependabot[bot] in #5
  • chore(deps): Bump d7y.io/api/v2 from 2.2.32 to 2.3.0 in /client-request/go by @dependabot[bot] in #7
  • feat: add LookupEndpoints method to inspect seed peer selection order by @gaius-qi in #12
  • Enhance client-request with new features, benchmarks, and updates by @gaius-qi in #14
  • refactor(client-request): inline utility modules instead of depending on dragonfly-client-core/util by @gaius-qi in #15

New Contributors

Full Changelog: https://github.com/dragonflyoss/dragonfly-sdk/commits/v1.5.0