Skip to content

v2.6.0 (Scarlet Gamila)

Compare
Choose a tag to compare
@yoshinorin yoshinorin released this 01 Jul 14:31
· 320 commits to master since this release
ddd5b7c

「ガミラに会えることになった。今から行くかね?」
森博嗣.血か、死か、無か? Is It Blood, Death or Null?Wシリーズ(講談社タイガ)(p.67).講談社.Kindle版.

New Features

  • (66d1a86) feat(content): return id when GET a content

New Features (For Internal use)

  • (9011486) feat: add asEither for Option[_]

Fixes

  • (27e4b70) fix(log): enalbe ConsoleAppender and print STDOUT always
  • (76e0541) fix(auth): return correct statuscode (from 500 to 401)
  • (a4c799e) fix(http/content): return 422 instead of 404 if author, content-type and series is not exists

Refactors

  • (9c77eff) refactor(auth): use more meaningful type for onFailure
  • (2b31e1c) refactor(logback): delete unnecessary comment out
  • (857bc11) refactor: delete unnecessary commented out
  • (9ef42f0) refactor: use * instead of _ for import syntax
  • (bda3275) refactor(http): add RequestQueryParamater case class for request

Test

  • (ae49d23) test(content): add test case
  • (410edfc) test(syntax): add orThrow test case

Dependencies

  • (8a4b75a) chore(deps): update
  • (228307a) chore(deps): bump doobie from 1.0.0-RC2 to 1.0.0-RC4
  • (c7660e4) chore(plugins): update plugins

Miscs

  • (00e3e94) chore(auth): add type annotation to pattern match
  • (3118830) chore: add -Ykind-projector compiler option
  • (fcd639b) chore(articles): fix typo
  • (fa30d17) chore: build.sbt code format

Full Changelog

v2.5.0...v2.6.0