From 9501e022fe76a8836cf23638c4f9f10be136d087 Mon Sep 17 00:00:00 2001 From: Alexander Sysoev Date: Mon, 9 Dec 2024 22:27:39 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41779d6e..73f5fac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +# 0.5.0 +> Published 11 December 2024 + +### Features ๐ŸŽ‰ +* Update Service Descriptors Generation by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/227 +* Kotlin 2.1.0 by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/244 +* Added basic CheckedTypeAnnotation impl with compiler plugin check by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/240 +* Strict mode by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/243 + +### Breaking Changes ๐Ÿ”ด +* Api naming by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/236 +* Update Service Descriptors Generation by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/227 +* Added basic CheckedTypeAnnotation impl with compiler plugin check by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/240 + +### Deprecations โš ๏ธ +* Api naming by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/236 +* Strict mode by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/243 + +### Infra ๐Ÿšง +* Update the project structure to work with kotlin-master by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/234 +* Fixed version formatting with ENV vars by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/235 +* Fix Kotlin master compilation by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/245 +* Opt-out from annotations type safety analysis by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/246 + +### Other Changes ๐Ÿงน +* Added test for non-serializable params by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/237 +* Updated descriptor to use `RpcType` instead of `KType` directly by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/239 + +**Full Changelog**: https://github.com/Kotlin/kotlinx-rpc/compare/0.4.0...0.5.0 + # 0.4.0 > Published 5 November 2024