File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments