File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 0.4.0
2
+ > Published 5 November 2024
3
+
4
+ ### Features 🎉
5
+ * Experimental support for: KRPC-125 Manual stream scope management by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/214
6
+ * Introduce @Rpc annotation by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/216
7
+ * Support Kotlin 2.0.21 and 2.0.20 by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/217
8
+
9
+ ### Breaking Changes 🔴
10
+ * Introduce @Rpc annotation by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/216
11
+ * Remove support for Kotlin versions prior to 2.0 by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/218
12
+
13
+ ### Infra 🚧
14
+ * Added proxy repository settings by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/191
15
+ * Added Kotlin for ide configs to project by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/219
16
+
17
+ ### Bug fixes 🐛
18
+ * Fix for KT-41082 by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/225
19
+
20
+ ### Other Changes 🧹
21
+ * Bump core deps by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/220
22
+
23
+ ** Full Changelog** : https://github.com/Kotlin/kotlinx-rpc/compare/0.3.0...0.4.0
24
+
1
25
# 0.3.0
2
26
> Published 1 October 2024
3
27
You can’t perform that action at this time.
0 commit comments