File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 0.2.3
2
+ > Published 19 August 2024
3
+
4
+ ### Features
5
+ * KRPC-18 Add K2 and IR code generation plugins, preserve KSP for K1 by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/105
6
+ * Added 1.9.25 and 2.0.10 Kotlin Versions by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/168
7
+
8
+ ### Bug fixes
9
+ * KRPC-101 Check if the entire stream is not already closed. by @pikinier20 in https://github.com/Kotlin/kotlinx-rpc/pull/158
10
+ * KRPC-119 Exception Deserialization by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/170
11
+
12
+ ### Infra
13
+ * Add issue templates by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/167
14
+
15
+ ## New Contributors
16
+ * @pikinier20 made their first contribution in https://github.com/Kotlin/kotlinx-rpc/pull/158
17
+
18
+ ** Full Changelog** : https://github.com/Kotlin/kotlinx-rpc/compare/0.2.2...0.2.3
19
+
1
20
# 0.2.2
2
21
> Published 5 August 2024
3
22
You can’t perform that action at this time.
0 commit comments