v0.16.2 - more Scala Native support, fix AWS timestamp issue
In this release, we've added support for Scala Native in the http4s integration module, as well as the (still experimental) AWS modules. This is thanks to the work of @armanbilge et al. on bringing the Typelevel world closer to the Native world.
Additionally, a regression in timestamp formatting for AWS has been fixed (#471), so your JVM/JS/Native apps should be able to talk to (a subset of) AWS services again. Give it a try!
What's Changed
- Update sbt-scalafix to 0.10.2 by @scala-steward in #466
- Native Http4s by @kubukoz in #470
- Fix AWS timestamp formats by @kubukoz in #471
Full Changelog: v0.16.1...v0.16.2