Releases: topology-foundation/ts-drp
Releases · topology-foundation/ts-drp
Release 0.7.0
- fix: wrong reference on ts-config (#413) (70fda2e)
- fix: breaking cli; add run test (#411) (714fdcb)
- feat: change pubsub disc interval; allow it to be custom; use autonat only on bootstrap (#409) (00ff27d)
- refactor: replace eslintrc with latest config format (#408) (beab5b7)
- fix: fix eslint error messages (#403) (b7bd0bc)
- feat: setup eslint (#397) (827b6a9)
- Feat: add flamegraph (#391) (033c788)
- feat: add README.md for tracer (#392) (6867eea)
- feat: enable PX (#363) (6ef9204)
- improv: DRPObject creation and restructuring (#368) (76cea36)
- feat: add unsubscribe function (#388) (85f115e)
- chore(deps-dev): bump vite from 6.0.5 to 6.0.9 in the npm_and_yarn group (#390) (e1303c3)
- fix: add apply operation error handler (#383) (03fa9b7)
- feat: add tracer (#380) (44ef44b)
What's Changed
- feat: add tracer by @sfroment in #380
- fix: add apply operation error handler by @hoangquocvietuet in #383
- chore(deps-dev): bump vite from 6.0.5 to 6.0.9 in the npm_and_yarn group by @dependabot in #390
- feat: add unsubscribe function by @sfroment in #388
- improv: DRPObject creation and restructuring by @d-roak in #368
- feat: enable PX by @sfroment in #363
- feat: add README.md for tracer by @sfroment in #392
- Feat: add flamegraph by @anhnd350309 in #391
- feat: setup eslint by @trungnotchung in #397
- fix: fix eslint error messages by @d-roak in #403
- refactor: replace eslintrc with latest config format by @d-roak in #408
- feat: change pubsub disc interval; allow it to be custom; use autonat only on bootstrap by @d-roak in #409
- fix: breaking cli; add run test by @d-roak in #411
- fix: wrong reference on ts-config by @d-roak in #413
Full Changelog: v0.6.1...v0.7.0
Release 0.6.1
What's Changed
- fix: do not broadcast empty signature set by @magnified103 in #374
Full Changelog: v0.6.0...v0.6.1
Release 0.6.0
- feat: add new map blueprint (#342) (adf3f9a)
- feat: finality with bls signature approach (#314) (8b822ef)
- feat: move ACL from inside DRP to outside DRPObject (#318) (21f9e3d)
- improv: add node functions (#357) (b4efc7b)
- Improv: update operation value (#355) (cc45067)
What's Changed
- Improv: update operation value by @trungnotchung in #355
- improv: add node functions by @winprn in #357
- feat: move ACL from inside DRP to outside DRPObject by @anhnd350309 in #318
- feat: finality with bls signature approach by @magnified103 in #314
- feat: add new map blueprint by @trungnotchung in #342
Full Changelog: v0.5.3...v0.6.0
Release 0.5.3
- improv: add more functions for node interaction (#352) (e4993d0)
- fix: disable floodsub (#350) (bf595d7)
- chore: add dung to codeowners (6ad40a1)
- fix: wrong initial bitset size (#349) (ff657ad)
- chore: add man and oliver to codeowners (eb33885)
What's Changed
- fix: wrong initial bitset size by @magnified103 in #349
- fix: disable floodsub by @sfroment in #350
- improv: add more functions for node interaction by @winprn in #352
Full Changelog: v0.5.2...v0.5.3
Release 0.5.2
- fix: readd both bootstrap peers with wss (427958a)
Full Changelog: v0.5.1...v0.5.2
Release 0.5.1
- feat: update signature type (#325) (c62d3c9)
- fix: es-toolkit is a dependency not a dev one (#347) (3473e12)
What's Changed
- fix: es-toolkit is a dependency not a dev one by @sfroment in #347
- feat: update signature type by @trungnotchung in #325
Full Changelog: v0.5.0...v0.5.1
Release 0.5.0
- improv: add biome rules and apply them (#341) (47f07ed)
- fix: set max reservation to infinity and change topic weight (#333) (fd6b5cd)
- fix: run node test in ci (#334) (04494a1)
- fix: ip colocation weight to 0 (#340) (0578082)
- deps: upgrade libp2p/ping to 2.0.11 (#339) (9be55c7)
- fix: sign vertices before sending (#337) (8ee5907)
- improve: add more RPC endpoints (#321) (cc7a0d8)
- feat: add ping protocol to avoid connection monitor log (#335) (5fc5269)
- feat: remove operations array from the DRP (#292) (6c23494)
- chore: add kiwi to codeowners (e9f77bf)
- chore: fix wrong command in README (0e817b2)
- deps: bump libp2p/websockets to 9.1.1 (#322) (730ac9e)
- feat: check writer permission before merging (#303) (155f976)
- feat: use Kahn's algorithm for finding toposort (#312) (ce3277b)
- feat: handle acl operations (#311) (79133d0)
- chore(deps): bump commander from 12.1.0 to 13.0.0 (#308) (1beba5e)
- feat: add timestamp to vertex (#288) (b2a0f38)
- fix: sign vertex hash instead of vertex operation (#300) (4220e72)
- feat: add coverage (#290) (87bb515)
- refactor: change nodeId to peerId (#298) (d6e3dfa)
- fix: deep cloning state and original drp (#296) (89454ae)
- fix: enable temporarily just bootstray2 (4bce724)
What's Changed
- fix: deep cloning state and original drp by @JanLewDev in #296
- refactor: change nodeId to peerId by @trungnotchung in #298
- feat: add coverage by @anhnd350309 in #290
- fix: sign vertex hash instead of vertex operation by @trungnotchung in #300
- feat: add timestamp to vertex by @magnified103 in #288
- chore(deps): bump commander from 12.1.0 to 13.0.0 by @dependabot in #308
- feat: handle acl operations by @trungnotchung in #311
- feat: use Kahn's algorithm for finding toposort by @winprn in #312
- feat: check writer permission before merging by @trungnotchung in #303
- deps: bump libp2p/websockets to 9.1.1 by @d-roak in #322
- feat: remove operations array from the DRP by @JanLewDev in #292
- feat: add ping protocol to avoid connection monitor log by @sfroment in #335
- improve: add more RPC endpoints by @winprn in #321
- fix: sign vertices before sending by @trungnotchung in #337
- deps: upgrade libp2p/ping to 2.0.11 by @sfroment in #339
- fix: ip colocation weight to 0 by @sfroment in #340
- fix: run node test in ci by @sfroment in #334
- fix: set max reservation to infinity and change topic weight by @sfroment in #333
- improv: add biome rules and apply them by @winprn in #341
New Contributors
- @anhnd350309 made their first contribution in #290
Full Changelog: v0.4.4...v0.5.0
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