Skip to content

Commit ba916cf

Browse files
committed
Update CHANGELOG.md
1 parent 6407b9d commit ba916cf

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
125
# 0.3.0
226
> Published 1 October 2024
327

0 commit comments

Comments
 (0)