-
Notifications
You must be signed in to change notification settings - Fork 6
Bump serialization from 1.7.3 to 1.8.0 #230
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
Conversation
ea1f6ce to
a33808b
Compare
Bumps `serialization` from 1.7.3 to 1.8.0. Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.7.3 to 1.8.0 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx.serialization@v1.7.3...v1.8.0) Updates `org.jetbrains.kotlinx:kotlinx-serialization-json-okio` from 1.7.3 to 1.8.0 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx.serialization@v1.7.3...v1.8.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json-okio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
a33808b to
15f6736
Compare
PR introduces changes to the public APIPlease add "ABI breaking" label if any line in API file was changed or deleted. Generated by 🚫 Danger Kotlin against af3eec5 |
There was a problem hiding this 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: af3eec5 | Previous: 9706717 | Ratio |
|---|---|---|---|
macosArm64.CommonAvgTimeBench.validateFlag ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
1225.8874526785717 us/op |
788.5133391912909 us/op |
1.55 |
macosX64.CommonAvgTimeBench.validateBasic ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) |
4048.7280325342463 us/op |
2675.849175466667 us/op |
1.51 |
macosX64.CommonAvgTimeBench.validateDetailed ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
8615.045943269233 us/op |
5678.910136516854 us/op |
1.52 |
macosX64.CommonAvgTimeBench.validateDetailed ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) |
9648.875048780486 us/op |
6106.166725454546 us/op |
1.58 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @OptimumCode
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #230 +/- ##
=======================================
Coverage 90.53% 90.53%
=======================================
Files 133 133
Lines 3983 3983
Branches 1059 1059
=======================================
Hits 3606 3606
Misses 82 82
Partials 295 295 ☔ View full report in Codecov by Sentry. |
Bumps
serializationfrom 1.7.3 to 1.8.0.Updates
org.jetbrains.kotlinx:kotlinx-serialization-jsonfrom 1.7.3 to 1.8.0Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's changelog.
... (truncated)
Commits
f9f160aPrepare 1.8.0 releasef17c83fFix CompositeDecoder.decodeSequentially() documentationc645f52Restructure source-sets-conventions.gradle.ktsfa797bcAdd tests for UuidSerializer that were supposed to work in Kotlin 2.1 (#2884)d62f3b8Speedup ProtoWriteType.from (#2879)db217e4Merge remote-tracking branch 'origin/master' into dev69050a3Prepare 1.8.0-RC release (#2880)c4f798cUpdate to Kotlin 2.1.0 and some housekeeping: (#2877)7204a36[Cbor] correctly skip structures with ignoreUnknownKeys setting (#2873)aee6336Introduce@JsonIgnoreUnknownKeysannotation (#2874)Updates
org.jetbrains.kotlinx:kotlinx-serialization-json-okiofrom 1.7.3 to 1.8.0Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json-okio's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json-okio's changelog.
... (truncated)
Commits
f9f160aPrepare 1.8.0 releasef17c83fFix CompositeDecoder.decodeSequentially() documentationc645f52Restructure source-sets-conventions.gradle.ktsfa797bcAdd tests for UuidSerializer that were supposed to work in Kotlin 2.1 (#2884)d62f3b8Speedup ProtoWriteType.from (#2879)db217e4Merge remote-tracking branch 'origin/master' into dev69050a3Prepare 1.8.0-RC release (#2880)c4f798cUpdate to Kotlin 2.1.0 and some housekeeping: (#2877)7204a36[Cbor] correctly skip structures with ignoreUnknownKeys setting (#2873)aee6336Introduce@JsonIgnoreUnknownKeysannotation (#2874)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)