fd4s / vulcan

Functional Avro for Scala
https://fd4s.github.io/vulcan
Apache License 2.0
101 stars 34 forks source link

Removed shapeless from Scala 2, since it is fully replaced by Magnolia #603

Open soujiro32167 opened 3 months ago

soujiro32167 commented 3 months ago

This is not bin-compat, since the shapeless library is gone. This seems fine, since the removed values were implicits, and this will be a minor version bump

soujiro32167 commented 3 months ago

@ayoub-benali please review

vlovgr commented 3 months ago

This will have to wait until at least v2.0.0 since it breaks binary compatibility (it removes public definitions). There might still be library users who rely on having Shapeless Coproduct support, so we shouldn't remove it before the next major version.