You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+43-7
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,59 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.10.0] - 2024-09-09
9
+
10
+
11
+
### <!-- 0 -->Added
12
+
13
+
-**BREAKING:** Add request traits (#39)
14
+
- Add delayed_send for unbounded actors [</>](https://github.com/tqwewe/kameo/commit/cd2276b291b5e2ce736e867567c9ce1ad2506e31)
15
+
- Add remote actor support (#35)
16
+
- Add `actor` attribute to `Actor` derive macro [</>](https://github.com/tqwewe/kameo/commit/8a2543e5c5226bf89c1fbce715601dd3e2672400)
17
+
- Make actor swarm listen address optional [</>](https://github.com/tqwewe/kameo/commit/e23e1e49226263b68f061ad7cc74b119e242e98b)
18
+
- Use macro to clean request trait impls for `MaybeRequestTimeout`[</>](https://github.com/tqwewe/kameo/commit/bd3d00f9db718f4b9e087c5659ad05083ad95645)
19
+
20
+
### <!-- 2 -->Removed
21
+
22
+
-**BREAKING:** Remove queries (#36)
23
+
24
+
### <!-- 3 -->Fixed
25
+
26
+
- Call on_panic when actor panics during startup [</>](https://github.com/tqwewe/kameo/commit/8e46e3402cedaa9f1176cc45fb7a58f1d7340504)
0 commit comments