Skip to content

Commit

Permalink
added api changes from 0.17.0 -> 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oertl committed Nov 25, 2024
1 parent e9a08a5 commit 2229413
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .palantir/revapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@ acceptedBreaks:
\ com.dynatrace.hash4j.distinctcount.DistinctCounter.Estimator<T>>>>::reconstructHash(int)\
\ @ com.dynatrace.hash4j.distinctcount.UltraLogLog"
justification: "removed non-public method"
"0.17.0":
com.dynatrace.hash4j:hash4j:
- code: "java.method.addedToInterface"
new: "method com.dynatrace.hash4j.hashing.HashStream128 com.dynatrace.hash4j.hashing.HashStream128::copy()"
justification: "{added copy method to HashStream}"
- code: "java.method.addedToInterface"
new: "method com.dynatrace.hash4j.hashing.HashStream32 com.dynatrace.hash4j.hashing.HashStream32::copy()"
justification: "{added copy method to HashStream}"
- code: "java.method.addedToInterface"
new: "method com.dynatrace.hash4j.hashing.HashStream64 com.dynatrace.hash4j.hashing.HashStream64::copy()"
justification: "{added copy method to HashStream}"
"0.18.0":
com.dynatrace.hash4j:hash4j:
- code: "java.class.visibilityReduced"
Expand Down

0 comments on commit 2229413

Please sign in to comment.