Skip to content

fsclient 0.0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@bartholomews bartholomews released this 06 Nov 18:05
· 188 commits to master since this release

"io.bartholomews" %% "fsclient" % "0.0.3"

Added

  • PUT / DELETE requests and Unit decoders

Removed

  • Removed Logger name from config (to avoid concurrency error when using multiple clients)
  • Removed implicit attribute to deriveJsonPipe in CodecSyntax to avoid diverging expansion

Changed

  • Updated Readme scala snippets
  • Decode < 400 as success status instead of just 200
  • Renamed FsRequest objects to FsSimple/Auth and providing some implicit codecs
  • Updated various dependencies