Releases: higherkindness/mu-scala
Releases · higherkindness/mu-scala
v0.23.0
v0.22.4
What's changed
- Update grpc to 1.31.1 (#1001) @juanpedromoreno
- update the documentation re: avro schema failures (#984) @dmarticus
- updating the muSrcGenStreamingImplementation docs to include the Monix value (#973) @dmarticus
- add instructions for manually enabling the sbt-mu-srcgen plugin for versions beyond v0.23.x (#969) @dmarticus
- Adds missinglink plugin (#964) @fedefernandez
📘 Documentation
- added a note to the source generation documentation re: the primitive type restrictions for avro schema (#974) @dmarticus
📈 Dependency updates
- Update scalatest to 3.2.2 (#999) @47erbot
- Update netty-tcnative-boringssl-static to 2.0.34.Final (#998) @47erbot
- Update fs2-core to 2.4.4 (#997) @47erbot
- Update scalacheck-1-14 to 3.2.2.0 (#1000) @47erbot
- Update fs2-core to 2.4.3 (#995) @47erbot
- Update sbt-mdoc to 2.2.5 (#993) @47erbot
- Update metrics-core, metrics-jmx to 4.1.12.1 (#989) @47erbot
- Update sbt-mdoc to 2.2.4 (#991) @47erbot
- Update scalacheck-1-14 to 3.2.1.0 (#988) @47erbot
- Update scalatest to 3.2.1 (#987) @47erbot
- Update sbt-scalafmt to 2.4.2 (#986) @47erbot
- Update metrics-core, metrics-jmx to 4.1.11 (#983) @47erbot
- Update scalafmt-core to 2.6.4 (#980) @47erbot
- Update scalamock to 5.0.0 (#981) @47erbot
- Update natchez-core, natchez-jaeger to 0.0.12 (#982) @47erbot
- Update metrics-core, metrics-jmx to 4.1.10.1 (#976) @47erbot
- Update cats-effect to 2.1.4 (#971) @scala-steward
- Update scalafmt-core to 2.6.2 (#968) @scala-steward
- Update mu-rpc-server to 0.22.3 (#965) @scala-steward
- Update metrics-core, metrics-jmx to 4.1.10 (#962) @scala-steward
Contributors to this release
@47erbot, @alejandrohdezma, @dmarticus, @fedefernandez, @juanpedromoreno and @scala-steward
v0.22.3
What's changed
- Downgrades netty-tcnative-boringssl-static dep (#961) @juanpedromoreno
- Update build (#960) @juanpedromoreno
- Update scalafmt-core to 2.6.0 (#945) @BenFradet
- Add mu kafka consumer producer (#793) @naree
📈 Dependency updates
- Update sbt to 1.3.13 (#958) @scala-steward
- Update pureconfig to 0.13.0 (#957) @scala-steward
- Update sbt-tpolecat to 0.1.13 (#956) @scala-steward
- Update sbt-mdoc to 2.2.3 (#954) @scala-steward
- Update grpc-all, grpc-netty, grpc-okhttp, ... to 1.30.2 (#952) @scala-steward
- Update scalafmt-core to 2.6.1 (#948) @scala-steward
- Update scalacheck-1-14 to 3.2.0.0 (#947) @scala-steward
- Update java-runtime to 0.7.2 (#943) @scala-steward
- Update fs2-core to 2.4.2 (#942) @scala-steward
- Update monix to 3.2.2 (#938) @scala-steward
- Update scalafmt-core to 2.5.3 (#941) @scala-steward
- Update netty-tcnative-boringssl-static to 2.0.31.Final (#939) @scala-steward
- Update mu-rpc-server to 0.22.2 (#937) @scala-steward
- Update sbt-mdoc to 2.2.2 (#940) @scala-steward
- Update log4cats-core, log4cats-slf4j to 1.1.1 (#934) @scala-steward
- Update metrics-core, metrics-jmx to 4.1.9 (#935) @scala-steward
- Update fs2-core to 2.4.1 (#932) @scala-steward
- Update java-runtime to 0.7.1 (#931) @scala-steward
- Update fs2-core to 2.4.0 (#930) @scala-steward
Contributors to this release
@47erbot, @BenFradet, @juanpedromoreno, @naree and @scala-steward
v0.22.2
What's changed
- Add new compendium plugin page (#926) @mrtmmr
- Make the OkHttp and Netty tests actually use OkHttp/Netty (#928) @cb372
- Update base image for integration tests Docker images (#921) @cb372
- Upgrade integration tests to Mu-Haskell v0.3 (#920) @cb372
🚀 Features
- Prepare repository for next
.github
release and SBT build improvements (#927) @juanpedromoreno
📈 Dependency updates
- Update sbt-tpolecat to 0.1.12 (#925) @scala-steward
- Update sbt to 1.3.11 (#922) @scala-steward
- Update simpleclient to 0.9.0 (#919) @scala-steward
Contributors to this release
@47erbot, @cb372, @juanpedromoreno, @mrtmmr and @scala-steward
v0.22.1
What's changed
- Bumps pbdirect (#915) @fedefernandez
- Replace use of Stream.eval(...).flatten with Stream.force (#913) @cb372
- Update module names in documentation (#914) @cb372
📈 Dependency updates
- Update scalatest to 3.1.2 (#917) @scala-steward
Contributors to this release
v0.22.0
What's changed
- Back to the new avro4s version (#910) @juanpedromoreno
- Fix invalid scaladoc (#911) @cb372
- Enable -Xfatal-warnings for Scala 2.13 (#909) @cb372
- Uses Temporary avro4s Release (#905) @juanpedromoreno
- Update scalafmt-core to 2.5.1 (#906) @BenFradet
- Update sbt-github to allow overriding organization (#893) @alejandrohdezma
- Refactor the
@service
macro (#887) @cb372 - Using a "real" gRPC Server for Benchmarks (#884) @juanpedromoreno
- Fix a bunch of compiler warnings (#882) @cb372
- Update sbt-org-policies to 0.13.3 (#851) @scala-steward
⚠️ Breaking changes
- Remove annotations (#908) @cb372
- Sbt Modules Reorganization (#900) @juanpedromoreno
- Rename client modules (#895) @cb372
- Remove the legacy-avro-decimal-compat modules (#891) @cb372
- Wrap streaming responses in effect (#871) @cb372
🚀 Features
- Remove F.never from Resource initializer (#883) @cb372
- Distributed tracing with Natchez (#866) @cb372
- Remove sbt-scripted plugin (#873) @cb372
- Avro Mu-Haskell integration tests (#861) @cb372
- Removes plugin from mu-scala repo (#860) @juanpedromoreno
- Haskell integration tests (#856) @cb372
- Support compression on server side with FS2 streaming (#847) @cb372
📘 Documentation
🐛 Bug Fixes
- Fix example link in the readme (#869) @BenFradet
- Fix a few warnings (#843) @cb372
📈 Dependency updates
- Update metrics-core to 4.1.7 (#903) @scala-steward
- Update enumeratum to 1.6.0 (#902) @scala-steward
- Update grpc to 1.29.0 (#898) @juanpedromoreno
- Update monix to 3.2.0 (#892) @scala-steward
- Update joda-time to 2.10.6 (#890) @scala-steward
- Update grpc-netty, grpc-okhttp, grpc-stub, ... to 1.28.1 (#865) @scala-steward
Contributors to this release
@47erbot, @BenFradet, @alejandrohdezma, @cb372, @juanpedromoreno and @scala-steward
v0.21.3
v0.21.2
v0.21.1
v0.21.0
- Update avro4s-core to 3.0.8 (#806)
- Update monocle-core to 2.0.2 (#805)
- Update metrics-core to 4.1.4 (#810)
- Fix nearly all the compiler warnings in production code and tests (#809)
- Update pureconfig to 0.12.3 (#811)
- Update cats-effect to 2.1.2 (#812)
- Automatically register muSrcGen as a sourceGenerator (#813)
- Speed up the sbt plugin scripted tests (#814)
- Cross compile code with Scala 2.13.x (#807)
- Fixes sbt Plugin Publish (#818)
- Explicit scala version in Travis Script (#819)
- Update monocle-core to 2.0.4 (#821)
- Remove sbt-org-policies dependency syntax (#822)
- Remove unnecessary publishLocal before running scripted tests (#823)
- Removes Examples from this Repository (#824)
- Update avro4s-core to 3.0.9 (#828)
- Update metrics-core to 4.1.5 (#829)
- Docs refresh (#820)
- Add methods with Resource to GrpcServer and ManagedChannelInterpreter (#830)
- Release 0.21.0 (#831)