Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

66 lines (41 loc) · 1.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

  • Added new flag --response-code (-R) to check expected http status code of a request.

[0.7.0] - 2022-04-19

  • Add http-get into goreleaser build artifacts.
  • Update to latest plugin sdk release

[0.6.0] - 2022-04-19

  • Add http-get command, to serve as a cross-platform wget/curl replacement.

[0.5.0] - 2021-12-01

Breaking Changes

  • Prevent output from including usage message unless the error is associated with argument validation.

[0.4.0] - 2021-01-21

Added

  • Added support for mTLS authentication

Changed

  • Fixed http-json example outputs

[0.3.0] - 2021-01-20

BREAKING CHANGE

  • Changed from --path using gojsonq to --query using gojq

[0.2.0] - 2021-01-13

Changed

  • Fixed the ordering for some assert.Equal test cases

Added

  • Added support for custom headers to all three checks

[0.1.3] - 2020-12-17

Changed

  • README changes
  • Fix some returns for state to use nil instead of err so the help is not printed

[0.1.2] - 2020-07-31

Changed

  • README changes

[0.1.1] - 2020-07-31

Changed

  • Fixed goreleaser

[0.1.0] - 2020-07-31

Added

  • Initial release