You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## [v1.9.0] - 2024-01-18
6
+
7
+
### Fixed
8
+
9
+
- Fix for - [#10139](https://github.com/postmanlabs/postman-app-support/issues/10139) Modify Swift codegen to work with multipart/form-data format, used for video file upload
10
+
5
11
## [v1.8.0] - 2023-06-27
6
12
7
13
- Fix for - [#10521](https://github.com/postmanlabs/postman-app-support/issues/10521) Add support for Dart Dio snippet generation
@@ -140,7 +146,9 @@ v1.0.0 (May 29, 2020)
140
146
- Add ES6 syntax support for NodeJS Request, NodeJS Native and NodeJS Unirest
141
147
- Fix snippet generation for powershell and jquery, where form data params had no type field
"description": "This collection contains requests that will be used to test validity of plugin created to convert postman request into code snippet of particular language.",
"tests['response has PUT data'] = _.has(responseJSON, 'data');",
636
624
"tests['response matches the data sent in request'] = (responseJSON.data && responseJSON.data.length === 256);"
637
-
]
625
+
],
626
+
"type": "text/javascript"
638
627
}
639
628
}
640
629
],
641
630
"request": {
642
631
"method": "DELETE",
643
-
"header": [
644
-
{
645
-
"key": "Content-Type",
646
-
"value": "text/plain"
647
-
}
648
-
],
649
-
"body": {},
632
+
"header": [],
650
633
"url": {
651
-
"raw": "https://mockbin.org/request",
634
+
"raw": "https://postman-echo.com/delete",
652
635
"protocol": "https",
653
636
"host": [
654
-
"mockbin",
655
-
"org"
637
+
"postman-echo",
638
+
"com"
656
639
],
657
640
"path": [
658
-
"request"
641
+
"delete"
659
642
]
660
643
},
661
644
"description": "The HTTP `DELETE` method is used to delete resources on a server. The exact\nuse of `DELETE` requests depends on the server implementation. In general, \n`DELETE` requests support both, Query String parameters as well as a Request \nBody.\n\nThis endpoint accepts an HTTP `DELETE` request and provides debug information\nsuch as the HTTP headers, Query String arguments, and the Request Body."
0 commit comments