| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-24 | 5.1 kB | |
| v0.14.16 source code.tar.gz | 2026-06-24 | 312.9 kB | |
| v0.14.16 source code.zip | 2026-06-24 | 634.5 kB | |
| Totals: 3 Items | 952.4 kB | 0 | |
This release includes enhancements, bugfixes, and an important transitive security bump for Jawn.
What's Changed
- Scala 3 ConfiguredDecoder: cache member names transformation by @lomigmegard in https://github.com/circe/circe/pull/2406
- Fix NumberFormatException when parsing leading-dot-zero decimals by @afonsoafonsoafonso in https://github.com/circe/circe/pull/2433
- Accumulate errors in Decoder#or and Decoder#either decodeAccumulating by @a-khakimov in https://github.com/circe/circe/pull/2441
- Fix wrong NonEmptyX decoding failure for non-array inputs by @a-khakimov in https://github.com/circe/circe/pull/2440
Updates
- jawn: 1.7.0
- scalajs: 1.21.0
- scodec-bits: 1.2.5
- scala-java-time: 2.7.0
Full list
* Update sbt, scripted-plugin to 1.11.7 by @scala-steward in https://github.com/circe/circe/pull/2405 * Update auxlib, clib, javalib, nativelib, ... to 0.5.9 by @scala-steward in https://github.com/circe/circe/pull/2409 * Update sbt-circe-org to 0.4.9 by @scala-steward in https://github.com/circe/circe/pull/2408 * Update scalafmt-core to 3.10.1 by @scala-steward in https://github.com/circe/circe/pull/2413 * Update scala3-library, ... to 3.3.7 by @scala-steward in https://github.com/circe/circe/pull/2411 * Update scalafmt-core to 3.10.2 by @scala-steward in https://github.com/circe/circe/pull/2416 * Optimise `JsonObject`'s `equals` and `hashCode` by @RafalSumislawski in https://github.com/circe/circe/pull/2414 * Update scalafmt-core to 3.10.3 by @scala-steward in https://github.com/circe/circe/pull/2418 * Update sbt, scripted-plugin to 1.12.0 by @scala-steward in https://github.com/circe/circe/pull/2420 * Update scalafmt-core to 3.10.4 by @scala-steward in https://github.com/circe/circe/pull/2421 * Update auxlib, clib, javalib, nativelib, ... to 0.5.10 by @scala-steward in https://github.com/circe/circe/pull/2423 * Update sbt, scripted-plugin to 1.12.1 by @scala-steward in https://github.com/circe/circe/pull/2424 * Update scalafmt-core to 3.10.5 by @scala-steward in https://github.com/circe/circe/pull/2426 * Update scalafmt-core to 3.10.6 by @scala-steward in https://github.com/circe/circe/pull/2428 * Update sbt, scripted-plugin to 1.12.2 by @scala-steward in https://github.com/circe/circe/pull/2429 * Update scalafmt-core to 3.10.7 by @scala-steward in https://github.com/circe/circe/pull/2430 * Update sbt, scripted-plugin to 1.12.3 by @scala-steward in https://github.com/circe/circe/pull/2431 * Update sbt, scripted-plugin to 1.12.4 by @scala-steward in https://github.com/circe/circe/pull/2434 * Update sbt, scripted-plugin to 1.12.5 by @scala-steward in https://github.com/circe/circe/pull/2437 * Improve error messages for NonEmptyMap and Validated decoders by @a-khakimov in https://github.com/circe/circe/pull/2439 * Update sbt, scripted-plugin to 1.12.6 by @scala-steward in https://github.com/circe/circe/pull/2443 * Update sbt-circe-org to 0.4.10 by @scala-steward in https://github.com/circe/circe/pull/2442 * Update sbt-scalajs, scalajs-compiler, ... to 1.20.2 by @scala-steward in https://github.com/circe/circe/pull/2419 * Update sbt, scripted-plugin to 1.12.8 by @scala-steward in https://github.com/circe/circe/pull/2445 * Update sbt-scalajs, scalajs-compiler, ... to 1.21.0 by @scala-steward in https://github.com/circe/circe/pull/2447 * Update auxlib, clib, javalib, nativelib, ... to 0.5.11 by @scala-steward in https://github.com/circe/circe/pull/2448 * Update sbt, scripted-plugin to 1.12.9 by @scala-steward in https://github.com/circe/circe/pull/2449 * Update munit to 1.3.0 by @scala-steward in https://github.com/circe/circe/pull/2450 * Update scalafmt-core to 3.11.0 by @scala-steward in https://github.com/circe/circe/pull/2452 * Update munit-scalacheck to 1.3.0 by @scala-steward in https://github.com/circe/circe/pull/2451 * Update sbt, scripted-plugin to 1.12.11 by @scala-steward in https://github.com/circe/circe/pull/2454 * Update scalafmt-core to 3.11.1 by @scala-steward in https://github.com/circe/circe/pull/2460 * Update scodec-bits to 1.2.5 by @scala-steward in https://github.com/circe/circe/pull/2455 * Update sbt, scripted-plugin to 1.12.12 by @scala-steward in https://github.com/circe/circe/pull/2469 * Update scala-java-time to 2.7.0 by @scala-steward in https://github.com/circe/circe/pull/2468 * Update munit to 1.3.3 by @scala-steward in https://github.com/circe/circe/pull/2466 * Update auxlib, clib, javalib, nativelib, ... to 0.5.12 by @scala-steward in https://github.com/circe/circe/pull/2461New Contributors
- @lomigmegard made their first contribution in https://github.com/circe/circe/pull/2406
- @RafalSumislawski made their first contribution in https://github.com/circe/circe/pull/2414
- @afonsoafonsoafonso made their first contribution in https://github.com/circe/circe/pull/2433
- @a-khakimov made their first contribution in https://github.com/circe/circe/pull/2439
Full Changelog: https://github.com/circe/circe/compare/v0.14.15...v0.14.16