|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 3.2.0 (2018-07-03) |
| 4 | + |
| 5 | +This release introduces automatic tracking of sessions, which by |
| 6 | +default are captured for each HTTP request received via the Servlet API. To disable this data collection, call `bugsnag.setAutoCaptureSessions(false)`. |
| 7 | + |
| 8 | +If you wish to use a custom strategy for tracking sessions, call `bugsnag.startSession()` in the |
| 9 | +appropriate place within your application. |
| 10 | + [Jamie Lynch](https://github.com/fractalwrench) |
| 11 | + [#70](https://github.com/bugsnag/bugsnag-java/pull/70) |
| 12 | + |
| 13 | +**Deprecation notice**: `setEndpoints(String notify, String session)` is now the preferred way to configure custom endpoints, |
| 14 | +if you are using Bugsnag On-Premise. |
| 15 | + |
3 | 16 | ## 3.2.0-beta (2018-06-14) |
4 | 17 |
|
5 | 18 | **Important**: This is a beta release which introduces automatic tracking of sessions, which by |
6 | | -default are captured for each HTTP request received via the Servlet API |
7 | | -To disable this data collection, call `bugsnag.setAutoCaptureSessions(false)`. |
| 19 | +default are captured for each HTTP request received via the Servlet API. To disable this data collection, call `bugsnag.setAutoCaptureSessions(false)`. |
| 20 | + |
8 | 21 | If you wish to use a custom strategy for tracking sessions, call `bugsnag.startSession()` in the |
9 | 22 | appropriate place within your application. |
10 | 23 | [Jamie Lynch](https://github.com/fractalwrench) |
11 | 24 | [#70](https://github.com/bugsnag/bugsnag-java/pull/70) |
12 | 25 |
|
13 | | -**Deprecation notice** |
14 | | -`setEndpoints(String notify, String session)` is now the preferred way to configure custom endpoints, |
| 26 | +**Deprecation notice**: `setEndpoints(String notify, String session)` is now the preferred way to configure custom endpoints, |
15 | 27 | if you are using Bugsnag On-Premise. |
16 | 28 |
|
17 | 29 | ## 3.1.6 (2018-05-03) |
|
0 commit comments