Skip to content

Commit 1f1aa25

Browse files
committed
CHANGELOG.md
1 parent 813e0bb commit 1f1aa25

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 0.9.0
2+
> Published 17 July 2025
3+
4+
### Bug fixes 🐛
5+
* Support nullable contextual serializers by @yakivy in https://github.com/Kotlin/kotlinx-rpc/pull/392
6+
* Make WS plugin installation for Ktor server more flexible by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/398
7+
* Make KtorRpcClient inherit KrpcClient by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/396
8+
9+
### Documentation 📗
10+
* Update gRPC doc by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/391
11+
* Add stub targets tags for platforms table by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/397
12+
13+
### Infra 🚧
14+
* Remove the monitor application by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/388
15+
16+
### Other Changes 🧹
17+
* Update version for 0.9.0-SNAPSHOT by @Mr3zee in https://github.com/Kotlin/kotlinx-rpc/pull/387
18+
19+
**Full Changelog**: https://github.com/Kotlin/kotlinx-rpc/compare/0.8.1...0.9.0
20+
121
# 0.8.1
222
> Published 9 July 2025
323

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

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

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

5+
## 0.9.0
6+
> Published 17 July 2025
7+
8+
**Full Changelog**: [0.8.1...0.9.0](https://github.com/Kotlin/kotlinx-rpc/compare/0.8.1...0.9.0)
9+
10+
#### Bug fixes 🐛 {id=Bug_fixes_0_9_0}
11+
* Support nullable contextual serializers by [@yakivy](https://github.com/yakivy) in [#392](https://github.com/Kotlin/kotlinx-rpc/pull/392)
12+
* Make WS plugin installation for Ktor server more flexible by [@Mr3zee](https://github.com/Mr3zee) in [#398](https://github.com/Kotlin/kotlinx-rpc/pull/398)
13+
* Make KtorRpcClient inherit KrpcClient by [@Mr3zee](https://github.com/Mr3zee) in [#396](https://github.com/Kotlin/kotlinx-rpc/pull/396)
14+
15+
#### Documentation 📗 {id=Documentation_0_9_0}
16+
* Update gRPC doc by [@Mr3zee](https://github.com/Mr3zee) in [#391](https://github.com/Kotlin/kotlinx-rpc/pull/391)
17+
* Add stub targets tags for platforms table by [@Mr3zee](https://github.com/Mr3zee) in [#397](https://github.com/Kotlin/kotlinx-rpc/pull/397)
18+
19+
#### Infra 🚧 {id=Infra_0_9_0}
20+
* Remove the monitor application by [@Mr3zee](https://github.com/Mr3zee) in [#388](https://github.com/Kotlin/kotlinx-rpc/pull/388)
21+
22+
#### Other Changes 🧹 {id=Other_Changes_0_9_0}
23+
* Update version for 0.9.0-SNAPSHOT by [@Mr3zee](https://github.com/Mr3zee) in [#387](https://github.com/Kotlin/kotlinx-rpc/pull/387)
24+
25+
526
## 0.8.1
627
> Published 9 July 2025
728

0 commit comments

Comments
 (0)