Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Releases: kwebio/kweb-core

Use weak and soft references to improve memory performance

26 May 21:49
Compare
Choose a tag to compare

What's Changed

  • Bump dev.forkhandles:result4k from 2.4.0.0 to 2.5.0.0 by @dependabot in #481
  • Bump org.seleniumhq.selenium:selenium-chrome-driver from 4.9.0 to 4.9.1 by @dependabot in #482
  • Bump org.seleniumhq.selenium:selenium-http-jdk-client from 4.9.0 to 4.9.1 by @dependabot in #483
  • Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 from 1.7.0-RC to 1.7.1 by @dependabot in #484
  • Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.0-RC to 1.7.1 by @dependabot in #485

Full Changelog: 1.4.2...1.4.3

1.4.2 Memory usage and websocket timeout handling improvements

22 May 02:16
Compare
Choose a tag to compare

1.4.1 Dependency updates, add tfoot element

29 Apr 16:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.0...1.4.1

1.4.0 Breaking change to handling of favicon.ico

21 Apr 01:45
Compare
Choose a tag to compare

Breaking change to favicon.ico and robots.txt handling

Previously there was explicit support in KwebConfiguration for favicon.ico and robots.txt handling, but these configuration parameters have been removed, which will cause build errors for anyone using them. This functionality has been replaced by a new FaviconPlugin which you can learn about here.

What's Changed

  • Bump io.ktor:ktor-server-caching-headers from 2.2.3 to 2.2.4 by @dependabot in #458
  • Bump com.codeborne:selenide from 6.12.4 to 6.13.0 by @dependabot in #464

Full Changelog: 1.3.8...1.4.0

1.3.8 Dependency updates

31 Mar 01:53
Compare
Choose a tag to compare

What's Changed

  • Bump io.ktor:ktor-server-websockets from 2.2.2 to 2.2.3 by @dependabot in #436
  • Bump io.kotest:kotest-bom from 5.5.4 to 5.5.5 by @dependabot in #435
  • Bump org.jetbrains.kotlin:kotlin-serialization from 1.8.0 to 1.8.10 by @dependabot in #437
  • Bump io.ktor:ktor-server-compression from 2.2.2 to 2.2.3 by @dependabot in #438
  • Bump io.ktor:ktor-network-tls-certificates from 2.2.2 to 2.2.4 by @dependabot in #445
  • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.0 to 1.8.10 by @dependabot in #439
  • Bump org.seleniumhq.selenium:selenium-chrome-driver from 4.8.0 to 4.8.1 by @dependabot in #440
  • Bump io.ktor:ktor-server-default-headers from 2.2.3 to 2.2.4 by @dependabot in #446
  • Bump org.jsoup:jsoup from 1.15.3 to 1.15.4 by @dependabot in #441
  • Bump org.jetbrains.kotlinx.binary-compatibility-validator from 0.12.1 to 0.13.0 by @dependabot in #443
  • Bump dev.forkhandles:result4k from 2.3.0.0 to 2.4.0.0 by @dependabot in #447
  • Bump io.ktor:ktor-server-jetty from 2.2.3 to 2.2.4 by @dependabot in #448
  • Update build.yml by @sanity in #459
  • Update README.md by @sanity in #460
  • Cleaned up unit tests and fix issue with latest version of Chrome and SeleniumJupiter

Full Changelog: 1.3.7...1.3.8

Dependency updates

08 Feb 01:25
9db6881
Compare
Choose a tag to compare

What's Changed

  • Bump com.github.ben-manes.versions from 0.44.0 to 0.45.0 by @dependabot in #430
  • Bump io.ktor:ktor-server-jetty from 2.2.2 to 2.2.3 by @dependabot in #431
  • Bump io.github.microutils:kotlin-logging from 3.0.4 to 3.0.5 by @dependabot in #432
  • Bump io.ktor:ktor-server-caching-headers from 2.2.2 to 2.2.3 by @dependabot in #433
  • Bump io.ktor:ktor-server-default-headers from 2.2.2 to 2.2.3 by @dependabot in #434

Full Changelog: 1.3.6...1.3.7

1.3.6 Dependency updates

29 Jan 18:15
1da26fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.5...1.3.6

1.3.5 Dependency updates, update Gradle wrapper

06 Jan 14:07
Compare
Choose a tag to compare

What's Changed

  • Bump kotlin-gradle-plugin from 1.7.22 to 1.8.0 by @dependabot in #424
  • Update gradle wrapper to 7.6 (build errors) by @sanity in #425
  • Update Ktor to 2.2.2 by @sanity

Full Changelog: 1.3.4...1.3.5

1.3.4 Make value synchronization more robust

26 Dec 20:37
804ca64
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.3...1.3.4

1.3.3 Fix regression with AElement preventDefault behavior

25 Dec 03:03
Compare
Choose a tag to compare

What's Changed

  • Add a preventDefault param to AElements that controls href behavior by @alkoclick in #419

Full Changelog: 1.3.2...1.3.3