This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
Releases: kwebio/kweb-core
Releases · kwebio/kweb-core
Use weak and soft references to improve memory performance
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
1.4.1 Dependency updates, add tfoot element
What's Changed
- Bump io.kotest:kotest-bom from 5.5.5 to 5.6.1 by @dependabot in #465
- Bump org.seleniumhq.selenium:selenium-java from 4.8.3 to 4.9.0 by @dependabot in #466
- Bump io.ktor:ktor-server-jetty from 2.2.4 to 2.3.0 by @dependabot in #467
- Bump io.ktor:ktor-server-compression from 2.2.3 to 2.3.0 by @dependabot in #468
- Bump ch.qos.logback:logback-classic from 1.4.6 to 1.4.7 by @dependabot in #469
- Update state.md by @sanity in #471
New Contributors
Full Changelog: 1.4.0...1.4.1
1.4.0 Breaking change to handling of favicon.ico
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
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
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
What's Changed
- Bump junit-bom from 5.9.1 to 5.9.2 by @dependabot in #426
- Bump selenium-java from 4.7.2 to 4.8.0 by @dependabot in #429
- Bump selenium-jupiter from 4.3.2 to 4.3.3 by @dependabot in #427
- Bump selenium-chrome-driver from 4.7.2 to 4.8.0 by @dependabot in #428
Full Changelog: 1.3.5...1.3.6
1.3.5 Dependency updates, update Gradle wrapper
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
1.3.3 Fix regression with AElement preventDefault behavior
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