Releases: topology-foundation/ts-drp
Releases · topology-foundation/ts-drp
Release 0.2.1
- feat: fix root hash, add DAG testcases, DFS function (#220) (a89a50f)
- #213 integrate dotenv for environment variable management (#215) (fe9d267)
What's Changed
- refactor: reuse protobuf Vertex definition by @cwkang1998 in #164
- chore(deps-dev): bump tsx from 4.19.0 to 4.19.1 by @dependabot in #165
- deps: bump libp2p 2.0.2 by @d-roak in #171
- chore(deps): bump @thi.ng/random from 4.0.3 to 4.0.4 by @dependabot in #180
- chore(deps-dev): bump vitest from 2.0.5 to 2.1.1 by @dependabot in #177
- fix: canvas example; pubsub topic discovery v11.0.0 alternative by @d-roak in #186
- feat: RPC server for node while running in server mode by @d-roak in #170
- chore(deps): bump the npm_and_yarn group with 3 updates by @dependabot in #187
- chore(deps): bump @thi.ng/random from 4.0.4 to 4.1.0 by @dependabot in #189
- deps: libp2p bump by @d-roak in #193
- chore(deps): bump @libp2p/interface from 2.1.2 to 2.1.3 by @dependabot in #195
- chore(deps): bump @grpc/grpc-js from 1.12.0 to 1.12.2 by @dependabot in #196
- chore(deps-dev): bump vite from 5.4.8 to 5.4.9 by @dependabot in #197
- chore(deps): bump ts-proto from 2.2.3 to 2.2.4 by @dependabot in #201
- chore(deps): bump @libp2p/crypto from 5.0.4 to 5.0.5 by @dependabot in #202
- chore(deps): bump @libp2p/mdns from 11.0.7 to 11.0.8 by @dependabot in #203
- improv: local bootstrap node set up w/ example by @elielnfinic in #200
- Fixing relay server not running on bootstrap node by @elielnfinic in #209
- #204 fix: BFS implementation by @trungnotchung in #208
- fix: double vertex only declare once by @sfroment in #205
- ci: add buf registry deploy on the ci by @d-roak in #216
- feat: logging package by @winprn in #206
- refactor: change node proto and add it to the registry by @d-roak in #224
- ci: buf registry publish by @d-roak in #223
- ci: buf registry by @d-roak in #225
- #213 integrate dotenv for environment variable management by @trungnotchung in #215
- feat: fix root hash, add DAG testcases, DFS function by @hoangquocvietuet in #220
New Contributors
- @cwkang1998 made their first contribution in #164
- @elielnfinic made their first contribution in #200
- @trungnotchung made their first contribution in #208
- @winprn made their first contribution in #206
- @hoangquocvietuet made their first contribution in #220
Full Changelog: v0.2.0...v0.2.1
Release 0.2.1-4
- ci: inherit secrets from workflow (d4a7582)
Full Changelog: v0.2.1-3...v0.2.1-4
Release 0.2.1-3
- fix: drop username from the command (9dde1a9)
Full Changelog: v0.2.1-2...v0.2.1-3
Release 0.2.1-2
- fix: run manually the commands for buf (a083b4d)
Full Changelog: v0.2.1-1...v0.2.1-2
Release 0.2.1-1
- ci: buf registry (#225) (0ddcac8)
- ci: buf registry publish (#223) (cbca526)
- refactor: change node proto and add it to the registry (#224) (3dee126)
- chore: add el to codeowners (c59081a)
- chore: add codeowners file (c74e3c7)
- chore: run dependabot daily and just update for major versions (8b1313e)
- feat: logging package (#206) (25e8f24)
What's Changed
- feat: logging package by @winprn in #206
- refactor: change node proto and add it to the registry by @d-roak in #224
- ci: buf registry publish by @d-roak in #223
- ci: buf registry by @d-roak in #225
New Contributors
Full Changelog: v0.2.1-0...v0.2.1-1
Release 0.2.1-0
- ci: add buf registry deploy on the ci (#216) (a74fa9f)
- fix: double vertex only declare once (#205) (0228b1b)
- #204 fix: BFS implementation (#208) (81b7de2)
- Fixing relay server not running on bootstrap node (#209) (965e534)
- improv: local bootstrap node set up w/ example (#200) (742ea7f)
- chore(deps): bump @libp2p/mdns from 11.0.7 to 11.0.8 (#203) (1abdbae)
- chore(deps): bump @libp2p/crypto from 5.0.4 to 5.0.5 (#202) (39ab8b1)
- chore(deps): bump ts-proto from 2.2.3 to 2.2.4 (#201) (d7cc423)
- chore(deps-dev): bump vite from 5.4.8 to 5.4.9 (#197) (5bb7a6b)
- chore(deps): bump @grpc/grpc-js from 1.12.0 to 1.12.2 (#196) (791ae5b)
- chore(deps): bump @libp2p/interface from 2.1.2 to 2.1.3 (#195) (80ee642)
- fix: fix wrong return message for rpc unsubscribe (6f0f918)
- deps: libp2p bump (#193) (0cfee7f)
- chore(deps): bump @thi.ng/random from 4.0.4 to 4.1.0 (#189) (3af1a3f)
- chore(deps): bump the npm_and_yarn group with 3 updates (#187) (8da1f2d)
- feat: RPC server for node while running in server mode (#170) (2aed724)
- fix: canvas example; pubsub topic discovery v11.0.0 alternative (#186) (21c32e4)
- chore(deps-dev): bump vitest from 2.0.5 to 2.1.1 (#177) (23d0718)
- chore(deps): bump @thi.ng/random from 4.0.3 to 4.0.4 (#180) (6559f4c)
- deps: bump libp2p 2.0.2 (#171) (9e6b8a5)
- chore(deps-dev): bump tsx from 4.19.0 to 4.19.1 (#165) (b2a720c)
- refactor: reuse protobuf Vertex definition (#164) (552b561)
- chore: bump version; enable devToolsMetrics (d2a3a8d)
What's Changed
- refactor: reuse protobuf Vertex definition by @cwkang1998 in #164
- chore(deps-dev): bump tsx from 4.19.0 to 4.19.1 by @dependabot in #165
- deps: bump libp2p 2.0.2 by @d-roak in #171
- chore(deps): bump @thi.ng/random from 4.0.3 to 4.0.4 by @dependabot in #180
- chore(deps-dev): bump vitest from 2.0.5 to 2.1.1 by @dependabot in #177
- fix: canvas example; pubsub topic discovery v11.0.0 alternative by @d-roak in #186
- feat: RPC server for node while running in server mode by @d-roak in #170
- chore(deps): bump the npm_and_yarn group with 3 updates by @dependabot in #187
- chore(deps): bump @thi.ng/random from 4.0.4 to 4.1.0 by @dependabot in #189
- deps: libp2p bump by @d-roak in #193
- chore(deps): bump @libp2p/interface from 2.1.2 to 2.1.3 by @dependabot in #195
- chore(deps): bump @grpc/grpc-js from 1.12.0 to 1.12.2 by @dependabot in #196
- chore(deps-dev): bump vite from 5.4.8 to 5.4.9 by @dependabot in #197
- chore(deps): bump ts-proto from 2.2.3 to 2.2.4 by @dependabot in #201
- chore(deps): bump @libp2p/crypto from 5.0.4 to 5.0.5 by @dependabot in #202
- chore(deps): bump @libp2p/mdns from 11.0.7 to 11.0.8 by @dependabot in #203
- improv: local bootstrap node set up w/ example by @elielnfinic in #200
- Fixing relay server not running on bootstrap node by @elielnfinic in #209
- #204 fix: BFS implementation by @trungnotchung in #208
- fix: double vertex only declare once by @sfroment in #205
- ci: add buf registry deploy on the ci by @d-roak in #216
New Contributors
- @cwkang1998 made their first contribution in #164
- @elielnfinic made their first contribution in #200
- @trungnotchung made their first contribution in #208
Full Changelog: v0.2.0...v0.2.1-0
Release 0.2.0
- example: grid world (#159) (6dbb8f9)
- chore: remove crdt package; add blueprints package (#162) (7d36330)
- fix: hg deps bug (#161) (6b80e2f)
- feat: reduce action type for the hashgraph (#132) (6198600)
What's Changed
- feat: reduce action type for the hashgraph by @JanLewDev in #132
- fix: hg deps bug by @d-roak in #161
- chore: remove crdt package; add blueprints package by @d-roak in #162
- example: grid world by @guiltygyoza in #159
New Contributors
- @guiltygyoza made their first contribution in #159
Full Changelog: v0.1.1...v0.2.0
Release 0.1.1
Release 0.1.1-3
- chore: add workspaces in package.json; update version; update pnpm-lock (e33a5bb)
Full Changelog: v0.1.1-2...v0.1.1-3
Release 0.1.1-2
- fix: use npm to publish instead pnpm (32bd190)
Full Changelog: v0.1.1-1...v0.1.1-2