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
# Release 2.3.0
## Improvements
- Dynamically created function "sendRequestNUM" return now the HTTPClient.Response as second return value.
- Parameter "logContent" within "sendRequestNUM" function can configure if the full HTTP response content should be logged. Set to FALSE to prevent unnecessary high processing loads for bigger data content like images.
## Bugfix
- Headers did not work via sendRequestNUM
- Headers were mixed up for requests send via UI and sendRequestNUM function
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+
## Release 2.3.0
5
+
6
+
### Improvements
7
+
- Dynamically created function "sendRequestNUM" return now the HTTPClient.Response as second return value.
8
+
- Parameter "logContent" within "sendRequestNUM" function can configure if the full HTTP response content should be logged. Set to FALSE to prevent unnecessary high processing loads for bigger data content like images.
9
+
10
+
### Bugfix
11
+
- Headers did not work via sendRequestNUM
12
+
- Headers were mixed up for requests send via UI and sendRequestNUM function
<paramdesc="Optional body content (JSON)."multiplicity="?"name="body"type="string"/>
533
533
<paramdesc="Type of content."multiplicity="?"name="contentType"type="string"/>
534
+
<paramdesc="Set status if full respond content should be logged. Set to false if e.g. bigger binary data should not be processed."multiplicity="?"name="logContent"type="bool"/>
0 commit comments