Releases: algorandfoundation/algokit-subscriber-ts
Releases · algorandfoundation/algokit-subscriber-ts
v2.0.0-beta.2
2.0.0-beta.2 (2024-07-05)
Features
BREAKING CHANGES
timestamp
inBlockMetadata
is now an epoch seconds number, rather than an ISO8601 string to match other timestamps.hash
andpreviousBlockHash
inBlockMetadata
are now base64 encoded strings, rather than base32 encoded strings. This matches the format used in the indexer api.
v1.5.0-beta.1
v1.4.0
v1.4.0-beta.1
1.4.0-beta.1 (2024-06-21)
Features
v1.3.1
v1.3.1-beta.2
1.3.1-beta.2 (2024-06-13)
Bug Fixes
v1.3.1-beta.1
1.3.1-beta.1 (2024-06-06)
v1.3.0
1.3.0 (2024-06-05)
Features
- account for asset destroy balance changes (#69) (796bcc0)
- account for balanced changes related to creating and asset (9193197)
- Added block metadata to subscription result (56df794)
Bug Fixes
- a few issues (#49) (709e593)
- align to indexer note handling for algod fetched transactions (dc00609)
- call poll subscription before storing watermark (a8fffd2)
- correctly handle when hgi field isn't set (#75) (70cb827)
- prevent double status calls when calling pollOnce (#70) (799f614)
- some asset opt out transactions fail to decode (b5fe9bc)