Skip to content

Releases: Jesse0Michael/go-rest-assured

v5.2.1

19 Nov 04:09

Choose a tag to compare

5.2.1 (2025-11-19)

Other

  • Revert "feat: add cookies to tracked record" (4958691)

v5.2.0

19 Nov 03:17

Choose a tag to compare

5.2.0 (2025-11-19)

Features

  • add cookies to tracked record (2d7e6ad)

v5.1.0

28 Oct 02:27

Choose a tag to compare

5.1.0 (2025-10-28)

Features

  • serve assured method to start the server in initialization (8eb5405)

v5.0.1

26 Oct 15:31

Choose a tag to compare

5.0.1 (2025-10-26)

Bug Fixes

Build System

Chores

  • use http package for methods (5fde4be)
  • organize logs (687cfd3)
  • update go version and mods (87ddd94)
  • update module version from v4 to v5 in go.mod and import path (9fe1c7d)

Code Refactoring

  • rename Call to Record and update related methods and handlers (4e4f117)

Documentation

  • generate an openapi spec (28ac030)

Features

  • make assured commands explicit http endpoints (f9d88b0)
  • separate client and server (219315d)
  • separate server and client options (a710297)

Other

  • document assured changes (6724b8d)

v4.4.0

29 Jun 00:47

Choose a tag to compare

4.4.0 (2024-06-29)

Features

v4.3.0

28 Feb 04:51

Choose a tag to compare

4.3.0 (2024-02-28)

Features

  • remove go-kit/kit and gorilla/mux in favor of net/http's ServeMux (30da74d)

v4.2.0

23 Feb 04:00

Choose a tag to compare

4.2.0 (2024-02-23)

Features

  • add custom http verb support (cf62869)

v4.1.0

05 Dec 19:19

Choose a tag to compare

4.1.0 (2023-12-05)

Features

  • support passing a slog.logger (902baf0)

v4.0.3

29 Nov 15:52

Choose a tag to compare

4.0.3 (2023-11-29)

Bug Fixes

v4.0.2

15 Sep 19:57

Choose a tag to compare

4.0.2 (2023-09-15)

Chores

  • change default branch to main (3eca768)

Continuous Integration