Skip to content

Latest commit

 

History

History
299 lines (180 loc) · 17.7 KB

CHANGELOG.md

File metadata and controls

299 lines (180 loc) · 17.7 KB

4.4.0 (2024-06-29)

Features

4.3.0 (2024-02-28)

Features

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

4.2.0 (2024-02-23)

Features

  • add custom http verb support (cf62869)

4.1.0 (2023-12-05)

Features

  • support passing a slog.logger (902baf0)

4.0.3 (2023-11-29)

Bug Fixes

4.0.2 (2023-09-15)

Chores

  • change default branch to main (3eca768)

Continuous Integration

4.0.1 (2023-09-15)

Build System

3.2.0 (2023-09-15)

Bug Fixes

  • use google/uuid package (f440642)

Build System

Chores

Continuous Integration

Features

  • 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)

Tests

  • Serve rest assured client in tests (5503a7d)

3.1.2 (2022-10-10)

Continuous Integration

  • publish with image name (8e22407)

3.1.1 (2022-10-10)

Continuous Integration

3.1.0 (2022-10-05)

Documentation

Features

  • add Assured-Method header option (84e7754)

3.0.2 (2022-10-05)

Build System

Chores

  • update with linter suggestions (7401f6f)

Continuous Integration

Tests

  • add time for async test (30dea25)

3.0.1 (2021-07-30)

Bug Fixes

3.0.0 (2020-09-03)

Chores

Features

Tests

BREAKING CHANGE

  • 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)

Continuous Integration

2.0.10 (2020-08-28)

Documentation

2.0.9 (2020-08-26)

Continuous Integration

2.0.8 (2020-08-26)

Continuous Integration

2.0.7 (2020-08-26)

Continuous Integration

  • separate tagging and releasing (d0464f6)

2.0.6 (2020-08-26)

Continuous Integration

  • include release reference (3e7eae4)

Other

  • Merge branch 'master' of ssh://github.com/Jesse0Michael/go-rest-assured (137c9fd)

2.0.5 (2020-08-26)

Continuous Integration

2.0.4 (2020-04-15)

Documentation

  • document application preload specification (5cd071b)

2.0.3 (2020-04-11)

Documentation

2.0.2 (2020-04-11)

Bug Fixes

  • remove old assured application (355b32e)

Other

  • Merge branch 'master' of ssh://github.com/Jesse0Michael/go-rest-assured (8a82f0b)

2.0.1 (2020-04-11)

Bug Fixes

  • separeate application and client readme (b856342)

1.1.0 (2020-04-10)

Bug Fixes

Features

  • reorgonize pkg and cmd directories (2c00b9a)

1.0.1 (2020-04-10)

Chores

Other

  • Merge branch 'master' of ssh://github.com/Jesse0Michael/go-rest-assured (804f6f1)

1.0.0 (2020-04-10)

Bug Fixes

Other