File tree Expand file tree Collapse file tree
src/main/java/com/bugsnag Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.0.1 (11 Nov 2016)
4+
5+ ### Bug Fixes
6+
7+ * Stop AsyncHttpDelivery from indefinitely blocking exit
8+ [ William Starling] ( https://github.com/foygl )
9+ [ #50 ] ( https://github.com/bugsnag/bugsnag-java/pull/50 )
10+
11+ ### Enhancements
12+
13+ * Improve Spring compatibility
14+ [ William Starling] ( https://github.com/foygl )
15+ [ #49 ] ( https://github.com/bugsnag/bugsnag-java/pull/49 )
16+
317## 3.0.0 (31 Oct 2016)
418
519Major rewrite/update of the notifier. Changes include:
Original file line number Diff line number Diff line change 44
55class Notifier {
66 private static final String NOTIFIER_NAME = "Bugsnag Java" ;
7- private static final String NOTIFIER_VERSION = "3.0.0 " ;
7+ private static final String NOTIFIER_VERSION = "3.0.1 " ;
88 private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java" ;
99
1010 @ Expose
You can’t perform that action at this time.
0 commit comments