Skip to content

Commit edae863

Browse files
committed
fix: revapi file
1 parent fa3bb8c commit edae863

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.palantir/revapi.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,17 @@ acceptedBreaks:
5050
justification: "This is a binary compatible change, which could only break custom\
5151
\ implementations of our config interfaces, but those interfaces are not meant\
5252
\ to be implemented by users"
53+
"2.2.0":
54+
com.rollbar:rollbar-java:
55+
- code: "java.method.removed"
56+
new: "method java.util.List<com.rollbar.api.payload.data.TelemetryEvent> com.rollbar.notifier.telemetry.RollbarTelemetryEventTracker::dump()"
57+
justification: "This method is replaced by getAll(), the interface is not meant to be\
58+
\ implemented by users"
59+
- code: "java.method.removed"
60+
new: "method java.util.List<com.rollbar.api.payload.data.TelemetryEvent> com.rollbar.notifier.telemetry.TelemetryEventTracker::dump()"
61+
justification: "This method is replaced by getAll(), the interface is not meant to be\
62+
\ implemented by users"
63+
- code: "java.method.addedToInterface"
64+
new: "method java.util.List<com.rollbar.api.payload.data.TelemetryEvent> com.rollbar.notifier.telemetry.TelemetryEventTracker::getAll()"
65+
justification: "This method replaces dump(), the interface is not meant to be implemented\
66+
\ by users"

0 commit comments

Comments
 (0)