Skip to content

0.6.0

Compare
Choose a tag to compare
@raboof raboof released this 22 Aug 13:58
0.6.0
fbdfa3e
  • Correctly display static methods #371
  • Ignore when the first constructor parameter is dropped from the signature #378
  • Removed overloads are missing, not incompatible #362
  • Verify all overloads for result types and signatures #345

Migration notes

The last 2 highlighted changes fix the fact that previously some DirectMissingMethodProblems were incorrectly reported as IncompatibleResultTypeProblem/IncompatibleMethTypeProblem and vice-versa. If you have added filters for such cases to your project, when upgrading to mima 0.6.0 you might have to update those to filter out DirectMissingMethodProblem instead (example: https://github.com/akka/akka-http/pull/2656/files).