Releases: CoreyD97/Stepper
Releases · CoreyD97/Stepper
v1.4.3
Commits
- ab65260: Cross-sequence variable references (b) #58
- fcac8f3: Lib update, Exec-After feature, bug fixes (Soroush Dalili) #62
- feb6b93: Upgrade gradle and Java version to fix build (Corey)
- 329696d: Merge remote-tracking branch 'origin/master' (Corey)
- f91bf72: Set releases action to use Java 17. (Corey)
- 6c32dd8: Increment version (Corey)
v1.4.2
Commits
- 2056757: Fix stepper headers not being removed if no replacements made. Thanks to @ngregoire (Corey-Dean Arthur)
- 36c0f59: Increment version (Corey)
v1.4.1
New Features!
- Add pre-execution variables to prompt the user for a value before executing a step.
- Add the ability to execute a sequence before a request is issued from tools such as repeater, intruder, etc
- Add ability to send multiple items to stepper
- Add ability to reorder tabs
- Add ability to view response size and time for step
- Bug fixes
Bugfixes
Fixes issues with sequences getting stuck if requests time out.
Fixes sequences not being deserialized properly and causing them to be lost/fail import.
Adds warning message to requests which contain raw binary data which may be corrupted when using stepper.
Release v1.2 - QoL Fixes
Automatically show the current request being sent when executing sequences.
Clear the response shown when a request is submitted.
Fix HTTP service being set incorrectly when cloning steps.
Move sequences to per-project instead of global.
Release v1.0
Initial Release