You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Introduce forTypedProduct to work better with Scala 3 by @hamnis in #1998
Move anonymous classes out of inlined code and into constructor methods by @joroKr21 in #2230
Align Scala 3 semiauto derivation with circe-generic behavior in Scala 2 by @mrdziuban in #2258
Add Encoder.derived and Codec.derived forwarders by @joroKr21 in #2228
Important
#2258 is binary compatible, but not source compatible. Meaning upgrading to this version may cause some code to fail compiling in Scala 3. This change is important as it fixes a glaring problem with the current derivation.
Maintainership updates
@zmccoy has resigned as a maintainer. Thanks for all your contributions and we wish you the best of luck going forward. @hamnis has been added a maintainer.
Community Contributions
feat: Add helpers to create nullable properties from Option[A] by @OddKristensen in #2127
There are multiple issues in the current Scala 3 versions of this release. We'd recommend staying on 0.14.3 until we figure out the exact scope of the issues. See below for more information.
renovatebot
changed the title
chore(deps): update dependency io.circe:circe-core to v0.14.3
chore(deps): update dependency io.circe:circe-core to v0.14.5
Mar 11, 2023
renovatebot
changed the title
chore(deps): update dependency io.circe:circe-core to v0.14.5
chore(deps): update dependency io.circe:circe-core to v0.14.6
Aug 31, 2023
renovatebot
changed the title
chore(deps): update dependency io.circe:circe-core to v0.14.6
chore(deps): update dependency io.circe:circe-core to v0.14.7
Apr 26, 2024
renovatebot
changed the title
chore(deps): update dependency io.circe:circe-core to v0.14.7
chore(deps): update dependency io.circe:circe-core to v0.14.8
Jun 18, 2024
renovatebot
changed the title
chore(deps): update dependency io.circe:circe-core to v0.14.8
chore(deps): update dependency io.circe:circe-core to v0.14.9
Jul 1, 2024
renovatebot
changed the title
chore(deps): update dependency io.circe:circe-core to v0.14.9
chore(deps): update dependency io.circe:circe-core to v0.14.10
Sep 6, 2024
renovatebot
changed the title
chore(deps): update dependency io.circe:circe-core to v0.14.10
chore(deps): update dependency io.circe:circe-core to v0.14.11
Mar 16, 2025
renovatebot
changed the title
chore(deps): update dependency io.circe:circe-core to v0.14.11
chore(deps): update dependency io.circe:circe-core to v0.14.12
Mar 17, 2025
renovatebot
changed the title
chore(deps): update dependency io.circe:circe-core to v0.14.12
chore(deps): update dependency io.circe:circe-core to v0.14.13
Apr 21, 2025
renovatebot
changed the title
chore(deps): update dependency io.circe:circe-core to v0.14.13
chore(deps): update dependency io.circe:circe-core to v0.14.14
Jun 14, 2025
renovatebot
changed the title
chore(deps): update dependency io.circe:circe-core to v0.14.14
chore(deps): update dependency io.circe:circe-core to v0.14.15
Oct 23, 2025
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.14.2→0.14.15Release Notes
circe/circe (io.circe:circe-core)
v0.14.15What's Changed
New Contributors
Full Changelog: circe/circe@v0.14.14...v0.14.15
v0.14.14: dependency updatesCompare Source
This release is just dependency updates. (Mostly just to exercise the new sonatype central release process, sorry for the noise)
What's Changed
Full Changelog: circe/circe@v0.14.13...v0.14.14
v0.14.13Compare Source
What's Changed
New Contributors
Full Changelog: circe/circe@v0.14.12...v0.14.13
v0.14.12Compare Source
Important bugfix
Full Changelog: circe/circe@v0.14.11...v0.14.12
v0.14.11Compare Source
Community Updates
Codecwithout an explicitCodecby @morgen-peschke in #2348.scalafmt.conf. enforce new syntax by @xuwei-k in #2337Dependency Updates
Details
New Contributors
Full Changelog: circe/circe@v0.14.10...v0.14.11
v0.14.10Compare Source
Project updates
circe-refinedhas been removed from core, and moved to a separate repository by @hamnis in #2298Community updates
cats.instancesimports by @xuwei-k in #2304Enumerationin Scala 3 by @SakulK in #2303Dependency updates
New Contributors
Full Changelog: circe/circe@v0.14.9...v0.14.10
v0.14.9Compare Source
Important changes
Scala native 0.4 has been dropped in favor of 0.5 in #2254
Community changes
Dependency/build updates
New Contributors
Full Changelog: circe/circe@v0.14.8...v0.14.9
v0.14.8Compare Source
Typelevel affiliate
circe is now a Typelevel affiliate project.
Community changes
CodecTestsby @satorg in #2273Dependency updates
other
New Contributors
Full Changelog: circe/circe@v0.14.7...v0.14.8
v0.14.7Compare Source
Notable changes
circe-genericbehavior in Scala 2 by @mrdziuban in #2258Important
#2258 is binary compatible, but not source compatible. Meaning upgrading to this version may cause some code to fail compiling in Scala 3. This change is important as it fixes a glaring problem with the current derivation.
Maintainership updates
@zmccoy has resigned as a maintainer. Thanks for all your contributions and we wish you the best of luck going forward.
@hamnis has been added a maintainer.
Community Contributions
Option[A]by @OddKristensen in #2127setup-javainstead of deprecatedsetup-scalaby @xuwei-k in #2203sbt-circe-orgplugin version by @CJSmith-0141 in #2218ofmethods on Configured Encoders/Decoders Private. by @zarthross in #2252circe-genericbehavior in Scala 2 by @mrdziuban in #2258Scala steward
New Contributors
Full Changelog: circe/circe@v0.14.6...v0.14.7
v0.14.6Compare Source
What's Changed
New Contributors
Full Changelog: circe/circe@v0.14.5...v0.14.6
What's Changed
New Contributors
Full Changelog: circe/circe@v0.14.5...v0.14.6
v0.14.5Compare Source
What's Changed
Scala Steward updates
New Contributors
Full Changelog: circe/circe@v0.14.4...v0.14.5
v0.14.4Compare Source
Warning for Scala 3
There are multiple issues in the current Scala 3 versions of this release. We'd recommend staying on 0.14.3 until we figure out the exact scope of the issues. See below for more information.
Highlights
Json#as[A]:asAccumulating[A]by @Iltotore in #2046transformNames,useDefaults,discriminator, andstrictDecodingin Scala 3 by @Lasering in #1800What's Changed
Json#as[A]:asAccumulating[A]by @Iltotore in #2046transformNames,useDefaults,discriminator, andstrictDecodingin Scala 3 by @Lasering in #1800New Contributors
Full Changelog: circe/circe@v0.14.3...v0.14.4
v0.14.3Compare Source
This release contains Scala Native Support as well as small fixes.
Highlights
iemapTryto Codec by @ikeyan in #1962New Contributors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.