File tree Expand file tree Collapse file tree 2 files changed +57
-0
lines changed
docs/pages/kotlinx-rpc/topics Expand file tree Collapse file tree 2 files changed +57
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 0.8.1
2
+ > Published 9 July 2025
3
+
4
+ ### Bug fixes 🐛
5
+ * Propagate transport coroutine context by @yakivy in https://github.com/Kotlin/kotlinx-rpc/pull/374
6
+ * Fix compiler bugs by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/382
7
+ * kRPC client initialization is not single shot by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/385
8
+
9
+ ### Documentation 📗
10
+ * Grpc sample update by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/371
11
+ * Fix dokka API button for all modules by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/381
12
+
13
+ ### Infra 🚧
14
+ * Update pages publication and api link by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/375
15
+ * Added artifacts validation by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/377
16
+
17
+ ### Other Changes 🧹
18
+ * Ci updates by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/370
19
+ * Updated CSM sources for template generation by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/372
20
+ * Update strict-mode.topic by @BierDav in https://github.com/Kotlin/kotlinx-rpc/pull/380
21
+ * Update Ktor to 3.2.1 and samples by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/383
22
+
23
+ ## New Contributors
24
+ * @yakivy made their first contribution in https://github.com/Kotlin/kotlinx-rpc/pull/374
25
+ * @BierDav made their first contribution in https://github.com/Kotlin/kotlinx-rpc/pull/380
26
+
27
+ ** Full Changelog** : https://github.com/Kotlin/kotlinx-rpc/compare/0.8.0...0.8.1
28
+
1
29
# 0.8.0
2
30
> Published 30 June 2025
3
31
Original file line number Diff line number Diff line change 2
2
3
3
This page contains all changes throughout releases of the library.
4
4
5
+ ## 0.8.1
6
+ > Published 9 July 2025
7
+
8
+ ** Full Changelog** : [ 0.8.0...0.8.1] ( https://github.com/Kotlin/kotlinx-rpc/compare/0.8.0...0.8.1 )
9
+
10
+ #### Bug fixes 🐛 {id=Bug_fixes_0_8_1}
11
+ * Propagate transport coroutine context by [ @yakivy ] ( https://github.com/yakivy ) in [ #374 ] ( https://github.com/Kotlin/kotlinx-rpc/pull/374 )
12
+ * Fix compiler bugs by [ @Mr3zee ] ( https://github.com/Mr3zee ) in [ #382 ] ( https://github.com/Kotlin/kotlinx-rpc/pull/382 )
13
+ * kRPC client initialization is not single shot by [ @Mr3zee ] ( https://github.com/Mr3zee ) in [ #385 ] ( https://github.com/Kotlin/kotlinx-rpc/pull/385 )
14
+
15
+ #### Documentation 📗 {id=Documentation_0_8_1}
16
+ * Grpc sample update by [ @Mr3zee ] ( https://github.com/Mr3zee ) in [ #371 ] ( https://github.com/Kotlin/kotlinx-rpc/pull/371 )
17
+ * Fix dokka API button for all modules by [ @Mr3zee ] ( https://github.com/Mr3zee ) in [ #381 ] ( https://github.com/Kotlin/kotlinx-rpc/pull/381 )
18
+
19
+ #### Infra 🚧 {id=Infra_0_8_1}
20
+ * Update pages publication and api link by [ @Mr3zee ] ( https://github.com/Mr3zee ) in [ #375 ] ( https://github.com/Kotlin/kotlinx-rpc/pull/375 )
21
+ * Added artifacts validation by [ @Mr3zee ] ( https://github.com/Mr3zee ) in [ #377 ] ( https://github.com/Kotlin/kotlinx-rpc/pull/377 )
22
+
23
+ #### Other Changes 🧹 {id=Other_Changes_0_8_1}
24
+ * Ci updates by [ @Mr3zee ] ( https://github.com/Mr3zee ) in [ #370 ] ( https://github.com/Kotlin/kotlinx-rpc/pull/370 )
25
+ * Updated CSM sources for template generation by [ @Mr3zee ] ( https://github.com/Mr3zee ) in [ #372 ] ( https://github.com/Kotlin/kotlinx-rpc/pull/372 )
26
+ * Update strict-mode.topic by [ @BierDav ] ( https://github.com/BierDav ) in [ #380 ] ( https://github.com/Kotlin/kotlinx-rpc/pull/380 )
27
+ * Update Ktor to 3.2.1 and samples by [ @Mr3zee ] ( https://github.com/Mr3zee ) in [ #383 ] ( https://github.com/Kotlin/kotlinx-rpc/pull/383 )
28
+
29
+ ### New Contributors {id=New_Contributors_0_8_1}
30
+ * [ @yakivy ] ( https://github.com/yakivy ) made their first contribution in [ #374 ] ( https://github.com/Kotlin/kotlinx-rpc/pull/374 )
31
+ * [ @BierDav ] ( https://github.com/BierDav ) made their first contribution in [ #380 ] ( https://github.com/Kotlin/kotlinx-rpc/pull/380 )
32
+
33
+
5
34
## 0.8.0
6
35
> Published 30 June 2025
7
36
You can’t perform that action at this time.
0 commit comments