File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
31
# 0.4.0
2
32
> Published 5 November 2024
3
33
You can’t perform that action at this time.
0 commit comments