Skip to content

Commit 50ef6ac

Browse files
committed
CHANGELOG.md
1 parent 5f52146 commit 50ef6ac

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
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+
129
# 0.8.0
230
> Published 30 June 2025
331

docs/pages/kotlinx-rpc/topics/changelog.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
This page contains all changes throughout releases of the library.
44

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+
534
## 0.8.0
635
> Published 30 June 2025
736

0 commit comments

Comments
 (0)