Release Name: 1.1.0
Notes:
Scout makes monitoring and reporting on your web applications as flexible and simple as possible. Scout is a product of Highgroove Studios.
Changes:
== 1.1.0
* Using better url.path + url.query if present to properly encode URLs.
== 1.0.9
* Fixed bug when plugin code would not compile, throws Exception.
* Added ability to test/call scout on non-https servers (for debugging).
* Client now sends client version to server.
* Client can send single values (using report, alert, error symbols) or multiple
values (using reports, alerts, errors symbols).
* Added test suite, which is now the default rake task.
== 1.0.8
* Added optional report field scout_time
* Changed #error method name to #scout_error to fix conflict with Logger#error
== 1.0.7
* Increased the plugin timeout to 60 seconds.
* Added PID file protection to the client so only one copy will run at a time.
* Fixed a bug that caused the wrong error message to be shown for the case when
a plugin times out.
== 1.0.6
* Improved error backtrace for local testing.
== 1.0.5
* Added more documentation to Server and Plugin classes.
* Fixed an issue where expand_path(~) would not work if HOME was not set.
This should help Scout run in OS X's LaunchDaemon using launchd.
== 1.0.4
* Enhanced the -o option to take a Ruby Hash.
* Fixed an issue where a failed plugin run would cause the client to skip all
other plugins.
== 1.0.3
* Refactored to allow testing of plugins locally using -p or --plugin option
and -o or --plugin-options option.
== 1.0.2
* Updated to use SSL by default for all communication to scout server.
* Added elif dependency.
== 1.0.1
* Fixed bug relating to history file – not using specified history file path.
== 1.0.0
* Initial public release.
|