-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
38 lines (31 loc) · 1.51 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
0.66 - December 2017
----
* Fixed some build issues with recent compilers
* Fixed some HTML parsing issues
* Added support for specifying config file search path with $SITEMON_PATH env variable
* Added basic support for HTTP Basic authentication in the webserver.
* Added Download Content option to inline test index page.
0.65 - July 2010
----
* Added support for global hostname at a script level, with @ denoting the host for url entries
* Tweaked formatting of script debugging screen output
* Added support for outputting the request header Sitemon sends for failed steps when using the
script debugger
0.6 - June 2010
---
* Added support for dynamic parameters: date parameters and extracted item parameters
* Added support for extracted items
* Added problem step column to the overall results section of CSV output of load testing
* Added ability to manually run scheduled tests on demand by clicking the Play icon link
* Better handling of SQLIte busy errors when saving scheduled results, ensuring results
are never lost
* Improved DB concurrency locking performance
0.5
---
* Fixes to CSS for Firefox
* Added Step number to CSV load testing results output
* Sitemon can now detect the location of the Sitemon.exe executable under Windows
allowing it to be run locally and still find its config file without having to
change to its directory first due to using current working directory
* Fix a few minor threading issues in content downloader thread pool
* Web Server port number can now be configured in the config file