Skip to content
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

Bump kotlinx-serialization-json-jvm from 1.0.0 to 1.0.1 #473

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2020

Bumps kotlinx-serialization-json-jvm from 1.0.0 to 1.0.1.

Release notes

Sourced from kotlinx-serialization-json-jvm's releases.

1.0.1

This patch release contains several feature improvements as well as bugfixes and performance improvements.

Features

  • Add object-based serialization and deserialization of polymorphic types for dynamic conversions on JS platform (#1122)
  • Add support for object polymorphism in HOCON decoder (#1136)
  • Add support of decoding map in the root of HOCON config (#1106)

Bugfixes

  • Properly cache generated serializers in PluginGeneratedSerialDescriptor (#1159)
  • Add Pair and Triple to serializer resolving from Java type token (#1160)
  • Fix deserialization of half-precision, float and double types in CBOR (#1112)
  • Fix ByteString annotation detection when ByteArray is nullable (#1139) (thanks to Travis Wyatt)
Changelog

Sourced from kotlinx-serialization-json-jvm's changelog.

1.0.1 / 2020-10-28

This patch release contains several feature improvements as well as bugfixes and performance improvements.

Features

  • Add object-based serialization and deserialization of polymorphic types for dynamic conversions on JS platform (#1122)
  • Add support for object polymorphism in HOCON decoder (#1136)
  • Add support of decoding map in the root of HOCON config (#1106)

Bugfixes

  • Properly cache generated serializers in PluginGeneratedSerialDescriptor (#1159)
  • Add Pair and Triple to serializer resolving from Java type token (#1160)
  • Fix deserialization of half-precision, float and double types in CBOR (#1112)
  • Fix ByteString annotation detection when ByteArray is nullable (#1139)
Commits
  • 4bd949b Prepare 1.0.1 release
  • f102e60 Merge remote-tracking branch 'origin/master' into dev
  • aed6cef Match releasing document with current TeamCity setup (#1130)
  • 9bb671f Add Pair and Triple to serializer resolving from Java type token (#1160)
  • ed7bf80 Properly cache generated serializers in PluginGeneratedSerialDescript… (#1159)
  • d271407 Add support for object polymorhism in HOCON decoder (#1136)
  • 5a8f09f Add object-based serialization and deserialization of polimorphic types in JS...
  • d58afee Fix deserialization of float and double types in CBOR (#1112)
  • 66f3238 Fix example for Json.encodeDefaults to reflect the change in the default (#1155)
  • 703f8e7 Add support of decoding map in the root of HOCON config (#1106)
  • Additional commits viewable in compare view

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 2, 2020
@codecov
Copy link

codecov bot commented Nov 2, 2020

Codecov Report

Merging #473 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #473   +/-   ##
=========================================
  Coverage     81.74%   81.74%           
  Complexity     1499     1499           
=========================================
  Files            71       71           
  Lines          3731     3731           
  Branches       1203     1203           
=========================================
  Hits           3050     3050           
  Misses          209      209           
  Partials        472      472           
Flag Coverage Δ Complexity Δ
unittests 81.74% <ø> (ø) 1499.00 <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fdfbc74...569bb54. Read the comment docs.

@petertrr
Copy link
Member

petertrr commented Nov 3, 2020

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/org.jetbrains.kotlinx-kotlinx-serialization-json-jvm-1.0.1 branch from cd38318 to 569bb54 Compare November 3, 2020 07:46
@petertrr petertrr merged commit 1b3f186 into master Nov 3, 2020
@petertrr petertrr deleted the dependabot/maven/org.jetbrains.kotlinx-kotlinx-serialization-json-jvm-1.0.1 branch November 3, 2020 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant