Skip to content

v4.4.0

Compare
Choose a tag to compare
@fractalwrench fractalwrench released this 17 May 12:49
· 4463 commits to master since this release
752d748

Features

Deprecation notice:

SessionTrackingApiClient and ErrorApiClient are now deprecated in favour of the Delivery interface.
If you configure a custom HTTP client with Bugsnag, it is recommended that you migrate over to this new API.
Further information is available in the docs..

  • Expose Delivery API interface for configuring custom HTTP clients
    #299

Enhancements

  • Use buffered streams for IO (perf improvement)
    #307