This repository was archived by the owner on Jul 25, 2024. It is now read-only.
Releases: ProjectLibertyLabs/graph-service
Releases · ProjectLibertyLabs/graph-service
v0.11.0
What's Changed
- feat: update GET webhooks endpoint by @JoeCap08055 in #114
- feat: add operation-specific webhook for graph change requests by @JoeCap08055 in #119
- Bump typescript-eslint from 7.9.0 to 7.16.1 by @dependabot in #120
- Bump @nestjs/cli from 10.3.2 to 10.4.2 by @dependabot in #107
- Bump @nestjs/testing from 10.3.8 to 10.3.10 by @dependabot in #110
- Bump multiformats from 9.9.0 to 13.1.3 by @dependabot in #108
Full Changelog: v.0.10.1...v0.11.0
v0.10.1
What's Changed
- fix: pending extrinsic monitoring and capacity accounting by @JoeCap08055 in #112
Full Changelog: v.0.10.0...v0.10.1
v0.10.0
What's Changed
- fix: bump GH action versions for Node.js 20.x by @JoeCap08055 in #56
- Update publishing pages by @wilwade in #59
- update, lint, fix by @saraswatpuneet in #68
- Removes the use of ci-base-image for releases by @wilwade in #67
- graph service readme updated using template by @claireolmstead in #80
- Update to correct graph env for docker environment by @wilwade in #82
- Bump ws from 5.2.3 to 5.2.4 in the npm_and_yarn group by @dependabot in #88
- Bump ws from 5.2.3 to 5.2.4 in /apps/api/test/setup in the npm_and_yarn group across 1 directory by @dependabot in #89
- feat: first pass at bootstrapping k6 load tests by @JoeCap08055 in #81
- Standardizing API by @wilwade in #95
- Import updates and lint by @JoeCap08055 in #99
- feat: rework webhook endpoints by @JoeCap08055 in #100
New Contributors
- @wilwade made their first contribution in #59
- @claireolmstead made their first contribution in #80
- @dependabot made their first contribution in #88
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- feat: sync env vars and docs for Gateway services by @JoeCap08055 in #54
- fix: standardize Docker containers and containerized start-up by @JoeCap08055 in #55
New Contributors
- @JoeCap08055 made their first contribution in #54
Full Changelog: v0.0.2-rc3...v0.9.0
v0.0.2-rc3
What's Changed
- use published docker image for test env by @saraswatpuneet in #49
- Localized setup for graph service for ease of test by @saraswatpuneet in #50
- handle stale hash for back to back same user jobs by @saraswatpuneet in #47
Full Changelog: v0.0.2-rc2...v0.0.2-rc3
v0.0.2-rc2
Full Changelog: v0.0.2-rc1...v0.0.2-rc2
Graph Service initial pre release
What's Changed
- Scaffolding by @saraswatpuneet in #6
- Add API definitions and placeholder endpoints, set swagger and deploy to gh pages by @saraswatpuneet in #12
- Graph change request processor and worker module by @saraswatpuneet in #15
- add graph publisher, responsible to send updates to stateful storage by @saraswatpuneet in #16
- add graph change tx monitor/notifier by @saraswatpuneet in #18
- [CHORE] rename notifier processor by @saraswatpuneet in #19
- Optional reconnection service by @saraswatpuneet in #20
- add provider webhook service to reterive user graphs/keys when reconn… by @saraswatpuneet in #22
- base work for debouncer and some refactoring by @saraswatpuneet in #23
- Add in redis list of endpoints watching for dsnp graph change by @saraswatpuneet in #24
- reconnection service: process and queue graph update request job by @saraswatpuneet in #25
- add graph state manager to be used by request processor by @saraswatpuneet in #27
- Process graph change request to exported bundles by @saraswatpuneet in #28
- add processor for monitor by @saraswatpuneet in #29
- send a generic graph change notification to registered webhooks by @saraswatpuneet in #30
- Get graph(s) endpoint by @saraswatpuneet in #31
- minor fixes to request processor by @saraswatpuneet in #32
- chore: set some basic queue settings to modules by @saraswatpuneet in #33
- Graph change processor updates by @mattheworris in #26
- setup for e2e tests by @saraswatpuneet in #36
- Add e2e tests for get graph by @saraswatpuneet in #38
- Add disconnecting action to API by @saraswatpuneet in #39
- E2E test for disconnection by @saraswatpuneet in #41
- add e2e test for bidrectional connection request by @saraswatpuneet in #42
- feat: Add 'DeletePage' case to GraphUpdatePublisherService by @mattheworris in #43
- feat: Add capacity limit configuration and pause/resume publish queue by @mattheworris in #37
New Contributors
- @mattheworris made their first contribution in #26
Full Changelog: https://github.com/AmplicaLabs/graph-service/commits/v0.0.2-rc1