Skip to content

Releases: Orange-OpenSource/hurl

1.0.0

18 Dec 08:32
Compare
Choose a tag to compare

Changes:

  • Update to Rust 1.48.0 #107
  • Add type predicates #98
  • Arithmetic predicates for number (Integer or Float) #95
  • Add predicates to test value types #94
  • Add duration query #90
  • Add comparison predicates #89

Bugs Fixes:

  • Serialization of cookie query for Expires attributes with hurlfmt #100
  • Valid Jsonpath query is not parsed #93

0.99.14

17 Nov 07:59
Compare
Choose a tag to compare

Changes:

  • Update hurlfmt usage #81
  • Migrate fully to GitHub Actions #69
  • Add Hurl File JSON export #65
  • Support wildcard value in implicit status code reponse #55

Bugs Fixes:

  • Can not parse user in URL (Basic Authentication) #73
  • MultipartFormData is not present in JSON export #63
  • Hurl usage doesn't end with newline #60

0.99.13

28 Oct 11:57
Compare
Choose a tag to compare

Hurl 0.99.13 now uses libcurl under the hood instead of reqwest rust crate.
This makes hurl even closer to curl in terms of behavior and semantic.

Changes:

  • Improve Cookie Asserts #5
  • Request Cookies Section should not change cookie store #25
  • Uncompress response body for queries #35
  • Add option --compressed #36
  • Predicates with not qualifier #39
  • Support Multiple Content-Encoding (at the same time) #40
  • Add option -u, --user #41
  • Do not add header Expect automatically #44
  • Add timeout option (--connect-timeout and --max-time) #30
  • Add option --compressed #34
  • Decompress response body #38

Bugs Fixes:

  • Fix Host" request header with specific port #6
  • Fix Assert with different types of values #37

0.99.12

27 Aug 14:46
Compare
Choose a tag to compare
Init Commit - beta release 0.99.12