Skip to content

Releases: Kong/httpsnippet

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

1.16.7

11 Mar 00:56
Compare
Choose a tag to compare

Powershell target - #127

Thanks to @bobmclaren for the work!

1.16.4

26 Aug 17:19
Compare
Choose a tag to compare
New
  • Browserify Compatibility!

1.16.3

03 Aug 22:09
Compare
Choose a tag to compare
Updates
  • updated dependencies
  • fixed syntax issues with standard / eslint
Fixes
  • Objective-C: target does not seem to support boolean values in postData payload #65
New
  • Go: Add option to include boilerplate #63