Skip to content

Releases: Kong/httpsnippet

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

Custom Targets, Java Async and dependency updates

04 Jun 19:53
7755339
Compare
Choose a tag to compare

Custom Targets
#165

Java Async Target
#163

Release made possibly by @windard and @erunion!

Bugfixes

05 May 02:43
Compare
Choose a tag to compare

Escaping curl multiline bodies and python request query string fixes.

#138
#102

Thanks to @StefanDywersant and @gschier! 🏆

js fetch, http/1.1, powershell restmethod, bugfixes

29 Apr 22:45
Compare
Choose a tag to compare

fetch
✨ New Targets!
#128 Javascript Fetch API

httpsnippet example.json -t javascript -c fetch

#99 HTTP 1.1 raw request string (RFC 7230)

httpsnippet example.json -t http

#133 Powershell RestMethod support

httpsnippet example.json -t powershell -c restmethod

🐛 Bugfixes:
#123 require openssl if url is https

🔒 DevDependencies Security Vulnerabilities patched:
These are devDependencies only and does not affect npm users.
#136, #139

This release was made possible by these first time contributors @StefanDywersant, @irvinlim, and @JPrevost. Thank you!

v1.18.0 Bugfixes, refactors, green tests, slightly modified outputs

25 Apr 23:50
Compare
Choose a tag to compare

See #134 for changeset.
image

Welcome to @gschier who is joining httpsnippet as co-maintainer! 🎉

Fixes #125
From #93