From 5c8a7dbbd96131e776e36aec5f1e732ca4630de7 Mon Sep 17 00:00:00 2001 From: Alex Moinet Date: Thu, 17 Jan 2019 17:06:47 +0000 Subject: [PATCH] Release v6.11.0: Update changelog, readme, and version number (#527) --- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 1 + VERSION | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b7360a3e..8d26f52fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ Changelog ========= +## 6.11.0 (17 Jan 2019) + +**Note**: this release alters the behaviour of the notifier to track sessions automatically. + +### Enhancements + +* Added Breadcrumbs. Breadcrumbs allow you to track events that may have led +up to an error, such as handled errors, page redirects, or SQL queries. For info on what +is tracked and how you can customize the data that breadcrumbs collect, see the +[Logging breadcrumbs](https://docs.bugsnag.com/platforms/ruby/other#logging-breadcrumbs) +section of our documentation. + | [#525](https://github.com/bugsnag/bugsnag-ruby/pull/525) + +* Bugsnag will now capture automatically created sessions by default. + | [#523](https://github.com/bugsnag/bugsnag-ruby/pull/523) + +### Deprecated + +* The `endpoint` and `session_endpoint` configuration options are now deprecated but still supported. The [`set_endpoints`](https://docs.bugsnag.com/platforms/ruby/other/configuration-options#endpoints) method should be used instead. Note that session tracking will be disabled if the notify endpoint is configured but the sessions endpoint is not - this is to avoid inadvertently sending session payloads to the wrong server. + ## 6.10.0 (05 Dec 2018) ### Enhancements diff --git a/README.md b/README.md index 3d19ba075..125a4d04f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ The Bugsnag exception reporter for Ruby gives you instant notification of except * Report handled exceptions * Attach user information to determine how many people are affected by a crash * Send customized diagnostic data +* Track events that occur leading up to a crash ## Getting started diff --git a/VERSION b/VERSION index cf79bf90e..1de66e5ff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.10.0 +6.11.0