Release Notes
v 2.4
- Enhanced Mac support
- Pressing Enter key in address bar triggers request
- Ctrl + L or Cmd +L brings focus to the address bar
- Address bar text is selected completely when focus is gained
- Redirects can be turned off (option available in Etc. panel in Request)
- Dependency libraries upgraded to latest versions
- Other minor bug fixes
v 2.3.3
v 2.3.2
- Internal code optimization by utilizing the WizTools.org Commons Lib
- Now accepts headers and parameters with multiple values with identical keys.
v 2.3.1
- Response body encoding is not taken as UTF-8 by default.
v 2.3
- Issue: 70 Preemptive authentication was not working. Now fixed.
- Issue: 64 Cancel button in Options panel was throwing Exception in certain cases. Fixed.
- Test results are now shown with more detail than in previous editions.
- XML parsing changed to Elliotte Rusty Harold's XOM. Much more maintainable. Thanks to @velrajan.r for contributing to this code.
- Issue: 44 Now it is possible to cancel a request in the midst of execution. Thanks to Java Concurrency in Practice book.
- Issue: 71 Http Response body is searchable -- press Ctrl + F with the focus in that section. (This feature is implemented in JSyntaxPane project. Any bugs, please report there.)
- Issue: 73 Font can be specified in Response body component. Previously, because of this limitation, it was not possible to test other language (eg. Chinese) services.
- Issue: 72 Automatic indentation of response body support added.
- OptionsDialog refactored for extensibility.
- Issue: 75 Ajax-type auto-complete support added in combo boxes.
- Better separation of implementation classes and interfaces using the new Object creation class Implementation.of().
- Issue: 78 Command-line interface added.
- Issue: 37 SSL Hostname verification: different options added.
- Re-organize the code into different independent modules. Made highly extensible.
- Added Cookbook section in Wiki.
v 2.2
- Trace Server port can be configured using system property.
- Groovy updated to newer version (1.5.6).
- Issue: 68 HTTPClient updated to version 4.0-beta1.
- Issue: 69 JSON indent support added.
v 2.2a2
This is an Alpha release for public testing.
Changes im this release:
- Jetty embedded for quick testing.
- Issue: 65 The content type and charset of request body was always being set to text/plain and UTF-8 inspite of setting different value in the UI. Fixed.
- Issue: 66 Added MIME type 'application/x-www-form-urlencoded' to list of types.
v 2.2a1
This is an Alpha release for public testing.
Changes in this release:
- HTTP library changed from Commons HTTP to Apache HTTP Client.
- Syntax highlighting Text editor added.
- SSL certificate support added.
- HTTP version can be specified in request.
- Many UI changes for usability.