Releases: topology-foundation/ts-drp
Releases · topology-foundation/ts-drp
Release 0.4.4
Release 0.4.3
Full Changelog: v0.4.2...v0.4.3
Release 0.4.2
- docker: use pnpm instead of yarn for reproducibility (fdc91ef)
- feat: add access control list to DRP (#283) (af6a029)
What's Changed
- feat: add access control list to DRP by @trungnotchung in #283
Full Changelog: v0.4.1...v0.4.2
Release 0.4.1
- chore: add Aldric to codeowners (a25465e)
- feat(rpc): add reflection (#287) (8549564)
- fix: browser->circuit->browser discovery upon 3.0.0 upgrade (#284) (99fdc9e)
- fix: as value is an array we need to spread it otherwise the function being call will just receive an array (#285) (09bf989)
- feat: add watch cmd (#286) (20450ef)
- impr: use object as a set (#280) (65a7983)
- feat: add replit base conf (#277) (392479d)
- fix: rm unnecessary linearize in merge (#281) (9b805df)
- feat: abstract mergeCallback function (#279) (4e535ef)
- chore: update lock and version (30b7cdb)
- Simplify grid ui (#278) (1daee47)
- chore(deps): bump @libp2p/circuit-relay-v2 from 2.1.5 to 3.1.3 (#266) (1828da0)
What's Changed
- chore(deps): bump @libp2p/circuit-relay-v2 from 2.1.5 to 3.1.3 by @dependabot in #266
- Simplify grid ui by @guiltygyoza in #278
- feat: abstract mergeCallback function by @trungnotchung in #279
- fix: rm unnecessary linearize in merge by @JanLewDev in #281
- feat: add replit base conf by @sfroment in #277
- impr: use object as set by @JanLewDev in #280
- feat: add watch cmd by @sfroment in #286
- fix: as value is an array we need to spread it otherwise the function being call will just receive an array by @sfroment in #285
- fix: browser->circuit->browser discovery upon 3.0.0 upgrade by @sfroment in #284
- feat(rpc): add reflection by @winprn in #287
Full Changelog: v0.4.0...v0.4.1
Release 0.4.0
- fix: don't panic on dial error; allow publishing to zero peers in pubsub (2a25fb0)
What's Changed
- Fixing vertex dependencies issue by @elielnfinic in #247
- feat: optimize linearization functions by @hoangquocvietuet in #226
- chore(deps-dev): bump vite from 5.4.10 to 6.0.0 by @dependabot in #269
- chore(docs): add new section by @winprn in #271
- fix: Inconsistency between CRO and its hashgraph by @magnified103 in #272
- refactor: codebase check by @d-roak in #261
- feat: add CROState to vertices; partial linearisation by @JanLewDev in #263
- chore: update bootstrap_peers in config by @winprn in #273
- chore(deps-dev): bump vite from 5.4.10 to 6.0.2 by @dependabot in #274
- feat: optimize compute vertex state by @trungnotchung in #275
- refactor: all test descriptions by @trungnotchung in #276
New Contributors
- @magnified103 made their first contribution in #272
Full Changelog: v0.3.1...v0.4.0
Release 0.4.0-2
- chore: add hook after release-it bump (39a77d0)
Full Changelog: v0.4.0-1...v0.4.0-2
Release 0.4.0-1
- ci: rm gh npm registry (25530a3)
Full Changelog: v0.4.0-0...v0.4.0-1
Release 0.4.0-0
- chore: minor network changes (8d407a6)
- ci: don't fail on alert the benchmark on push (eb4ab71)
- refactor: all test descriptions (#276) (3a45ee4)
- Update typedoc.json (f6b948d)
- Update README.md (e6a25cb)
- Update README.md (d7f5a2a)
- feat: optimize compute vertex state (#275) (2f6a6be)
- chore(deps-dev): bump vite from 5.4.10 to 6.0.2 (#274) (865a49a)
- chore: update bootstrap_peers in config (#273) (341c11b)
- feat: add CROState to vertices; partial linearisation (#263) (90d554e)
- refactor: codebase check (#261) (76d22c9)
- fix: Inconsistency between CRO and its hashgraph (#272) (58a076a)
- chore(docs): add new section (#271) (a402f01)
- chore(deps-dev): bump vite from 5.4.10 to 6.0.0 (#269) (5f41e75)
- feat: optimize linearization functions (#226) (5529f79)
- chore: rm el from codeowners (41eb7cf)
- Fixing vertex dependencies issue (#247) (e4a1ecf)
- chore: update lock and version (2c21707)
- chore: rm el from node package reviewing (ac1dba0)
- fix: paths on codeowners (59c4825)
- fix: paths on codeowners (16a21bd)
- chore: rm everyone from generic codeowner (59e1603)
- chore: split folders for code reviewers (2bf70db)
What's Changed
- Fixing vertex dependencies issue by @elielnfinic in #247
- feat: optimize linearization functions by @hoangquocvietuet in #226
- chore(deps-dev): bump vite from 5.4.10 to 6.0.0 by @dependabot in #269
- chore(docs): add new section by @winprn in #271
- fix: Inconsistency between CRO and its hashgraph by @magnified103 in #272
- refactor: codebase check by @d-roak in #261
- feat: add CROState to vertices; partial linearisation by @JanLewDev in #263
- chore: update bootstrap_peers in config by @winprn in #273
- chore(deps-dev): bump vite from 5.4.10 to 6.0.2 by @dependabot in #274
- feat: optimize compute vertex state by @trungnotchung in #275
- refactor: all test descriptions by @trungnotchung in #276
New Contributors
- @magnified103 made their first contribution in #272
Full Changelog: v0.3.1...v0.4.0-0
Release 0.3.1
- feat: add new bootstrap nodes; sort order for dialing discovered ma's (#246) (02a2e65)
- chore: rm oliver from codeowners (2fc751a)
- fix: lost of CRO context in
resolveConflicts
(#243) (dd7ce6a)
What's Changed
- fix: lost of CRO context in
resolveConflicts
by @cwkang1998 in #243 - feat: add new bootstrap nodes; sort order for dialing discovered ma's by @d-roak in #246
Full Changelog: v0.3.0...v0.3.1
Release 0.3.0
- refactor: change relay to bootstrap mode (#239) (ce69830)
- chore: fix oliver's id (2bedbc2)
- chore: fix CODEOWNERS (885a049)
- ci: change benchmark alert threshold to 130% (93cf24b)
- ci: change benchmark alert threshold to 110% (a9e772f)
- ci: change benchmark alert threshold to 50% (dc1a33d)
- ci: change cache retrieved on docs workflow (1b40c24)
- ci: change how cache is saved/restored (b1ac2b4)
- ci: use cache restore in the benchmark (05dc9b8)
- ci: save benchmark cache (269655d)
- ci: refactor perms and change output summaries (#237) (3f9eb32)
- ci: add pull request on the benchmark flow (#235) (d734865)
- chore: change the alert threshold for the benchmark (252ab53)
- chore: remove compose in favor of infra repo (34fd6f3)
- feat: initial benchmarking w/ page deployment (#234) (fb1a916)
What's Changed
- feat: initial benchmarking w/ page deployment by @d-roak in #234
- ci: add pull request on the benchmark flow by @d-roak in #235
- ci: refactor perms and change output summaries by @d-roak in #237
- refactor: change relay to bootstrap mode by @d-roak in #239
Full Changelog: v0.2.1...v0.3.0