4.4.0 (2024-06-29)
- add healthcheck (15d5429)
4.3.0 (2024-02-28)
- remove go-kit/kit and gorilla/mux in favor of net/http's ServeMux (30da74d)
4.2.0 (2024-02-23)
- add custom http verb support (cf62869)
4.1.0 (2023-12-05)
- support passing a slog.logger (902baf0)
4.0.3 (2023-11-29)
- skip empty options (5afb731)
4.0.2 (2023-09-15)
- change default branch to main (3eca768)
- release from main (8e01820)
4.0.1 (2023-09-15)
- move docker labels (be7180e)
3.2.0 (2023-09-15)
- use google/uuid package (f440642)
- add docker labels (5abe583)
- update go version (2ea667c)
- add NewClientServe function (453d258)
- BREAKING CHANGE upgrade rest assured to v4 (04f971b)
- export Serve method to start http listener (e3af4cc)
- move to log/slog for logging (ac6be67)
- Serve rest assured client in tests (5503a7d)
3.1.2 (2022-10-10)
- publish with image name (8e22407)
3.1.1 (2022-10-10)
- update docker publish (6d8f225)
3.1.0 (2022-10-05)
- update documentation (1b04b01)
- add Assured-Method header option (84e7754)
3.0.2 (2022-10-05)
- update with linter suggestions (7401f6f)
- update ci actions (47efa38)
- add time for async test (30dea25)
3.0.1 (2021-07-30)
- update go mod for v3 (467b9e5)
3.0.0 (2020-09-03)
- add host option (6490699)
- add tls option (1213d71)
- remove logger arg (82f431c)
- use functional options (dedd374)
- fix tls test (93236a1)
- remove logger option, if you want to redirect your logs in a file, use the appropriate cli commands
- Use funcional options with sane defaults for configuring the assured client instead of a settings struct
2.0.11 (2020-09-01)
- add linter (efe26b8)
2.0.10 (2020-08-28)
- add response examle (f0b00d0)
2.0.9 (2020-08-26)
- push latest (590e4c8)
2.0.8 (2020-08-26)
- set latest tag (104f1eb)
2.0.7 (2020-08-26)
- separate tagging and releasing (d0464f6)
2.0.6 (2020-08-26)
- include release reference (3e7eae4)
- Merge branch 'master' of ssh://github.com/Jesse0Michael/go-rest-assured (137c9fd)
2.0.5 (2020-08-26)
- docker build/push (c18d7a9)
2.0.4 (2020-04-15)
- document application preload specification (5cd071b)
2.0.3 (2020-04-11)
- update build badge (8a5872b)
2.0.2 (2020-04-11)
- remove old assured application (355b32e)
- Merge branch 'master' of ssh://github.com/Jesse0Michael/go-rest-assured (8a82f0b)
2.0.1 (2020-04-11)
- separeate application and client readme (b856342)
1.1.0 (2020-04-10)
- update test package (122d28f)
- reorgonize pkg and cmd directories (2c00b9a)
1.0.1 (2020-04-10)
- remove releaserc (8d2b70b)
- Merge branch 'master' of ssh://github.com/Jesse0Michael/go-rest-assured (804f6f1)
- add github build and test actions (520e814)
- fix semantic release (80ef437)
- try codfish's action (08b1e86)
- try release me action (278bd8f)
- Fix readme typo (2829caa)
- Fix client test. (550c064)
- Go module. (001aabf)
- circle and coverage (c3d913a)
- Circle CI, my guy (#7) (57d7b08), closes #7
- write header after having configured it (d3aa03f)
- write header after having configured it (c56c003)
- delay response (d34f5ab)
- calls track query (514778e)
- Query in call (b98fe2e)
- Merge branch 'master' into query-in-call (a169d1b)
- add query params to call (08c107e)
- custom unmarshalling (d965d17)
- custom unmarshalling (1b3a4b2)
- tracking calls should be on be default (841b442)
- Callbacks (51dd7ee)
- callbacks (31f99bc)
- delay from client (d14b1fa)
- callbacks and tests (41cea71)
- callbacks (b215ae6)
- rearrange headers (d7cbed2)
- sanitize path on client (fec602d)
- support headers (b23211b)
- make tracking made calls disable able (c8af462)
- preload calls (0824afb)
- add port and logger support for binary (b02c3a9)
- Allow mocking calls at root level (2a38c91)
- Allow mocking calls at root level (f904cf0)
- remove freeport (e115920)
- use sync.Mutex instead of channels (c24e9cc)
- rename files (1c85984)
- why use pointers here (3a77f19)
- close client (39309a7)
- lock assured interactions (ddb2a6d)
- Configure or Default Client with Serve (622b195)
- client usage testing (81e0925)
- assured client testing (0bcebcb)
- client up (fd4e504)
- change then to verify, and use free port (4fe7037)
- license (99921e8)
- go fmt (0bb6436)
- move to one package (15b8587)
- populate readme (9c2d0ce)
- fix binding and endpoints (7e3bf63)
- wrap endpoints, test bindings, assure calls (1e20981)
- rest assured endpoints with tests (02786fa)
- assured bindings and endpoints (9b13b09)
- go-rest-assured (2022320)