Skip to content

v3.0.0 (Algebraic Azalea)

Latest

Choose a tag to compare

@yoshinorin yoshinorin released this 31 Jan 14:56
· 3 commits to master since this release
d9b0eb6

Breaking Changes

Require Java 25

  • a4143cf - chore: supports Java 25
  • 23fe4ed - ci(pages): add JDK 25 setup step before Scaladoc generation in pages workflow

Require Scala 3.8.x

  • 1783bb2 - chore: bump scala from 3.7.4 to 3.8.1

Require MariaDB 11.8.x

  • c2b80c1 - chore(docker): bump MariaDB from 11.4.x to 11.8.x

422: Unprocessable Entity to Unprocessable Content

  • 6d2176c - chore(deps): bump http4s from 1.0.0-M45 to 1.0.0-M46

New Features

  • 4e2616c - feat(http/chache): add logging for cache invalidation requests with author name

Fixes

  • 9d6cc5a - fix(http): add fallback case to handle unmatched exceptions as InternalServerError

Refactor

  • 93eedb3 - refactor: delete unused imports and functions
  • f912b11 - refactor(domains): add default parameter value to trait method to avoid overriding warning
  • c8e6e16 - refactor(domains): toString extension methods that shadow Any.toString
  • 421e5a8 - refactor: delete unused import and given

Test

  • f1b99fe - test: use left.toOption.get instead of left.get

Docker

  • b0472fb - chore(docker): bump grafana/otel-lgtm from 0.11.11 to 0.16.0

Docs

Dependencies

  • 51acc51 - chore(deps): update dependencies
  • c6bbf49 - chore: bump sbt from 1.11.x to 1.12.x

Misc

  • 5ca531d - chore: supress some warnings
  • bc5897c - chore: add TODO comment for reserved name parameter for future implementation

Full Changelogs

v2.21.0...v3.0.0