Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2024

Bumps org.jetbrains.kotlinx.binary-compatibility-validator from 0.16.3 to 0.17.0.

Release notes

Sourced from org.jetbrains.kotlinx.binary-compatibility-validator's releases.

0.17.0

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 to 0.17.0.
  • Supported class files generated for JVM target 23 (#284)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [org.jetbrains.kotlinx.binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator) from 0.16.3 to 0.17.0. - [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases) - [Commits](Kotlin/binary-compatibility-validator@0.16.3...0.17.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.binary-compatibility-validator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependencies update to newer versions label Dec 20, 2024
@OptimumCode OptimumCode enabled auto-merge (squash) December 20, 2024 13:07
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'KMP JSON schema validator'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 2b1426c Previous: 8558685 Ratio
macosArm64.CommonThroughputBench.validateBasic ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) 952.2074307138222 ops/sec 610.1491066050543 ops/sec 1.56
macosArm64.CommonThroughputBench.validateBasic ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) 926.730692821356 ops/sec 552.9673482206874 ops/sec 1.68
macosArm64.CommonThroughputBench.validateDetailed ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) 399.52489636602195 ops/sec 229.9994428364515 ops/sec 1.74
macosArm64.CommonThroughputBench.validateDetailed ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) 374.76481361413374 ops/sec 240.3963146502481 ops/sec 1.56
macosArm64.CommonThroughputBench.validateVerbose ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) 220.6890276007627 ops/sec 146.51820434227506 ops/sec 1.51
macosArm64.CommonThroughputBench.validate ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) 996.7806349755061 ops/sec 638.3039998789843 ops/sec 1.56

This comment was automatically generated by workflow using github-action-benchmark.

CC: @OptimumCode

@OptimumCode OptimumCode merged commit 65960ab into main Dec 20, 2024
20 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/org.jetbrains.kotlinx.binary-compatibility-validator-0.17.0 branch December 20, 2024 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies update to newer versions

1 participant