-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 2024.7 - Add support for JSON parsing / manipulation and othe…
…r miscellaneous improvements.
- Loading branch information
Peter Wiener
committed
Jul 31, 2024
1 parent
90ae436
commit d3a5a11
Showing
365 changed files
with
17,895 additions
and
7,056 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
|
||
## v2024.7 | ||
|
||
- Added JSON parsing / manipulation support with *JsonUtils* and *JsonNode*. | ||
- Added ability to control redirection behavior when issuing HTTP requests using *RedirectionMode* and *RequestOptions*. | ||
- Added utility methods to *HttpRequest* and *HttpResponse* which add, update or remove multiple headers. | ||
- Added *EditorOptions.SHOW_NON_PRINTABLE_CHARACTERS* and *EditorOptions.WRAP_LINES* which can be applied when creating RawEditors. | ||
- Added method to *Intruder* which enables sending of HTTP requests with an associated tab name. | ||
- Added *Project* which allows retrieval of the current project name. | ||
- Added method to *Proxy* to determine the current interception state. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.