Releases: otterbrix/actor-zeta
Releases · otterbrix/actor-zeta
1.1.1
What's Changed
- fix: cross-thread race condition in unique_future by @kotbegemot in #182
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Dispatch contracts: implements<>, custom promise_type, type erasure by @kotbegemot in #179
Full Changelog: 1.0.0...1.1.0
1.0.0
What's Changed
- Remove mechanic supervisors by @kotbegemot in #164
- Actor Life Cycle by @kotbegemot in #168
- Refactor/new sending mechanism by @kotbegemot in #169
- benchmark by @kotbegemot in #170
- separation-of-actors-and-planners by @kotbegemot in #171
- actor and future/promise by @kotbegemot in #173
- Coroutine by @kotbegemot in #175
- Coroutines and memory resources by @kotbegemot in #176
- Customization points and dispatch point by @kotbegemot in #177
- add generator by @kotbegemot in #178
Full Changelog: 1.0.0a12...1.0.0
1.0.0a9
What's Changed
- removal old workflow by @kotbegemot in #152
- Switch to compiler-rt LLVM compiler runtime by @theirix in #151
- fix build for mac by @kotbegemot in #150
- Code brushups by @theirix in #153
- mac os build fix and warning fixes by @kotbegemot in #157
- Support unique_ptr in messages by @SergeiNA in #155
- ubuntu build fix by @kotbegemot in #159
New Contributors
Full Changelog: 1.0.0a8...1.0.0a9
1.0.0a8
What's Changed
- gcc 4.9 added in ci #84 by @kotbegemot in #134
- Actor benchmark by @GremSnoort in #123
- comparator address_t by @kotbegemot in #135
- New mail box by @makeyavelly and @kotbegemot in #110
- New handler api change by @GremSnoort and @kotbegemot in #148
Full Changelog: 1.0.0a7...1.0.0a8
1.0.0a7
What's Changed
- scheduler and timer should be separated (#124) @kotbegemot
- remove string_view (#121) @kotbegemot
- MacOS build & apple clang warnings fixes (#122) @lllShamanlll
- handler ID is no longer a string (#116) @kotbegemot @makeyavelly
- removed any (#119) @kotbegemot
- base clock (#106) @kotbegemot @GremSnoort
- new body for massage (#90) @GremSnoort
- executor redesign #108 (#109) @kotbegemot @GremSnoort
- address book deleted (#104) @kotbegemot
- Benchmark for messages (#103) @GremSnoort
1.0.0a6
What's Changed
- type string by @kotbegemot in #75
- Remove struct context by @GremSnoort in #77
- pmr by @kotbegemot in #78
- Broadcast by @kotbegemot in #81
- ubuntu clang by @kotbegemot in #83
- Catch2 tests by @GremSnoort in #88
- redirect by @kotbegemot in #89
- Spawn actors by @kotbegemot in #80
- More tests for pmr by @GremSnoort in #92
- dynamic-spawn-supervisor by @kotbegemot in #95