Releases: sentioxyz/sentio-sdk
Releases · sentioxyz/sentio-sdk
v2.49.1
2.49.1 (2024-11-24)
Bug Fixes
- cli: exit when graph-cli failed (#1054) (7cddc9a)
- entity: entity filter
xx != []
should set to { field, op: '!=' , [{ listValue: [] }] } (#1056) (9e79402)
- sdk: dynamically import dotenv in tsup.config.ts (#1055) (ee6a787)
Internal
v2.49.0
2.49.0 (2024-11-21)
Features
- cli: inline env vars from .env in sentio build (#1051) (32be630)
Bug Fixes
Internal
- fuel: try ignore the error if tx contains log cant be decoded … (#1052) (84d3bcd)
@sentio/cli-v2.22.0
Features
- cli: inline env vars from .env in sentio build (#1051) (32be630)
Bug Fixes
v2.48.2
2.48.2 (2024-11-20)
Internal
- cli: confirm before overwrite existing processor version (#1048) (76e97c1)
- cli: support continue-from option in graph deploy command (#1047) (9a1eeff)
- fuel: add more types from fuel sdk in codegen (#1049) (a6bdca4)
- runtime: compatible with raw aptos message (#1050) (61fe317)
@sentio/cli-v2.21.10
Internal
- cli: confirm before overwrite existing processor version (#1048) (76e97c1)
- cli: support continue-from option in graph deploy command (#1047) (9a1eeff)
v2.48.1
2.48.1 (2024-11-17)
Bug Fixes
- logger: log avoid circular referenced object (#1046) (8888d03)
- runtime: prevent duplicate registration in otlp (#1045) (2a3ab3d)
v2.48.0
2.48.0 (2024-11-16)
Features
- aptos: compatible with raw transation data (#1044) (4779d57)
Internal
- action: add Action-Route in response header (#1043) (974b484)
v2.47.0
2.47.0 (2024-11-14)
Features
Bug Fixes
Internal