Releases: lambdaclass/spawned
Releases · lambdaclass/spawned
v0.4.1
What's Changed
- refactor: replace
Box::pin
withcore::pin::pin!
by @Peponks9 in #52 - feat: bind warn-on-block to debug-assertions by @Oppen in #53
- feat: log error on genserver crash by @Oppen in #55
- Added task id on warn_on_block messages by @ElFantasma in #57
New Contributors
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Fix error on spawn_listener by @ElFantasma in #47
spawn_listener
now receives aStream<Item = T::CastMsg>
by @ElFantasma in #48- Upgrading version by @ElFantasma in #49
- feat: add warning log for blocking futures by @MegaRedHand in #45
- chore: make
pin-project-lite
dependency optional by @MegaRedHand in #51
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Crate release workflows by @juan518munoz in #25
- Add stop behaviour to GenServer by @juan518munoz in #22
- Derive
thiserror
fromGenServerError
by @juan518munoz in #24 - Add
Debug
toGenServerHandle
by @juan518munoz in #26 - Bump versions for release by @juan518munoz in #27
- Make GenServers to implement Default by @ElFantasma in #29
- Execute cancel on init failure & call teardown by @juan518munoz in #28
- update lockfile by @juan518munoz in #30
- Add method to
call
withtimeout
by @juan518munoz in #31 - Bump version for release by @juan518munoz in #32
- feat!: unify GenServer self and state by @MegaRedHand in #35
- Fix: remove cloning from
GenServer::run
by @juan518munoz in #38 - Added Success/NoSuccess results for GenServer init by @ElFantasma in #39
- Bump workspace version by @juan518munoz in #41
- Remove GenServer clone on message reception by @ElFantasma in #42
- Version update by @ElFantasma in #43
New Contributors
- @MegaRedHand made their first contribution in #35
Full Changelog: v0.1.3...v0.3.0
v0.1.3
What's Changed
- add minimal CI to proyect by @juan518munoz in #21
- Implement stream listener by @juan518munoz in #20
- Updated main README by @ElFantasma in #23
New Contributors
- @juan518munoz made their first contribution in #21
Full Changelog: v0.1.2-alpha...v0.1.3
v0.1.2-alpha
Merge pull request #19 from lambdaclass/default_handlers Added default implementation for handle_cast and handle_call
v0.1.1-alpha
Merge pull request #13 from lambdaclass/send_interval Added send_interval and cancellation behavior
v0.1.0-alpha
v0.1.0-alpha