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.1.0

22 Nov 16:03
d7779b0
Compare
Choose a tag to compare
Type Description Link
Improvement The Revapi analysis task is now cacheable by gradle, reducing the number of time it will need to be run. #118

1.0.8

05 Nov 18:39
5e3590f
Compare
Choose a tag to compare
Type Description Link
Fix gradle-revapi will look back at all accepted breaks in the .palantir/revapi.yml, in order to not require PRs being up to date with develop before merging (see #77) #97
Fix gradle-revapi will look back up to 3 git tags if it cannot find the jars for the most recently published git tag. This should fix issues with merging in develop before a develop publish build has succeeded. #99

1.0.7

23 Oct 12:36
68f8a24
Compare
Choose a tag to compare
Type Description Link
Fix gradle-revapi will now not fail with errors when adding conjure endpoints or making any other conjure changes (except those that are java breaks but did not trigger conjure-backcompat warning, such as renaming a service or endpoint). #85

1.0.6

18 Oct 12:02
41c68e1
Compare
Choose a tag to compare
Type Description Link
Fix Fixes ConcurrentModificationException thrown when com.palantir.baseline (or more specifically com.palantir.baseline-circleci) is applied before gradle-revapi. #79

1.0.5

11 Oct 16:29
5d0d01b
Compare
Choose a tag to compare
Type Description Link
Fix gradle-revapi will not spuriously identify the addition of abstract methods from groovy.lang.GroovyObject as breaks. #66

1.0.4

03 Oct 13:05
bf362c6
Compare
Choose a tag to compare
Type Description Link
Fix Scala classes are ignored by default by gradle-revapi. #42

1.0.3

02 Oct 14:47
9317a3f
Compare
Choose a tag to compare
Type Description Link
Fix revapiAcceptAllBreaks will work on classes that have a string representation including , or starting with @interface. #50

1.0.2

02 Oct 14:03
dc3b653
Compare
Choose a tag to compare
Type Description Link
Fix revapiAcceptAllBreaks now works when there are multiple breaks #48

1.0.1

02 Oct 12:51
7a4d7b5
Compare
Choose a tag to compare
Type Description Link
Fix revapiAcceptAllBreaks succeeds when there are no breaking changes #46

1.0.0

02 Oct 10:46
dcfaceb
Compare
Choose a tag to compare

No documented user facing changes