Skip to content

0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 19:33
· 17 commits to refs/heads/main since this release
761e085

Important

KoAP's Maven artifact IDs have changed (prefixed with koap-):

kotlin {
  sourceSets {
    commonMain.dependencies {
      implementation("com.juul.koap:koap-core:$version")
    }
  }
}

KoAP's package names were not changed, only the Maven coordinates; you should only need to update your Gradle configuration (e.g. libs.versions.toml).

🧰 Maintenance

  • Add .kotlin/ to .gitignore (#271)
  • Fix webapp deployment (#270)
  • Migrate to gradle/actions/setup-gradle (#263)
  • Quote signing arguments (#265)
  • Rename Maven artifact koap to koap-core (#278)
  • Simplify JaCoCo Gradle configuration (#254)
  • Simplify binary-compatibility-validator setup (#253)
  • Update kotlin to v2 (major) (#252, #267, #269)
  • Update okio to v3.9.0 (#256)
  • Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.1 (#248, #273, #276)
  • Update gradle/wrapper-validation-action action to v3 (#262, #266)
  • Update plugin dokka to v1.9.20 (#255)
  • Update binary-compatibility-validator to v0.14.0 (#249)
  • Update dependency gradle to v8.8 (#259, #272)
  • Update dependency macos to v14 (#261)
  • Update dependency nl.jqno.equalsverifier:equalsverifier to v3.16.1 (#250, #251, #260)
  • Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core-js to v1.8.1 (#268)
  • Update plugin kotlinter to v4.4.0 (#257, #277)
  • Update plugin maven-publish to v0.29.0 (#258, #274)
  • Use GitHub Actions for documentation deployment (#275)