Skip to content

v0.3.0

Compare
Choose a tag to compare
@ollls ollls released this 14 Feb 18:56
· 245 commits to main since this release
eda48c8
  • new web filter: Request => IO[Either[Response, Request]]. Old Option based filter was removed.
  • ReaderT(aka RIO) web routes, see "examples/RIO" on how to use RIO with environment and optional cats.Resource.
  • fix for upcoming cat effect 3.5.x: async cancelation.
  • cats-effect jar marked as "provided", cats-effect jar of specific version can be configured externally in user projects build.sbt or sbt assembly.
  • "sbt assembly "added in "Hello World" template demo project. It can be run as standalone jar.