Skip to content

Releases: sitture/unirest-curl

0.6.0

15 May 13:37
bfc445c
Compare
Choose a tag to compare

What's Changed

  • Bump com.konghq:unirest-java-bom from 4.0.3 to 4.0.4 by @dependabot in #71
  • Bump actions/checkout from 3 to 4 by @dependabot in #72
  • Bump com.konghq:unirest-java-bom from 4.0.4 to 4.0.7 by @dependabot in #74
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #73
  • Bump com.konghq:unirest-java-bom from 4.0.7 to 4.0.9 by @dependabot in #75
  • Bump com.konghq:unirest-java-bom from 4.0.9 to 4.0.10 by @dependabot in #76
  • Bump com.konghq:unirest-java-bom from 4.0.10 to 4.1.0 by @dependabot in #77
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2 by @dependabot in #81
  • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1 by @dependabot in #80
  • Bump the maven-dependencies group with 4 updates by @dependabot in #84
  • Bump the maven-dependencies group with 1 update by @dependabot in #85
  • Bump the maven-dependencies group with 2 updates by @dependabot in #88
  • Bump the github-actions group with 1 update by @dependabot in #86
  • Bump the maven-dependencies group with 3 updates by @dependabot in #90
  • Bump the maven-dependencies group with 2 updates by @dependabot in #91
  • Bump the maven-dependencies group with 1 update by @dependabot in #92
  • Bump the maven-dependencies group with 1 update by @dependabot in #93
  • Bump the maven-dependencies group with 1 update by @dependabot in #94
  • Bump the maven-dependencies group with 3 updates by @dependabot in #96
  • Bump the maven-dependencies group with 3 updates by @dependabot in #99
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 in the maven-dependencies group by @dependabot in #100
  • Updates to latest version of pmd@v7 by @haroon-sheikh in #104

Full Changelog: 0.5.0...0.6.0

0.5.0

01 Aug 16:11
a5d6481
Compare
Choose a tag to compare

Updated

  • Upgrades to use unirest 4.x
  • requires at least Java 11

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0

10 May 13:20
43908c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.4.0

0.3.0

11 Jan 13:09
7f514ee
Compare
Choose a tag to compare

Updated

0.2.0

04 Oct 19:28
1158508
Compare
Choose a tag to compare

Updated

  • Updates to latest version of dependencies

0.1.2

03 Aug 15:47
8b5cd64
Compare
Choose a tag to compare

Fixed

  • Fixes an issue with body when empty or null fields provided.

0.1.1

01 Aug 16:12
289c04f
Compare
Choose a tag to compare

Updated

  • Adds a space between header key and value. i.e. "--header Key: Value"
  • Splits query params into separate --data items

0.1.0

29 Jul 19:01
281954c
Compare
Choose a tag to compare

Added

  • Initial release of the unirest to curl interceptor.
  • Adds support for extracting methodtype, headers, simple body, params body.