Changelog
Edit pageLast modified: 17 July 2025This page contains all changes throughout releases of the library.
0.9.1
tip
Published 17 July 2025
Full Changelog: 0.8.1...0.9.1
Bug fixes 🐛
Documentation 📗
Infra 🚧
Other Changes 🧹
0.8.1
tip
Published 9 July 2025
Full Changelog: 0.8.0...0.8.1
Bug fixes 🐛
Documentation 📗
Infra 🚧
Other Changes 🧹
New Contributors
0.8.0
tip
Published 30 June 2025
Full Changelog: 0.7.0...0.8.0
Overview
This release brings a lot of changes, including breaking changes:
Kotlin 2.2.0 Update
Decoupling of
kotlinx.serialization
from the core functionalitySimplifying lifetime schema (services lost their
CoroutineScope
)Irreversible enforcement of the strict mode
These changes significantly reduce the number of footguns and improve the overall usability of the library.
Additionally, the internal structure of kRPC protocol and our compiler plugin reduced its complexity. That allows us to provide better quality in future releases (and this also applies to gRPC, even though in this particular release it was not a priority).
For the full list of changes that require migration, see the Migration Guide.
Docs update
We added three new documentation sections:
Features 🎉
Breaking Changes 🔴
Bug fixes 🐛
Documentation 📗
Other Changes 🧹
New Contributors
@brokenhappy made their first contribution in #342
0.7.0
tip
Published 13 May 2025
Full Changelog: 0.6.2...0.7.0
Announcement
This release enforces ERROR as a default reporting level for APIs that are forbidden by the strict mode. You can still change the level manually, but in 0.8.0
strict mode will be enforced irreversibly.
Breaking Changes 🔴
Other Changes 🧹
0.6.2
tip
Published 17 April 2025
Full Changelog: 0.6.1...0.6.2
Bug fixes 🐛
0.6.1
tip
Published 11 April 2025
Full Changelog: 0.6.0...0.6.1
Bug fixes 🐛
0.6.0
tip
Published 4 April 2025
Full Changelog: 0.5.1...0.6.0
Features 🎉
Documentation 📗
Infra 🚧
Other Changes 🧹
0.5.1
tip
Published 12 February 2025
Full Changelog: 0.5.0...0.5.1
Features 🎉
Documentation 📗
Fix typo in README.md by @SebastianAigner in #266
Infra 🚧
Other Changes 🧹
New Contributors
@SebastianAigner made their first contribution in #266
0.5.0
tip
Published 27 January 2025
Full Changelog: 0.4.0...0.5.0
Features 🎉
Breaking Changes 🔴
Deprecations ⚠️
Infra 🚧
Other Changes 🧹
0.4.0
tip
Published 5 November 2024
Full Changelog: 0.3.0...0.4.0
Features 🎉
Breaking Changes 🔴
Infra 🚧
Bug fixes 🐛
Other Changes 🧹
0.3.0
tip
Published 1 October 2024
Full Changelog: 0.2.4...0.3.0
Features 🎉
Breaking Changes 🔴
Bug fixes 🐛
Documentation 📗
Infra 🚧
Other Changes 🧹
New Contributors
0.2.4
tip
Published 20 August 2024
Full Changelog: 0.2.2...0.2.4
Features
Bug fixes
Infra
New Contributors
@pikinier20 made their first contribution in #158
0.2.2
tip
Published 5 August 2024
Full Changelog: 0.2.1...0.2.2
Bug fixes
0.2.1
tip
Published 1 July 2024
Full Changelog: 0.1.0...0.2.1
Breaking changes
Release contains breaking changes, see the migration guide
Features
Bug fixes
Deprecations
Documentation
Infra
New Contributors
@fatalistt made their first contribution in #76
@zhelenskiy made their first contribution in #87
@vnikolova made their first contribution in #86