Skip to content

Releases: wetware/pkg

v0.0.0-alpha.5: Add STM-based Anchor implementation. (#29)

31 May 18:14
94e8c50
Compare
Choose a tag to compare
* Implement software-transactional memory (STM) in package stm.

* Implement basic transactional API for STM-based Anchor trees.

* Implement generic bounded types.

* Implement bounded Path type & update cluster.capnp to use path strings.

* Add Path indexer.

* Test binding path from parts & children

* Rename anchor.Anchor to anchor.Scheduler & test initialization.

* Implement STM-backed root anchor.

* Refactor cluster and anchor capability schemas.

* Remove orphaned anchors.

* Major refactor.  Bundle anchor & view in host cap.

* Add TODO for LoadValue()

* Add TODO for client.Node

v0.0.0-alpha.4

20 May 00:27
Compare
Choose a tag to compare
Fix bug in flow limiter contention due to capnproto

v0.0.0-alpha.3: Merge pull request #21 from wetware/feature/chan

19 May 16:09
63a4070
Compare
Choose a tag to compare

v0.0.0-alpha.2: Merge pull request #17 from wetware/bugfix/nonblocking-sub-handler

23 Apr 00:49
ff2b530
Compare
Choose a tag to compare
Fix rpc.Conn disconnect when subscription buffer is full

v0.0.0-alpha.1: Enhancement/ns dial error (#14)

21 Apr 21:14
fe075d4
Compare
Choose a tag to compare
* Include namespace in Vat connection errors to help diagnose misconfigured dial attempts.

* Report dial errors resulting from namespace mismatch.