Spyke

Posts

scala·Scalabydevfuuu

Scalar Conference 2025 | Online Videos

View original on lemmy.world
5
scala·Scalabydevfuuu

Some new cool libraries have been open sourced!

The following was written in the discord chat (https://discord.com/channels/632277896739946517/1024150479728549898/1354361031383842876):

«

We've recently open sourced some of our internal Scala libraries at Magine Pro.

  • aws-regions: micro library for working with AWS regions. Also for Scala.js and Scala Native.
  • http4s-aws: request authentication and credentials management for AWS, without a dependency on the AWS Java SDK. Scala.js and Scala Native support in the works.
  • http4s-karapace: client for the Karapace schema registry. Also for Scala.js and Scala Native.
  • spies: client for Memcached built on top of cats-effect and the Amazon Memcached client.

There is also the new ciris-http4s-aws module which makes use of http4s-aws.

»

It's very nice to see some new libraries being open sourced from production usage.

View original on lemmy.world
6
scala·Scalabydevfuuu

Release of Cats Effect 3.6.0!

«I'm happy to announce the release of Cats Effect 3.6.0! https://github.com/typelevel/cats-effect/releases/tag/v3.6.0

This was a gargantuan effort, and as I've previously mentioned (and discuss in the notes), it sets the stage for the future of CE's runtime with a series of almost entirely behind the scenes changes to the way that we handle asynchronous I/O and interacting with the kernel in the happy path. This not only opens the door to true multithreaded Scala Native support, but also a much higher performance ceiling on the JVM» quoted from @djspiewak mastodon post.

Release of Cats Effect 3.6.0!https://github.com/typelevel/cats-effect/releases/tag/v3.6.0Open linkView original on lemmy.world
5