Skip to content

Releases: bugsnag/bugsnag-php

v3.15.2

10 Jan 13:59
cbbd4b6
Compare
Choose a tag to compare

3.15.2 (2019-01-10)

Bug Fixes

  • Improve performance by removing reflection calls from Client to Configuration
    #510

  • Prevent automatic collection of POST form data
    #511

v3.15.1

19 Dec 15:12
Compare
Choose a tag to compare

Bug Fixes

  • Allow modifying stack frame values by reference
    #507

v3.15.0

01 Nov 11:31
c251f20
Compare
Choose a tag to compare

3.15.0 (2018-11-1)

Enhancements

  • Added insertBefore to Pipeline and getPipeline to Client to facilitate
    callback ordering
    #495

v3.15.0-alpha-1

26 Oct 20:32
be6501f
Compare
Choose a tag to compare
v3.15.0-alpha-1 Pre-release
Pre-release

3.15.0 (Alpha-1)

Enhancements

  • Added insertBefore to Pipeline and getPipeline to Client to facilitate
    callback ordering
    #495

v3.14.1

20 Jul 14:37
94474e3
Compare
Choose a tag to compare

Bug Fixes

  • Fix notifyError(name, message, callback) and notifyException(ex, callback)
    to ensure that reports are sent when callback != null
    #488

v3.14.0

06 Jul 09:14
Compare
Choose a tag to compare

3.14.0 (2018-0)

  • Added registerMiddleware method for external middleware additions
    #478

v3.13.0

06 Jun 17:08
f07dfa7
Compare
Choose a tag to compare

3.13.0 (2018-06-06)

Enhancements

  • Added GET parameter support
    #472

Fixes

  • Speed up error handler
    #476

v3.12.1

28 Feb 12:15
Compare
Choose a tag to compare

3.12.1 (2018-02-28)

Fixes

  • Updated the payload body version to 4.0
    #467

  • Ensured reports always have a valid name
    Graham Campbell
    #463

  • Better name handling in breadcrumbs
    #427

v3.12.0

24 Jan 10:18
Compare
Choose a tag to compare

3.12.0 (2018-01-24)

Enhancements

  • Deprecated the deploy API in favor of the build API
    Calls to deploy will now redirect to build.
    #454

Fixes

  • Re-added apiKey parameter to payload for older API versions
    #459

v3.11.0

09 Jan 21:58
Compare
Choose a tag to compare

Enhancements

  • Add support for tracking sessions and overall crash rate by setting
    autoCaptureSessions in configuration options. In addition, sessions can be
    indicated manually using Client->startSession()