This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
v0.1.0
This release marks a new start after forking the original Neutron project, cross-published against Scala 2.13.x and 3.0.x 🥳
Give it a try by adding any of the following dependencies to your project.
libraryDependencies ++= Seq(
"dev.profunktor" %% "neutron-core" % "0.1.0",
"dev.profunktor" %% "neutron-circe" % "0.1.0",
"dev.profunktor" %% "neutron-function" % "0.1.0"
)
Changes 🚀
- #1 Scala 3 support: Now published against Scala 3.0.2, which you can use from Scala 3.1.x as well.
- profunktor/neutron@321e5e2 Add shinny new documentation! Have a look and please report any issues: https://neutron.profunktor.dev
- profunktor/neutron@36b36be Add Circe instances for
cats.Inject
, which you can now use viaimport dev.profunktor.pulsar.schema.circe.bytes.*
. - profunktor/neutron@903c712 Consumers now default to NOT automatically call unsubscribe on release. If you want the previous default, please set
withAutoUnsubscribe
in your consumer options. - profunktor/neutron@210e86b The newtype library + the bm4 and context-applied compiler plugins have been removed. It was necessary to support Scala 3.
NOTE: there is no documentation for the neutron-function
yet, contributions more than welcome :)