WcfStorm.Rest Changelog

What's new in WcfStorm.Rest 2.6.0

Jun 25, 2015
  • Bug Fixes:
  • FIX: Fixed bug on missing http requst body when PATCH is used
  • FIX: Fixed bug that results in duplicate dialogs for exporting an http request message
  • New Features:
  • Added support for viewing .NET Performance Counters for HTTP Web Requests.
  • Added a key-value editor for HTTP requests that are sending Key-Value pairs
  • Cleaned up the user interface
  • moved the project menu to the main toolbar
  • removed redundant lines that are cluttering the UI
  • Fixed the alignment of user interface elements
  • Added support for themes. (Crimson, Red, Blue, Green and Amber)

New in WcfStorm.Rest 2.5.0 (Jan 12, 2015)

  • Bug Fixes:
  • FIX : Crash on certain windows installations due to a bug in MahApps
  • FIX : Changed default tab naming to increment using the latest tab
  • New Features:
  • Upgraded MahApps to latest version
  • Added support for themes. (Crimson, Red, Blue, Green and Amber)

New in WcfStorm.Rest 2.4.0 (Jan 12, 2015)

  • FIX : Always enable Show Test Results
  • FIX : Fixed bug that prevents the creation of custom validation

New in WcfStorm.Rest 2.3.0 (Jan 12, 2015)

  • New Features:
  • NEW : Added support for Distributed Performance Testing!
  • NEW : Better Icons. Less greyish icons
  • NEW : Added Bytes/sec output on Perf test
  • NEW : Added creation of perf test resports
  • NEW : Added syntax highlighting support for functional tests
  • NEW: New HttpHeadersNotValidated key in Settings.
  • Bug Fixes:
  • FIX : Added Fix to allow re-opening of Passed Tests

New in WcfStorm.Rest 2.2.0 (Jan 12, 2015)

  • New Features:
  • NEW : UI Perf enhancements. Removed fade-in efffect
  • NEW : Support for windows/NTLM Authentication
  • NEW : Windows/NTLM and Basic Authentication scope to host:port
  • For example: You can create a BASIC username/password authentication for site localhost:81. This means that all HTTP requests to localhost:80 will use the configured basic account
  • NEW: New HttpHeadersNotValidated key in Settings.
  • NEW: Added DefaultScript.py as template for the python script
  • NEW: Intellisense improvements
  • NEW: Better scripting support. Randomizing http requests. Caching of variables for use by several scripts
  • NEW: Better accuracy on perf test measurements
  • Bug Fixes:
  • FIX : In the Test validation screen, the actual response was displayed previously in the expected response column
  • FIX : Added detection of duplicate headers
  • FIX : MessageBox shown when script has syntax errors

New in WcfStorm.Rest 2.1.0 (Jan 12, 2015)

  • New Features:
  • NEW : Support for not including some http headers in the test validation. These headers can be configured to be ignored
  • HTTP headers whose value often change per request, like 'Date', should be ignored. The list of ignored headers are maintained in the 'HeadersNotValidated' config setting
  • Minor UX enhancements
  • Bug Fixes:
  • FIX : Clicking on Save Project will save all open functional tests.
  • FIX : Custom http headers are now loaded correctly from functional tests
  • FIX : Functional tests no longer share the same authentication credentials