Skip to content

Commit 9501e02

Browse files
committed
Update CHANGELOG.md
1 parent 42c8b04 commit 9501e02

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# 0.5.0
2+
> Published 11 December 2024
3+
4+
### Features 🎉
5+
* Update Service Descriptors Generation by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/227
6+
* Kotlin 2.1.0 by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/244
7+
* Added basic CheckedTypeAnnotation impl with compiler plugin check by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/240
8+
* Strict mode by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/243
9+
10+
### Breaking Changes 🔴
11+
* Api naming by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/236
12+
* Update Service Descriptors Generation by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/227
13+
* Added basic CheckedTypeAnnotation impl with compiler plugin check by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/240
14+
15+
### Deprecations ⚠️
16+
* Api naming by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/236
17+
* Strict mode by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/243
18+
19+
### Infra 🚧
20+
* Update the project structure to work with kotlin-master by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/234
21+
* Fixed version formatting with ENV vars by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/235
22+
* Fix Kotlin master compilation by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/245
23+
* Opt-out from annotations type safety analysis by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/246
24+
25+
### Other Changes 🧹
26+
* Added test for non-serializable params by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/237
27+
* Updated descriptor to use `RpcType` instead of `KType` directly by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/239
28+
29+
**Full Changelog**: https://github.com/Kotlin/kotlinx-rpc/compare/0.4.0...0.5.0
30+
131
# 0.4.0
232
> Published 5 November 2024
333

0 commit comments

Comments
 (0)