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 482b9c9 commit 2f88e1eCopy full SHA for 2f88e1e
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Change Log
2
3
+# 1.10.3
4
+
5
+### rollbar-logback
6
+- Update Logback to version 1.3.14 [#310](https://github.com/rollbar/rollbar-java/pull/310)
7
8
+### rollbar-java
9
+- Fix: Log when the error reports folder can't be created instead of throwing an Exception, to
10
+prevent silent crashes [#318](https://github.com/rollbar/rollbar-java/pull/318)
11
12
# 1.10.0
13
14
- Add support for Spring 6.x and Spring Boot 3.x. [#302](https://github.com/rollbar/rollbar-java/pull/302)
gradle.properties
@@ -1,4 +1,4 @@
-VERSION_NAME=1.10.2-SNAPSHOT
+VERSION_NAME=1.10.3
GROUP=com.rollbar
POM_DESCRIPTION=For connecting your applications built on the JVM to Rollbar for Error Reporting
0 commit comments