Releases: sentioxyz/sentio-sdk
Releases · sentioxyz/sentio-sdk
v2.41.0
@sentio/cli-v2.20.0
v2.40.1
2.40.1 (2024-07-27)
Bug Fixes
- build: update semantic release version (#908) (780eb60)
- cli: enable template for starknet (#905) (e964ac2)
- db: don't gen entity class if class has no entity annotation (#900) (406ff7d)
- sdk: fix state mutability (#901) (51942ce)
- sdk: fix tuple (#903) (760dc16)
- sdk: fix tuple encoding (#899) (9850237)
- sdk: fix tuple member type (#902) (6cb36a3)
- sdk: variable in codegen can be conflicted (#897) (8a905b2)
Internal
@sentio/cli-v2.19.1
v2.40.0
2.40.0 (2024-07-17)
Features
- aptos: add movment chain ids and supports (#892) (9dbf34b)
- sdk: fetch eth calls in advance (#846) (4a9a354)
Bug Fixes
- cli: list @sentio/graph-cli as dependency in published package (#816) (aaf866e)
- cli: typecheck before bundle (#891) (c95e38e)
- db: add "has all" & "has any" op to array field (#821) (6ff0454)
- db: add "like" op to string field & constraint type for filters (#819) (255b8cc)
- db: fix undefined promise (#839) (93e2a95)
- db: reject all db promise when context is closed (#822) (57b29fa)
- m2: codegen fix for m2 (#895) (c51bac5)
- sdk: add preprocess in global processor (#889) (260baad)
- sdk: add some log (#863) (3c895fe)
- sdk: do not bundle sdk (#858) (9b75c6b)
- sdk: fix abi (#850) (96299ce)
- sdk: fix block number format (#860) (0df9b75)
- sdk: fix missing context (#859) (77cb9b9)
- sdk: fix preprocess (#890) (3120ca8)
- sdk: make ctx.trace accessible (#820) (b8d9109)
- sdk: mark runtime as external (#857) (526da24)
- sdk: pass eth calls in service (#861) (92efb41)
- sdk: prepared eth calls dropped before used (#862) (8913872)
- sdk: throw abi error in event handler (#836) (feff6a5)
- sdk: try fix error when adding sdk (#852) (af78163)
- sdk: try fix error when adding sdk (#853) (c028ad0)
- sdk: try fix processor init (#855) (7d7ab70)
- sdk: try fix publish (#854) (93095e7)
- starknet: fix starknet chain id (#894) (7df20ef)
Internal
- aptos: add m1 chain id (#876) (7cf285f)
- aptos: update m2 testnet rpc url (#896) (4f2380c)
- cli: make sentio.yaml optional for graph deploy (#818) (7742eeb)
- cli: support sui in sentio create command (#817) (393d219)
- cli: use the current cli version when creating from template (#883) (c86ae74)
- db: add metric for batched upserts (#838) (59b162c)
- db: add page size (#815) (b065d65)
- db: add timeout to db request (#824) (7fa56c0)
- db: add timeout to db request (#826) (d33cd0b)
- db: allow "sparse" on @entity (#843) (4b025a1)
- db: await pending requests before finish processBinding (#881) (751cf29)
- db: fix batch upsert time metrics (#879) (3dfea7c)
- db: fix db metric name (#875) (782f4eb)
- db: increase db list timeout (#873) (f49e942)
- db: local cache for db store (#866) (c52ddf5)
- db: print list cursor (#827) (c5ffcb5)
- db: print metric stats (#867) (d3ad97a)
- db: print out error, remove some debug logs (#870) (023d1ba)
- db: print out send recv stats (#832) (4281595)
- db: print out send recv stats (#833) (597de4e)
- db: print out send recv stats (#834) (ba08b81)
- db: re-implement the store batch upsert (#837) (de0fed0)
- db: remove info logs, use opentelemetry to record metrics (#835) ([74a3119](https://github.com...
@sentio/cli-v2.19.0
@sentio/cli-v2.19.0 (2024-07-17)
Features
Bug Fixes
- cli: list @sentio/graph-cli as dependency in published package (#816) (aaf866e)
- cli: typecheck before bundle (#891) (c95e38e)
- m2: codegen fix for m2 (#895) (c51bac5)
- starknet: fix starknet chain id (#894) (7df20ef)
Internal
- aptos: update m2 testnet rpc url (#896) (4f2380c)
- cli: make sentio.yaml optional for graph deploy (#818) (7742eeb)
- cli: support sui in sentio create command (#817) (393d219)
- cli: use the current cli version when creating from template (#883) (c86ae74)
- deps: upgrade to eslint9 (#878) (0a7b5dd)
- starknet: codegen for starknet (#877) (70efdfb)
v2.39.6
v2.39.5
v2.39.4
2.39.4 (2024-06-23)
Bug Fixes
Internal
- cli: fix execStep for windows (#797) (87f863f)
- cli: fix templates/fuel/tsconfig.json (#795) (79698ba)
- cli: upload sourcemap in graph deploy (#804) (5838140)
- db: add batch count arg & default disabled (#798) (ec9c455)
- db: add processId to db request (#800) (b576a35)
- db: apply new proto with entityname (#802) (3cb7126)
- db: async interator of db list (#794) (7af1c3a)
- db: change console.debug to console.info temp for debugging (#806) (40cc20d)
- db: cleanup codes (#805) (6edc797)
- db: fix bigdecimal exp according to go lib (#799) (df14280)
- db: print out error for debug (#803) (ddb35a5)
- db: refactor db codegen (#801) (f1c89f3)
- db: rename DateTime to Timestamp (#796) (03b3a54)
- sdk: list api return promise array, while keep listIterator (#808) (b76d419)
- sdk: unknow price should return undefined and show more error … (#809) (466be3b)