We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093a451 commit 5404a2fCopy full SHA for 5404a2f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 3.1.3 (2017-11-30)
4
+
5
+* Cache hostname to avoid excessive thread spawning
6
7
## 3.1.2 (2017-11-03)
8
9
* Fixes JDK 7 support by using Android Guava
gradle.properties
@@ -1,4 +1,4 @@
-version=3.1.2
+version=3.1.3
group=com.bugsnag
# Default properties
src/main/java/com/bugsnag/Notifier.java
@@ -4,7 +4,7 @@
class Notifier {
private static final String NOTIFIER_NAME = "Bugsnag Java";
- private static final String NOTIFIER_VERSION = "3.1.2";
+ private static final String NOTIFIER_VERSION = "3.1.3";
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";
10
@Expose
0 commit comments