-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency org.jetbrains.kotlinx.binary-compatibility-validator to v0.18.0 #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/binarycompatability
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68d5127
to
2386490
Compare
2386490
to
bb1ffe5
Compare
bb1ffe5
to
b52ff99
Compare
b52ff99
to
1d16d73
Compare
1d16d73
to
2308734
Compare
2308734
to
87b7451
Compare
87b7451
to
c1cf033
Compare
c1cf033
to
2a903e4
Compare
78184b2
to
627b115
Compare
627b115
to
0751e22
Compare
0751e22
to
455da69
Compare
9328404
to
7f67168
Compare
7f67168
to
d6592b6
Compare
d6592b6
to
5e0162b
Compare
5e0162b
to
8fa120e
Compare
8fa120e
to
741a64b
Compare
741a64b
to
318d0ee
Compare
318d0ee
to
0dd12e5
Compare
0dd12e5
to
0a7f311
Compare
0a7f311
to
bf8ce2f
Compare
bf8ce2f
to
680857a
Compare
680857a
to
c4c7193
Compare
c4c7193
to
ee1cc52
Compare
ee1cc52
to
152667e
Compare
152667e
to
d458871
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.8.0
->0.18.0
Release Notes
Kotlin/binary-compatibility-validator (org.jetbrains.kotlinx.binary-compatibility-validator)
v0.18.0
Compare Source
What's Changed
Thanks to @TheMrMilchmann, @osipxd, and @Goooler for their contributions!
v0.17.0
Compare Source
What's Changed
$suspendImpl
functions are now filtered from dumps (#271)This change may cause validation failures for projects where dumps already contain such functions. It is recommended to regenerate dumps (
apiDump
task) after updating the BCV to0.17.0
.v0.16.3
Compare Source
What's Changed:
8.2
(#263)v0.16.2
What's Changed:
v0.16.0
Compare Source
What changed:
kotlin-metadata-jvm:2.0.0
) #255v0.15.1
Compare Source
What changed:
0.15.0
affecting how enum entries from classes with non-public companions are dumped (#250)v0.15.0
Compare Source
This release finalizes what was added in the series of beta releases and adds Kotlin libraries (KLib) dumping and validation support.
See project's README for details on how to enable it for your project.
The release contains some breaking changes that were made to align and fix BCV behavior across all supported configurations:
If any of these changes affect your projects, please check the migration guide for details on what needs to be done to update BCV to 0.15.0: 0.15.0 Migration Guide.
What changed:
From
0.15.0-Beta.3
const val
s (#90, #245)apiDump
will emit an empty file andapiCheck
will successfully consume itFrom
0.14.0
(brief overview of Beta.1 .. Beta.3 changes)List<ClassBinarySignature>.dump
now sorts declarations the same way the Gradle task does (https://github.com/Kotlin/binary-compatibility-validator/pull/188)I want to give a shout-out to everyone involved! Special thanks to @benedekh, @adam-enko, @JakeWharton, @rickclephas, @lukellmann, @illarionov, @sandwwraith, @martinbonnin, @ilya-g and @shanshin for their feedback and contributions.
v0.14.0
Compare Source
The release contains changes potentially affecting dump's content (#144, #162, #161, #175).
What changed:
$EntriesMappings
classes backing Kotlin's 1.9Enum.entries
are now filtered out (#144)DefaultImpls
class (#161)api/
) is added (#170)package-info
classes could be now filtered from the dump by adding these annotations tononPublicMarkers
(#175)ignoredClasses
behavior to avoid exclusion of classes whose name is a prefix of some ignoredClasses values (#136)Thanks to @qwwdfsad, @bryanlogan, @aSemy, @xtrm-en and @Goooler for contributions!
v0.13.2
Compare Source
kotlinx-metadata
is updated to 0.6.2 with the support of LV 2.0v0.13.1
Compare Source
v0.13.0
Compare Source
v0.12.1
Compare Source
v0.12.0
Compare Source
v0.11.1
Compare Source
v0.11.0
Compare Source
v0.10.1
Compare Source
v0.10.0
Compare Source
v0.9.0
Compare Source
filterOutAnnotated
is now part ofExternalApi
(#75)..api
file checks are now all case-insensitive to provide seamless experience between case-sensitive and case-insensitive OSes as well as between Gradle versions (#76).kotlinx.metadata
is updated to 0.4.2.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.