Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.44 KB

File metadata and controls

48 lines (32 loc) · 1.44 KB

1.4.0 / 2015-11-04

  • Update unit test
  • Merge pull request #11 from DZunke/feature/users
  • Rename get method in user interface to getUserAsArray
  • Fix example bugsnag user in readme
  • Implement service reader for userdata in trace
  • Add stat badges
  • Add credit for @vicdelfant

1.3.0 / 2015-09-15

  • Introduce bugsnag.enabled_stages setting. (Thanks to vicdelfant)

1.2.1 / 2015-07-22

  • Change CI build to use Docker containers
  • Make sure that json content types bass over their parameters properly. (Thanks to dbltr)

1.2.0 / 2015-04-28

  • Make sure the shutdowns get an error severity. (Thanks to dbltr)
  • Add in the ability to pass in metadata and set the default exception severity to error.

1.1.3

  • Recognize .dev domains as development servers
  • Removed the filesystem check for /home/vagrant as it can potentially cause issues with open_basedir
  • Added the evolution7/qa-tools as a dev dependency

1.1.2

  • Bugfix, running through the PHP built-in webserver was seen as being the production environment.

1.1.1

  • Bugfix, where reports would fail if notify_stages was not defined.
  • Updated PHPDoc

1.1.0

  • Added support for app version (thanks to ROMOPAT)
  • Added Changelog