Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

25 lines (21 loc) · 1.43 KB
  • Feature: Allow and document fully configuring Airbrake for error notification
  • Bugfix: Properly log RTCP collection errors
  • Bugfix: Correct local file upload directory
  • Bugfix: Properly record final call counts for test runs
  • Allow running Rails console in production installed from packages. Minitest / TestUnit are required.
  • Authentication is now optional. When disabled, anonymous users have full administrative access.
  • AT&T APIMatrix authentication was removed, since the client library for this has been abandoned.
  • File storage may now be to local disk or S3
  • Profiles and targets may now be cloned similarly to test runs
  • Failures to gather info from the test target via SSH are now notified as exceptions
  • Test runs can be created and run via a REST API
  • Call rate differentials may now be more finely controlled
  • A Javascript error when rendering the test run listing was fixed
  • The application now runs on Ruby 2.2.0
  • Fix duplication of test run attributes
  • First official release