Skip to content

Shapeless 2.3.6

Compare
Choose a tag to compare
@joroKr21 joroKr21 released this 09 May 14:39
· 800 commits to main since this release
9d254a3

⚠️ Skip and use Shapeless 2.3.7 instead ⚠️
Now available for Scala 2.11, 2.12 and 2.13 on the JVM, Scala.js 1.5 and Scala Native 0.4 🎉

What's new

This release includes an important bug fix in Shapeless 2.3.5 so it's recommended to skip 2.3.5 and upgrade to 2.3.6 directly.

Changelog

Binary compatibility

This version is verified backwards binary compatible with 2.3.3 and should be backwards compatible with older 2.3 releases.

  • Shapeless is using an epoch.major.minor versioning scheme (referred to as "PVP" in sbt)
  • New: Macros are also binary compatible to accommodate for third party macro libraries
  • Shapeless is only backwards compatible, not forwards compatible