Skip to content

Commit 7a2463a

Browse files
committed
CHANGELOG.md
1 parent 527200f commit 7a2463a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-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.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+
121
# 0.6.2
222
> Published 17 April 2025
323

0 commit comments

Comments
 (0)