File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 0.7.0
2
+ > Published 13 May 2025
3
+
4
+ ## Announcement
5
+ This release enforces ERROR as a default reporting level for APIs that are forbidden by the strict mode.
6
+ You can still change the level manually, but in ` 0.8.0 ` strict mode will be enforced irreversibly.
7
+
8
+ ## What's Changed
9
+
10
+ ### Breaking Changes 🔴
11
+ * Change strict mode to level ERROR by default by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/338
12
+
13
+ ### Other Changes 🧹
14
+ * Update Kotlin to 2.1.21 by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/337
15
+ * Version 0.7.0-SNAPSHOT by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/325
16
+ * Samples: version 0.6.2 by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/326
17
+ * 2.2.0 compiler migration by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/335
18
+
19
+ ** Full Changelog** : https://github.com/Kotlin/kotlinx-rpc/compare/0.6.2...0.7.0
20
+
1
21
# 0.6.2
2
22
> Published 17 April 2025
3
23
You can’t perform that action at this time.
0 commit comments