v0.12.0
版本发布时间: 2024-10-04 22:31:32
slawlor/ractor最新发布版本:v0.12.0(2024-10-04 22:31:32)
Ractor version 0.12.0 is released!
In this major breaking change version the following changes are included
- Factories have a general stats package which can be injected in order to capture stats about factory and worker ops as needed #264
- RustConf'24 links have been provided (main README.md)
- Gracefully draining of specific actor's message queues is now supported #268
- Factories have an added query to capture the number of currently processing messages by workers #267
- @stalkopat added a fix for remote actors in process groups were always joining the default scope #269
- @texascloud added
tracing::Span
propogation between messages between actors so we can capture proper span attribution (essentially using tracing to trace the flow of a message through various actor properties) #266
Thanks to all the new contributors on their help with this release!