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
+28-5Lines changed: 28 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,42 +1,65 @@
1
+
# v1.5.1
2
+
3
+
**Date:** 2025/08/28
4
+
5
+
### Bugfixes
6
+
7
+
- Get the plugin to work with Insomnia v11
8
+
(see [#19](https://github.com/jreyesr/insomnia-plugin-batch-requests/issues/19))
9
+
10
+
# v1.5.0
11
+
12
+
**Date:** 2024/06/12
13
+
14
+
### New features
15
+
16
+
- Add a new template tag that can send different files on each request
17
+
1
18
# v1.4.0
2
19
3
20
**Date:** 2024/05/22
4
21
5
22
### New features
6
23
7
-
- Add a way to read outputs (that will be written back to the CSV) from the response's headers, status code and request time, in addition to the response body as JSON ([#13](https://github.com/jreyesr/insomnia-plugin-batch-requests/pull/13))
24
+
- Add a way to read outputs (that will be written back to the CSV) from the response's headers, status code and request
- Add the ability to send requests in parallel, with configurable parallelism ([#11](https://github.com/jreyesr/insomnia-plugin-batch-requests/pull/11))
34
+
- Add the ability to send requests in parallel, with configurable
- Fix plugin freezing after sending the first request when response isn't valid JSON ([#4](https://github.com/jreyesr/insomnia-plugin-batch-requests/issues/4))
52
+
- Fix plugin freezing after sending the first request when response isn't valid
0 commit comments