Skip to content

Commit c16e107

Browse files
author
Diego Veralli
committed
Release 1.7.8
1 parent c6d7d43 commit c16e107

File tree

2 files changed

+94
-2
lines changed

2 files changed

+94
-2
lines changed

CHANGELOG.md

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

597
# 1.4.0
698
- 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)