Skip to content

Releases: Kong/httpsnippet

httpsnippet v3.0.6 📦

12 Jul 18:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.5...v3.0.6

httpsnippet v3.0.5 📦

12 Jul 18:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.4...v3.0.5

httpsnippet v3.0.4 📦

17 May 15:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.1...v3.0.4

httpsnippet v3.0.3 📦

17 May 15:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.1...v3.0.3

2.0.0

03 Sep 20:46
Compare
Choose a tag to compare

Thank you @jonasholbech, @erunion, @adamrdavid, @nateslo, @mahenzon for your contributions to this release.

BREAKING CHANGE: This release drops support for Node < 10.

  • Matched Javascript fetch request to node-fetch (#210)
  • Removed qs option from node-fetch (#213)
  • Dropped support for Node < 10 (#204)
  • FormData now properly applied to js fetch target (#202)
  • Added --globoff option to shell_curl (#199)
  • Removed unnecessary boundary from curl (#227)
  • Allowed passthrough options to the target (#222)
  • Properly wrap form url encoded data in fetch target (#218)
  • Security fixes via Dependabot

v1.25.0

03 Mar 21:53
Compare
Choose a tag to compare

Thank you @erunion for your contributions this release!

Cleaner Python Requests snippets
#189

Regression fix for case-insensitive headers
#188

node-fetch can now handle form-urlencoded requests
#187

node-fetch and form-data polyfill bug fix

18 Nov 22:58
Compare
Choose a tag to compare

Thank you @jgiovaresco, @hirenoble, and @erunion for their contributions on this release!

Encoding JSON Body in js-fetch target
#179

Adding node-fetch target
#180

Better error handling
#182

Handling polyfill in browsers when fs doesnt exist
#184

Header Names and Form Request Fixes

25 Sep 17:22
Compare
Choose a tag to compare

Thank you @erunion and @jgiovaresco for their contributions to this release!

Fix to handle multipart/form-data requests
#173

Fix to only lowercase headers for http/2
#178

Axios and Kotlin support

17 Aug 21:43
Compare
Choose a tag to compare

Thank you to @seanghay, @rohit-gohri and @erunion for their contributions to this release.

Axios
#176

Kotlin
#172

Removing php array from targets (drop support for php5)
#175

Using const over var for javascript targets
#174

Additional Java Support

22 Jul 20:25
Compare
Choose a tag to compare

java.net.http.HttpClient support
#170

java async bug fix
#169