Releases: ulixee/platform
Releases · ulixee/platform
v2.0.0-alpha.30
What's Changed
- v2.0.0-alpha.29 by @blakebyrnes in #204
- Platform gets isolated by @blakebyrnes in #209
- Renames and changing where Payment Comes From by @blakebyrnes in #210
- Various changes for Payment by @blakebyrnes in #211
Exported Desktop to a new project
Desktop app is now built in the https://github.com/ulixee/desktop project
Full Changelog: v2.0.0-alpha.29...v2.0.0-alpha.30
v2.0.0-alpha.29
What's Changed
- Release by @blakebyrnes in #196
- Release by @blakebyrnes in #197
- Escrows + Desktop Localchain by @blakebyrnes in #200
- Databrokers by @blakebyrnes in #202
- fix(github): databroker tests broken by @blakebyrnes in #203
NOTE: Desktop on hold
We have some issues that need to be resolved for a new desktop update. Sorry for delay!
Full Changelog: v2.0.0-alpha.27...v2.0.0-alpha.29
v2.0.0-alpha.28
What's Changed
- Release by @blakebyrnes in #196
Full Changelog: v2.0.0-alpha.27...v2.0.0-alpha.28
Bug Fixes
v2.0.0-alpha.27
v2.0.0-alpha.26
Bug Fixes
- attemp to fix docker (9578287)
- Migrate to vite, chrome 121, latest hero/unblocked by @blakebyrnes in #194
Features
v2.0.0-alpha.25
v2.0.0-alpha.24
Full Changelog: v2.0.0-alpha.23...v2.0.0-alpha.24
Update Hero and Unblocked to 2.0.0-alpha.24
v2.0.0-alpha.23
What's Changed
- Datastore Id & Version by @blakebyrnes in #188
Features
- datastore: change urls to be id@version (903e34b)
- datastore: convert to id and semver (1f5d524)
- kad: add get/put capabilities to the kad (418bd5c)
Full Changelog: v2.0.0-alpha.22...v2.0.0-alpha.23
v2.0.0-alpha.22
Bug Fixes
- cloud: shutdown stats tracker (9bbba78)
- cloud: use sha256 of nodeId in kad routing (9f12963)
- datastore: troubleshoot docpage test (8808f28)
- docker builds (a2a6b02)
Features
- cloud: add peer network (9b214de)
- cloud: delete datastores on expiration (90a436d)
- cloud: import kad to use ulixee transports (1786bcf)
- cloud: node registry tracker (9175d41)
- cloud: registry service configuration (08e9f71)
- datastore: add duplex connections to kad (ada47bd)
- datastore: add migrations (04542bd)
- datastore: cluster replay store (c0347aa)
- datastore: configure storage endpoint (0fca691)
- datastore: upload to storage eng to create (1453654)
v2.0.0-alpha.21
BREAKING CHANGES
- @ulixee/miner package is now @ulixee/cloud.
You must import {CloudNode} from @ulixee/cloud and use in place of Miner.
Bug Fixes
- desktop: vm breaks in packaged electron app (a5c9f4e)
- datastore: failing tests (8e3f881)
- datastore: output rebuilding (8d10cc7)
- desktop: binary not loading properly (3b0b641)
- desktop: event handling fixes (841c031)
Features
- datastore: add ability to “start” and watch (e9c92bc)
- datastore: add docs (da39923)
- datastore: simplify query to live in main (b7dd56a)
- desktop: add datastore details page (a6bce0b)
- desktop: getting started guide (1e3fd87)
- desktop: log user queries locally (33fb721)
- desktop: query ability on queries tab (3960c7b)
New Contributors
Full Changelog: v2.0.0-alpha.19...v2.0.0-alpha.21