Releases: wetware/pkg
Releases · wetware/pkg
v0.1.0-alpha.1
What's Changed
- sign contributor agreement by @ayazabbas in #80
- Upgrade libp2p to v0.25.1. by @lthibault in #81
- Sign contributor agreement by @mikelsr in #82
- Replace casm.Future with csp.Future. by @lthibault in #84
- Sign contributor agreement by @aratz-lasa in #86
- Add generic CSP value types by @lthibault in #85
- Redo TestProvider to check consecutive writes by @mikelsr in #83
- Remove peek method from channel spec. by @lthibault in #91
- Return promised capability from csp.Future by @lthibault in #90
- Don't use channel.Sender in pubsub. by @lthibault in #93
- Add initial version of the WASM-based process executor by @mikelsr in #92
- Implement synchronous channel. by @lthibault in #88
- Remove iostream by @lthibault in #97
- Infer loopback multicast address from runtime.GOOS. by @lthibault in #99
- deps: updates wazero to 1.0.1 by @codefromthecrypt in #100
- Generate default wazero.RuntimeConfig from Fx. by @lthibault in #104
- Simplify exit error schema. by @lthibault in #102
- Add PRNG to processes by @lthibault in #103
- Move process implementation to csp package by @lthibault in #109
- Use CSPRNG in WASM modules by @lthibault in #110
- Add ww run command. by @lthibault in #112
- Basic ref-counted Anchor implementation by @lthibault in #108
- Drop support for Go v1.19. by @lthibault in #114
- Simplify process API by @lthibault in #113
- Add csp.Client function to send capabilities over a channel. by @lthibault in #115
- Bugfix: ensure Vat.Host is decorated with DHT routing. by @lthibault in #116
- Add host module for calling wetware capabilities from proc. by @lthibault in #117
- Add ww guest package. by @lthibault in #119
- Block when resolving csp.Future.Client() by @lthibault in #120
- Move anchor server to its own file by @lthibault in #135
- Misc. cleanup / fix failing test in anchor package by @lthibault in #136
- Fix infinite recursive call in registry. Fix libp2p/core import path. by @lthibault in #137
- Remove Fx from server implementation by @lthibault in #138
- Remove Fx from top-level ww package. by @lthibault in #139
- Remove Fx from client implementation by @lthibault in #140
- Handle sys.ExitError in ww run by @lthibault in #141
- Move wasm-uncompatible cap/csp files to a separate package by @mikelsr in #142
- Pass pre-opened TCP connections from the WASM host to guests by @mikelsr in #143
- Replace errors with capnp.ErrorClient by @mikelsr in #144
- Provide executor to cluster by @mikelsr in #146
- Cleanup boot logic by @lthibault in #150
- Add -debug and -json logging flags by @lthibault in #151
- Create a bytecode cache for the executor by @mikelsr in #147
- Restore and improve cluster run command by @mikelsr in #149
- Keep track of process hierarchy with a process tree by @mikelsr in #148
- Set up guest socket in ww host module by @lthibault in #153
- Add "system socket" API by @lthibault in #154
- Add bootcontext capability for process creation by @mikelsr in #155
- Use binary encoding for CIDs in Executor. by @lthibault in #156
New Contributors
- @ayazabbas made their first contribution in #80
Full Changelog: v0.0.1-beta.29...v0.1.0-alpha.1
v0.0.1-beta.29
Full Changelog: wetware/ww@v0.0.1-beta.26...v0.0.1-beta.29
v0.0.1-beta.26
Full Changelog: wetware/ww@v0.0.1-beta.25...v0.0.1-beta.26
v0.0.1-beta.25
Full Changelog: wetware/ww@v0.0.1-beta.24...v0.0.1-beta.25
v0.0.1-beta.24
What's Changed
- Mitigate bug in BBR causing high CPU usage. by @lthibault in https://github.com/wetware/ww/pull/78
Full Changelog: wetware/ww@v0.0.1-beta.23...v0.0.1-beta.24
v0.0.1-beta.23
Full Changelog: wetware/ww@v0.0.1-beta.22...v0.0.1-beta.23
v0.0.1-beta.22
Full Changelog: wetware/ww@v0.0.1-beta.21...v0.0.1-beta.22
v0.0.1-beta.21
Full Changelog: wetware/ww@v0.0.1-beta.20...v0.0.1-beta.21
v0.0.1-beta.20
What's Changed
- Add streaming send capability to
csp.Chan
by @lthibault in https://github.com/wetware/ww/pull/75 - Add streaming publisher to
pubsub.Topic
by @lthibault in https://github.com/wetware/ww/pull/76 - Refactor server code by @lthibault in https://github.com/wetware/ww/pull/77
Full Changelog: wetware/ww@v0.0.1-beta.18...v0.0.1-beta.20
v0.0.1-beta.18
Full Changelog: wetware/ww@v0.0.1-beta.16...v0.0.1-beta.18