Skip to content

Latest commit

 

History

History
170 lines (108 loc) · 8.42 KB

CHANGELOG.md

File metadata and controls

170 lines (108 loc) · 8.42 KB

Postman Code Generators Changelog

v1.10.1 - 2024-05-06

v1.10.0 - 2024-05-02

Fixed

  • Fix + char being encoded in query params of multiple languages.
  • Fix special characters not being escaped in multiple languages.

v1.9.0 - 2024-01-18

Fixed

  • Fix for - #10139 Modify Swift codegen to work with multipart/form-data format, used for video file upload

v1.8.0 - 2023-06-27

  • Fix for - #10521 Add support for Dart Dio snippet generation

v1.7.2 - 2023-05-04

Fixed

  • Fix for - #11934 Prevent % double encoding in query params

v1.7.1 - 2023-03-29

  • Minor fix - Add language labels for Rust and Kotlin

Previous Releases

Newer releases follow the Keep a Changelog format.

v1.7.0 (March 28, 2023)

  • Fix for - #192 Added support for Rust reqwest code snippets.

v1.6.1 (March 27, 2023)

  • Fix backlashes being unescaped unnecessarily in cURL codegen

v1.6.0 (March 17, 2023)

  • PEP8 improvements in python-requests code
  • Fix for - #491 Added support for kotlin okhttp code snippets.
  • Refactored code for nodejs-axios util.js.

v1.5.1 (March 28, 2023)

  • Fix backlashes being escaped unnecessarily in cURL codegen

v1.5.0 (March 2, 2023)

  • Change minimum supported NodeJS version to 12
  • Fix for - #11049 Escape backslash character in raw bodies for curl codegen
  • Fix for - #302 Add option to use async/await in NodeJS Axios codegen
  • Fix for - #322 Use multiline quotes in Powershell to simplify generated code
  • Add long form option for -g flag in curl codegen
  • Minor Swift codegen improvements

v1.4.1 (February 22, 2023)

  • cURL codegen should work when request has a protocolProfileBehavior with null value

v1.4.0 (February 6, 2023)

  • Add support for C# HttpClient Codegen
  • Fix for - #9511 - Use short options in CURL as long as possible
  • Fix for - #10581 - Do not add HTTP method explicitly in CURL when not required
  • Fix for - #10053 - Remove usage of semaphore from Swift Codegen

v1.3.0 (December 16, 2022)

  • Update C# restsharp codegen to support 107
  • Fix for - #11084 Fixes an issue where HTTP code snippet was generating wrong boundaries
  • Fixes an issue with Axios code snippets not including maxBodyLength param

v1.2.1 (April 26, 2022)

  • Add label for 'R' language

v1.2.0 (April 22, 2022)

  • Add new codegens - php-guzzle, R-httr, R-rcurl
  • Fix issue with pipeline failing due to updated version of RestSharp
  • Fix for - #502 Allow GET method to have a body in java-okhttp if present in input request
  • Fix for - #476 Properly escape already escaped double quotes in curl body

v1.1.5 (May 10, 2021)

  • Fixed an issue with how JSON bodies are shown in code snippets for Ruby, C#, and Dart.

v1.1.4 (May 6, 2021)

  • Fix an issue with empty GraphQL body

v1.1.3 (Mar 2, 2021)

  • Use proper indentation for JSON bodies in Javascript and Nodejs codegens
  • Fix for - #445 Add proper indentation in nodejs-axios when bodytype is urlencoded
  • Fix for - #248 Use quoteType everywhere in curl, not just in the url
  • Fix for - #454 Fix encoding when generating HTTP code snippets
  • Fix for - #426 Use json.dumps in Python codegens if Content-Type is JSON

v1.1.2 (Dec 15, 2020)

  • Fix for - #8736 Add content type support for individual form-data fields
  • Fix for - #8635 Use Json.parse for all json like application types
  • Fix for - #9212 Add semicolon after header key in curl codegen if the value is empty string.
  • Add Newman test for powershell

v1.1.1 (Nov 10, 2020)

  • Change string to enum in cURL quoteType option.
  • Fix new line issue in dart-http and HTTP codegen
  • Fix an issue where deepinstall was failing when folder name had spaces.

v1.1.0 (Nov 2, 2020)

  • Added support for Dart http
  • Fix for - #315: Manually parse url provided in the request.
  • Fix for - #253: Add -g flag to curl if braces ({}) or brackets ([#]) are present in the url.
  • Fix for - #257: Use double quotes to escape semicolon in curl requests
  • Fix for - #247: Add ContentType to python snippets for multipart/formdata
  • Fix for - #186: Add ` as line continuation delimiter for curl codegen
  • Fix for - #248: Add quoteType as an additional option in curl codegen
  • Fix deadlock in error case in Swift and Objective-C codegens.
  • Fix for - #325: Use encodeURIComponent instead of escape for urlencoded request body.
  • Fix for - #350: Sanitize \r in request body.
  • Fix for - #366: Add support for uploading binary files for multipart/form-data bodies in python-http.client.
  • Fix for - #353: Add optional import of FoundationNetworking in swift codegen
  • Fix for - #284: Replace double-quotes by single-quotes in codegen/php-curl
  • Fix for - #330: Use url.toString method for converting url in shell-httpie codegen

v1.0.2 (Oct 15, 2020)

  • Fixed spaces around variables and arguments in Python codgen to comply with PEP 8.
  • Added Content-Length header to generated HTTP snippets.
  • Switched to multiline strings for Raw bodies in Go.
  • Stopped manually encoding response bodes in utf8 for Python-requests.
  • Removed unnecessary semicolons at the end of statements in Ruby.
  • Fixed wrong name of HTTP codegen in README

v1.0.1 (Jun 29, 2020)

  • Fix for - #8674: Add URL sanitization for quotes in cURL, Java Unirest, NodeJS Native, Python http.client, and Swift.

v1.0.0 (May 29, 2020)

  • Add axios framework support
  • Add ES6 syntax support for NodeJS Request, NodeJS Native and NodeJS Unirest
  • Fix snippet generation for powershell and jquery, where form data params had no type field