forked from bugsnag/bugsnag-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
66 lines (51 loc) · 1.08 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
1.2.8
-----
- Revert method chaining support in Client
1.2.7
-----
- Add support for sending thread state information with `setSendThreads`
- Allow chaining of methods on Client
1.2.6
-----
- Expose `beforeNotify` callback stack to child classes
1.2.5
-----
- Add support for `beforeNotify` callback
1.2.4
-----
- Remove hostname as it causes issues with android
1.2.3
-----
- Prepare 'severity' feature for release
1.2.2
-----
- Expose the ExceptionHandler class to allow removal of auto-notification
1.2.1
-----
- Add hostname to device information
1.2.0
-----
- Included device and app fields. Transmit appState and deviceState.
1.1.0
-----
- Reduced memory usage, allow streaming errors from a file
1.0.5
-----
- Expose the `Configuration` class
1.0.4
-----
- Added support for `setIgnoreClasses` to set which exception classes
should not be sent to Bugsnag.
1.0.3
-----
- Fixed compatibility with Java 1.5
1.0.2
-----
- Add metrics tracking
1.0.1
-----
- Allow changing of notifier name/version
- Reduced jar size
1.0.0
-----
- Initial release