Release 0.8.0
- chore: rm oliver from codeowners (9a1175b)
- chore(deps-dev): bump globals from 15.15.0 to 16.0.0 (#501) (5f51ffe)
- refactor: use types (#495) (ec5b182)
- fix: yamux error (#504) (41f3bc3)
- fix: pnpm install with v10 (#497) (16e6316)
- feat: add tracer DRPObject (#483) (321dd72)
- style(config): 🎨 add default editor config (#500) (44b7e5b)
- refactor: move peer id from drpObject to hashgraph (#467) (843b936)
- fix: merge new vertices when drp is missing (#460) (2c51957)
- perf: better topo dfs perf (#482) (de39e08)
- fix: redundant ACL computation (#474) (080af29)
- fix: duplicate DRP call (#432) (71938dc)
- fix: dialTimeout (#484) (2564d86)
- fix: serialization & add types pkg (#472) (88ec807)
- feat: deterministic topo sort using iterative dfs (#471) (5e08e18)
- refactor(object): linearize pair semantic (#476) (a6c4705)
- refactor: remove unuse transport (#466) (da00d10)
- fix: pr template (#464) (6427a3e)
- fix: correct name of org and trigger on reopened (39d1339)
- fix: change gh token for pat (4329bb1)
- feat: use msgpack (#450) (64ff132)
- fix: more reliable file matches (#457) (e72e81b)
- fix: vertex not found (#445) (fa82b06)
- feat: flamegraph pprof (#453) (f9f9c6c)
- chore: rm render bash for screenshots (1d2b0d7)
- fix: hashgraph merge hook (#456) (a3e7e6d)
- fix: add an exception catch to the streaming function (#451) (a78078f)
- chore: add templates and security policy (36286ca)
- fix: writer permission check (#439) (182d395)
- feat: enhance coverage (#360) (73a09dd)
- fix: remove docs from gitignore (b1ac690)
- improv: use only new vertices for hashgraph merging (#440) (f84ea96)
- tests: tests for nop and swap operations (#414) (c5d2394)
- fix: Updates Both DRP State and ACL State Incorrectly (#430) (7e91062)
- chore(deps-dev): bump @vitest/coverage-v8 from 2.1.8 to 3.0.5 (#442) (2e52412)
- fix: e2e flakky (#438) (266a0c2)
- fix: root vertex state can be changed (#437) (75ebbc6)
- imprv: packages (#399) (df04f7e)
- chore(deps-dev): bump vitest from 2.1.8 to 2.1.9 in the npm_and_yarn group (#436) (911e29b)
- feat: add basic playwright test (#343) (c9c9d88)
- improve: move only test function (#428) (112755a)
- fix: hash validation (#422) (12e7223)
- feat: modify acl state (#421) (b1b0b90)
- feat: wait for node to be dialable after libp2p.start (#418) (7fd1882)
- chore(deps): bump it-length-prefixed from 9.1.0 to 10.0.0 (#425) (3ed8661)
- fix: eslint tsconfig root dir (9b42353)
- feat: add add mul to blueprints (#412) (669e756)
- fix: swap action type behaviour (#415) (79d695c)
What's Changed
- fix: swap action type behaviour by @JanLewDev in #415
- feat: add add mul to blueprints by @d-roak in #412
- chore(deps): bump it-length-prefixed from 9.1.0 to 10.0.0 by @dependabot in #425
- feat: wait for node to be dialable after libp2p.start by @sfroment in #418
- feat: modify acl state by @anhnd350309 in #421
- fix: hash validation by @trungnotchung in #422
- improve: move only test function by @hoangquocvietuet in #428
- feat: add basic playwright test by @sfroment in #343
- chore(deps-dev): bump vitest from 2.1.8 to 2.1.9 in the npm_and_yarn group by @dependabot in #436
- imprv: packages by @hoangquocvietuet in #399
- fix: root vertex state can be changed by @trungnotchung in #437
- fix: e2e flakky by @sfroment in #438
- chore(deps-dev): bump @vitest/coverage-v8 from 2.1.8 to 3.0.5 by @dependabot in #442
- fix: Updates Both DRP State and ACL State Incorrectly by @anhnd350309 in #430
- tests: tests for nop and swap operations by @d-roak in #414
- improv: use only new vertices for hashgraph merging by @winprn in #440
- feat: enhance coverage by @hoangquocvietuet in #360
- fix: writer permission check by @winprn in #439
- fix: add an exception catch to the streaming function by @magnified103 in #451
- fix: hashgraph merge hook by @magnified103 in #456
- feat: flamegraph pprof by @anhnd350309 in #453
- fix: vertex not found by @trungnotchung in #445
- fix: more reliable file matches by @sfroment in #457
- feat: use msgpack by @sfroment in #450
- fix: pr template by @JanLewDev in #464
- refactor: remove unuse transport by @anhnd350309 in #466
- refactor(object): linearize pair semantic by @sfroment in #476
- feat: deterministic topo sort using iterative dfs by @JanLewDev in #471
- fix: serialization & add types pkg by @sfroment in #472
- fix: dialTimeout by @sfroment in #484
- fix: duplicate DRP call by @hoangquocvietuet in #432
- fix: redundant ACL computation by @trungnotchung in #474
- perf: better topo dfs perf by @sfroment in #482
- fix: merge new vertices when drp is missing by @trungnotchung in #460
- refactor: move peer id from drpObject to hashgraph by @anhnd350309 in #467
- style(config): 🎨 add default editor config by @sfroment in #500
- feat: add tracer DRPObject by @anhnd350309 in #483
- fix: pnpm install with v10 by @sfroment in #497
- fix: yamux error by @sfroment in #504
- refactor: use types by @sfroment in #495
- chore(deps-dev): bump globals from 15.15.0 to 16.0.0 by @dependabot in #501
Full Changelog: v0.7.0...v0.8.0