Skip to content

Releases: ulixee/platform

v2.0.0-alpha.30

11 Oct 15:28
Compare
Choose a tag to compare

What's Changed

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

17 Jul 02:47
Compare
Choose a tag to compare

What's Changed

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

16 Jul 16:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-alpha.27...v2.0.0-alpha.28

Bug Fixes

  • timetravel: push dom changes one at a time (b179075), closes #252

  • agent: browser not being reused (9ff32c6)

  • agent: handle isOpen null during agent close (e75c907)

  • agent: still reject isOpen if fails (e4114cd)

v2.0.0-alpha.27

01 Mar 16:29
Compare
Choose a tag to compare

What's Changed

Unblocked

Bug Fixes

  • agent: close agent if fails to open (797731c)
  • agent: max agents per browser not working (ac6e273)

v2.0.0-alpha.26

03 Feb 21:47
Compare
Choose a tag to compare

Bug Fixes

Features

  • max concurrent clients per browser config (8ffbe0a)
  • migrate ms-build (fd82e40)

v2.0.0-alpha.25

28 Sep 21:39
Compare
Choose a tag to compare

Features

  • datastore: remove vm2 dependency (fdf923c)

Hero

Bug Fixes

  • core: don’t include source maps for injected (0c2ee0d)

Unblocked

Bug Fixes

  • agent: don’t include sourcemaps for injected (272764c)
  • default-browser-emulator: empty ua hints (72d0344)
  • don't crash on promise like object (#73) (73fff18)
  • real-user-agents: data corrupted for sonoma (182d7d9)
  • real-user-agents: identify mac sonoma (0429d02)

v2.0.0-alpha.24

09 Aug 17:26
Compare
Choose a tag to compare

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

08 Jul 18:30
Compare
Choose a tag to compare

What's Changed

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

13 Jun 15:00
Compare
Choose a tag to compare

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

25 Apr 15:18
Compare
Choose a tag to compare

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