We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02dd2f commit bdd2bb8Copy full SHA for bdd2bb8
2 files changed
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Change Log
2
3
+# 2.3.0-beta.1
4
+
5
+### rollbar-android
6
+- Capture logcat output as telemetry events [#369](https://github.com/rollbar/rollbar-java/pull/369)
7
+- Fix: Update consumer rules [#372](https://github.com/rollbar/rollbar-java/pull/372)
8
9
+### rollbar-java
10
+- Compress payload and update payload max size to 1mb [#371](https://github.com/rollbar/rollbar-java/pull/371)
11
12
+### rollbar-okhttp
13
+- Add okhttp interceptor for telemetry events [#367](https://github.com/rollbar/rollbar-java/pull/367)
14
15
# 2.2.0
16
17
- Switching to stable release
gradle.properties
@@ -1,4 +1,4 @@
-VERSION_NAME=2.2.0
+VERSION_NAME=2.3.0-beta.1
GROUP=com.rollbar
android.useAndroidX=true
0 commit comments