Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Releases: ShellRechargeSolutionsEU/ocpi-endpoints

2.0.0-M1

25 Feb 08:03
Compare
Choose a tag to compare

Migrate effect type to cats-effect IO. At the core, we still use akka-http for routes and clients so we need the typical akka implicits. Stream sources are also still using akka-stream. But at the interface to the backend services implemented by the calling application code, IO (or ZIO) can be used to model effect types.

It's usable as is but it is only the first milestone on the path away from Akka.