Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

48 lines (33 loc) · 1.85 KB

No changes yet

3.1.1 - 2025-02-25

  • Update Ktor to v3.1.1
  • KTOR-8173 Add property ktor.development to simplify development mode enabling

3.1.0 - 2025-02-12

  • Update Ktor to v3.1.0
  • Update Shadow plugin to v8.3.6
  • Update Gradle plugin for GraalVM Native Image to v0.10.5
  • Update Gradle to v8.12.1

3.0.3 - 2024-12-19

3.0.2 - 2024-12-04

  • Update Ktor to v3.0.2
  • Update Shadow plugin to v8.3.5

3.0.1 - 2024-10-30

Warning

The minimal supported Gradle version now is 8.3 as it is required for the Shadow plugin

  • Update Ktor to v3.0.1
  • Update Shadow plugin to v8.3.4 (KTOR-7228, KTOR-6107)
  • Bump minimal required JVM to run Gradle from 8 to 11 (as it is required for jib plugin)
  • Bump default JRE in Docker to 21 (current LTS version)
  • Set Kotlin API and language level to 1.8 for compatibility with Gradle 8.0+