Skip to content

Commit dc27ad1

Browse files
author
Diego Veralli
committed
Release 1.7.8
1 parent d04c888 commit dc27ad1

File tree

2 files changed

+93
-2
lines changed

2 files changed

+93
-2
lines changed

CHANGELOG.md

Lines changed: 92 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,97 @@
11
# Change Log
22

3-
The change log has moved to this repo's [GitHub Releases Page](https://github.com/rollbar/rollbar-java/releases).
3+
# 1.7.8
4+
5+
- Fix serialization of objects containing quotes in custom section of payload.
6+
7+
# 1.7.7
8+
9+
- Don't require an access token in log4j appender when configuration class is provided.
10+
- Add revapi binary and source backwards compatibility check to build.
11+
- Use generated class instead of jar manifest to populate notifier version in payload.
12+
13+
# 1.7.6
14+
15+
- Add struts2 integration with examples.
16+
- Add all request parameters for post request method.
17+
- Move all Travis build steps to Github action.
18+
- Fix build on JDK 11 and add JDK 11 to GH action matrix.
19+
- Catch Throwable in payload send task, to ensure it doesn't stop being scheduled. [#246](https://github.com/rollbar/rollbar-java/issues/246)
20+
21+
# 1.7.5
22+
23+
rollbar-logback
24+
--------------
25+
- Adds new param for Argument Array.
26+
27+
# 1.7.4
28+
29+
rollbar-log4j2
30+
--------------
31+
- Fix [#230](https://github.com/rollbar/rollbar-java/issues/230)
32+
33+
# 1.7.3
34+
35+
Build system
36+
------------
37+
- Upgrade to use gradle 6.3. [#221](https://github.com/rollbar/rollbar-java/pull/221)
38+
39+
rollbar-api
40+
-----------
41+
- Fix not present `method` property when json serialization. [#222](https://github.com/rollbar/rollbar-java/pull/222)
42+
43+
# 1.7.2
44+
45+
New integrations
46+
----------------
47+
- rollbar-spring-webmvc
48+
- rollbar-spring-boot-webmvc
49+
50+
Update to existing integrations
51+
-------------------------------
52+
- \[rollbar-android\] Remove VERSION constant in rollbar-android and load from metadata. [#214](https://github.com/rollbar/rollbar-java/pull/214)
53+
54+
# 1.7.1
55+
56+
rollbar-android
57+
---------------
58+
- Fix jacoco error that breaks the application.
59+
- Add proguard rules to keep classes need for Serialization.
60+
- Make `DiskQueue` to delete payload files error when reading.
61+
62+
# 1.7.0
63+
NOTE: **This build was broken when publishing to maven. Please do not use.** [#202](https://github.com/rollbar/rollbar-java/issues/202)
64+
65+
rollbar-android
66+
---------------
67+
- Use by default `DiskQueue` instead of `ConcurrentLinkedQueue` in sender. [#200](https://github.com/rollbar/rollbar-java/pull/200)
68+
- Fix IndexOutOfBoundsException in DiskQueue.poll(). [#200](https://github.com/rollbar/rollbar-java/pull/200)
69+
- Use setDefaultUncaughtExceptionHandler to capture all uncaught exceptions. [#200](https://github.com/rollbar/rollbar-java/pull/200)
70+
71+
rollbar-java
72+
------------
73+
- Fix for not expected server responses. [#198](https://github.com/rollbar/rollbar-java/pull/198)
74+
75+
# 1.6.0
76+
- Add codeVersion as an option to Log4j2 appender. [#196](https://github.com/rollbar/rollbar-java/pull/196)
77+
- Allow configuring more options via logback xml. [#194](https://github.com/rollbar/rollbar-java/pull/194)
78+
- Fix pre filter error NullPointerException. [#190](https://github.com/rollbar/rollbar-java/pull/190)
79+
- Add enabled as an option to log4j2 appender. [#188](https://github.com/rollbar/rollbar-java/pull/188)
80+
81+
# 1.5.2
82+
- Make `RollbarAppender(Rollbar rollbar)` constructor public and allow `start()` to skip `Rollbar`
83+
instantiation so `RollbarAppender` can be constructed and started programmatically. [#184](https://github.com/rollbar/rollbar-java/issues/184)
84+
85+
# 1.5.1
86+
- Make RollbarFilter dependency-injectable for rollbar-web. [#182](https://github.com/rollbar/rollbar-java/issues/182)
87+
88+
# 1.5.0
89+
- Enable sending complete JSON payloads, as proxy for other SDKs. [#180](https://github.com/rollbar/rollbar-java/pull/180)
90+
91+
# 1.4.1
92+
- Add configuration to determine default item level. [#179](https://github.com/rollbar/rollbar-java/pull/179)
93+
- Allow the maximum number of logcat lines to be configured. [#178](https://github.com/rollbar/rollbar-java/pull/178)
94+
- Provide convenience setter for JsonSerializer. [#177](https://github.com/rollbar/rollbar-java/pull/177)
495

596
# 1.4.0
697
- Capture local variables in stack frames with a native agent. [#169](https://github.com/rollbar/rollbar-java/pull/169)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.7.8-SNAPSHOT
1+
VERSION_NAME=1.7.8
22
GROUP=com.rollbar
33

44
POM_DESCRIPTION=For connecting your applications built on the JVM to Rollbar for Error Reporting

0 commit comments

Comments
 (0)