This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
Kweb 1.0.0-rc.1
Pre-release
Pre-release
What is Kweb?
Kweb is a web application framework written in Kotlin for backend developers. It's designed to be lightweight and easy to use, with a focus on efficiency, simplicity, and flexibility.
Read The Kweb Book to learn more and to begin using Kweb.
What does the 1.0.0 release mean?
- After almost 6 years and 23 different contributors, Kweb has been used by enough people that we think the API is right and the code is reliable enough
- We will try very hard to avoid breaking API changes, making full use of Kotlin's deprecation system
- We think the documentation is of acceptable quality
- We think our build and testing infrastructure is of acceptable quality
This means increased confidence that Kweb will work well for you and Kweb version releases won't break your code (without a good reason).
Is Kweb ready for a 1.0.0 release?
The purpose of this release candidate is to find out. Whether you're new to Kweb or an existing user, please let us know what you think!
What has changed since 0.12.7
- Bump kotlin-logging from 3.0.0 to 3.0.2 by @dependabot in #331
- Bump kotest-bom from 5.5.0 to 5.5.1 by @dependabot in #333
- Bump kotlinx-serialization-json from 1.4.0 to 1.4.1 by @dependabot in #334
Full Changelog: 0.12.7...1.0.0-rc.1