Releases: Kong/httpsnippet
Releases · Kong/httpsnippet
httpsnippet v3.0.9 📦
What's Changed
- fix(form-data): fix ssr error due to window object access by @vaibhavrajsingh2001 in #373
Full Changelog: v3.0.8...v3.0.9
httpsnippet v3.0.8 📦
What's Changed
- correct RestSharp snippets (return type and Method enum) by @michaelgwelch in #366
New Contributors
- @michaelgwelch made their first contribution in #366
Full Changelog: v3.0.7...v3.0.8
httpsnippet v3.0.7 📦
What's Changed
- feat: replace ajv usage [INS-145] by @vaibhavrajsingh2001 in #371
New Contributors
- @vaibhavrajsingh2001 made their first contribution in #371
Full Changelog: v3.0.6...v3.0.7
httpsnippet v3.0.6 📦
What's Changed
- Prep for Release: source maps, types, prettier by @dimitropoulos in #301
Full Changelog: v3.0.5...v3.0.6
httpsnippet v3.0.5 📦
What's Changed
- Add rust target with reqwest by @Benjscho in #328
- chore(deps-dev): bump ws from 7.5.7 to 7.5.10 by @dependabot in #358
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #357
- chore(deps-dev): bump @babel/traverse from 7.22.6 to 7.24.5 by @dependabot in #348
- Generate Crystal language code by @yanecc in #343
- Fix setting default value of request.PostData of HarEntry by @nsrCodes in #323
- Support any method for PowerShell by @verhovsky in #320
- chore: add nvmrc and set it to 20 by @bbbco in #262
- Add generator for Ruby's Faraday client by @filfreire in #362
New Contributors
- @Benjscho made their first contribution in #328
- @yanecc made their first contribution in #343
- @nsrCodes made their first contribution in #323
- @verhovsky made their first contribution in #320
- @bbbco made their first contribution in #262
Full Changelog: v3.0.4...v3.0.5
httpsnippet v3.0.4 📦
What's Changed
- Support Node v20 by @itsikcircle in #333
- (feat/SEC-1010): Add SAST scanning using semgrep by @saisatishkarra in #336
- chore(feat/slsa)[SEC-1085]: add publish pipeline [INS-3792] by @filfreire in #347
- fix(CI): add pat for triggering releases [no-ticket] by @filfreire in #349
- fix(CI): Persist PAT to trigger downstream workflow on tag push[no-ticket] by @saisatishkarra in #350
- fix(ci): permissions to publish npm provenance by @saisatishkarra in #351
- feat: add npm version to release pipeline [INS-3853] by @filfreire in #352
- fix: rm extra commit on release.yml [INS-3853] by @filfreire in #353
- fix: release push [INS-3853] by @filfreire in #354
- fix: tag weirdness by @filfreire in #355
New Contributors
- @itsikcircle made their first contribution in #333
- @saisatishkarra made their first contribution in #336
Full Changelog: 3.0.1...v3.0.4
httpsnippet v3.0.3 📦
What's Changed
- Support Node v20 by @itsikcircle in #333
- (feat/SEC-1010): Add SAST scanning using semgrep by @saisatishkarra in #336
- chore(feat/slsa)[SEC-1085]: add publish pipeline [INS-3792] by @filfreire in #347
- fix(CI): add pat for triggering releases [no-ticket] by @filfreire in #349
- fix(CI): Persist PAT to trigger downstream workflow on tag push[no-ticket] by @saisatishkarra in #350
- fix(ci): permissions to publish npm provenance by @saisatishkarra in #351
- feat: add npm version to release pipeline [INS-3853] by @filfreire in #352
- fix: rm extra commit on release.yml [INS-3853] by @filfreire in #353
- fix: release push [INS-3853] by @filfreire in #354
- fix: tag weirdness by @filfreire in #355
New Contributors
- @itsikcircle made their first contribution in #333
- @saisatishkarra made their first contribution in #336
Full Changelog: 3.0.1...v3.0.3
2.0.0
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
node-fetch and form-data polyfill bug fix
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