Skip to content

Releases: opus-domini/fast-shot

v1.3.2

08 Mar 17:03
5bc0df2

Choose a tag to compare

1.3.2 (2026-03-08)

Bug Fixes

  • bump Go to 1.25.8 and use 1.26 for nightly govulncheck (ed46caf)

v1.3.1

25 Feb 19:56
ffefb73

Choose a tag to compare

1.3.1 (2026-02-25)

Bug Fixes

  • bump Go minimum version to 1.25.7 to resolve crypto/tls vulnerability (GO-2026-4337) (13bd90f)
  • pin Go 1.25.7 in CI matrix to match go.mod minimum version (5f7cbfe)
  • resolve intrange linter issues and update golangci-lint config (67bff04)

v1.3.0

23 Feb 19:18
bad3050

Choose a tag to compare

1.3.0 (2026-02-23)

Features

  • add pre-request and post-response hooks (592fc47)

Bug Fixes

  • update CI badge URL and fix typo in README (662a4ce)

v1.2.1

23 Feb 15:35
6f0a825

Choose a tag to compare

1.2.1 (2026-02-23)

Bug Fixes

  • ci: add empty go.sum for mod tidy diff check (611c808)
  • ci: update Go version matrix to 1.25/1.26 (a300b60)

Refactors

  • remove testify dependency, use stdlib-only tests (34d78cc)

CI

  • add release-please, restructure CI, and modernize project config (231e990)
  • pin codecov-action by SHA for supply-chain safety (0817dae)

v1.2.0

04 Feb 17:59
8b6f5ec

Choose a tag to compare

Highlights

  • New CloseErr() to handle response body close errors without breaking Close().
  • Improved base URL load balancing (round-robin with atomic counter).
  • Extra robustness in wrappers (bounds checks and validations).
  • Expanded tests and coverage (form-data and wrappers).
  • CI updates: Go matrix, golangci-lint v2, and govulncheck.

Changes

  • Added CloseErr() to ResponseFluentBody.
  • Close() remains non-breaking (no return value).
  • Test and lint config adjustments.

CI / Tooling

  • Coverage runs only on Go 1.25 (compatible with covdata).
  • golangci-lint updated to v2 via action v7.

v1.1.5

04 Feb 14:05
5c0a80b

Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...V1.1.5

v1.1.4

27 Nov 04:32
6940ceb

Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

17 Nov 03:31
ee7ded2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

28 Jul 18:06
14a2d63

Choose a tag to compare

What's Changed

  • Improve the docs.

Full Changelog: v1.1.1...v1.1.2

v1.1.1

28 Jul 05:11
1d43dde

Choose a tag to compare

What's Changed

  • Add an example section!
  • Improve the docs.

Full Changelog: v1.1.0...v1.1.1