Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Releases: palantir/gradle-revapi

1.8.0

19 Sep 15:00
1.8.0
82a6e38
Compare
Choose a tag to compare

No documented user-facing changes

1.7.0

19 Apr 12:59
c4dbeb6
Compare
Choose a tag to compare

Automated release, no documented user facing changes

1.6.0

19 Jan 16:43
135adae
Compare
Choose a tag to compare

Automated release, no documented user facing changes

1.5.0

14 Jul 13:11
833ae8a
Compare
Choose a tag to compare

No documented user facing changes

1.4.4

26 Nov 18:17
255f626
Compare
Choose a tag to compare
Type Description Link
Fix revapi should now work seamlessly in projects that also apply com.palantir.shadow-jar #341

1.4.3

20 May 10:55
bfcf68e
Compare
Choose a tag to compare
Type Description Link
Fix gradle-revapi understands immutables classes and will not raise a break if an abstract method has been added to an immutables class, or a protected abstract method changed. #248

1.4.2

15 May 13:09
cd5c354
Compare
Choose a tag to compare
Type Description Link
Fix Shaded classes placed in the top level shadow package are no longer identified as breaks (this makes gradle-revapi compatible with gradle-shadow-jar #247

1.4.1

16 Apr 17:33
1b5af4e
Compare
Choose a tag to compare
Type Description Link
Fix Fixes a bug introduced in 1.3.2 where breaks for api dependencies would be spuriously reported. #238

1.4.0

14 Apr 21:37
9afe7ed
Compare
Choose a tag to compare

No documented user facing changes

1.3.2

14 Apr 14:45
3fce3af
Compare
Choose a tag to compare
Type Description Link
Fix Guava dependency is entirely removed to remove dependency conflicts. #214