Skip to content

Releases: algorandfoundation/algokit-subscriber-ts

v2.0.0-beta.2

05 Jul 06:58
4ad381d
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2024-07-05)

Features

  • add additional data to block metadata (#84) (1633a09)

BREAKING CHANGES

  • timestamp in BlockMetadata is now an epoch seconds number, rather than an ISO8601 string to match other timestamps.
  • hash and previousBlockHash in BlockMetadata are now base64 encoded strings, rather than base32 encoded strings. This matches the format used in the indexer api.

v1.5.0-beta.1

05 Jul 06:10
1633a09
Compare
Choose a tag to compare
v1.5.0-beta.1 Pre-release
Pre-release

1.5.0-beta.1 (2024-07-05)

Features

  • add additional data to block metadata (#84) (1633a09)

v1.4.0

21 Jun 04:17
3a84521
Compare
Choose a tag to compare

1.4.0 (2024-06-21)

Features

  • Added startingWatermark to PollResult (#79) (2baacd7)
  • adding onError method to AlgorandSubscriber (#80) (f3e8c13)

v1.4.0-beta.1

21 Jun 03:56
2baacd7
Compare
Choose a tag to compare
v1.4.0-beta.1 Pre-release
Pre-release

1.4.0-beta.1 (2024-06-21)

Features

  • Added startingWatermark to PollResult (#79) (2baacd7)
  • adding onError method to AlgorandSubscriber (#80) (f3e8c13)

v1.3.1

13 Jun 13:26
0bc7d76
Compare
Choose a tag to compare

1.3.1 (2024-06-13)

Bug Fixes

  • handle close account pay transactions which may not have a rcv address (#77) (86532a5)

v1.3.1-beta.2

13 Jun 12:17
86532a5
Compare
Choose a tag to compare
v1.3.1-beta.2 Pre-release
Pre-release

1.3.1-beta.2 (2024-06-13)

Bug Fixes

  • handle close account pay transactions which may not have a rcv address (#77) (86532a5)

v1.3.1-beta.1

06 Jun 00:56
ca254ae
Compare
Choose a tag to compare
v1.3.1-beta.1 Pre-release
Pre-release

1.3.1-beta.1 (2024-06-06)

v1.3.0

05 Jun 17:11
ce535f4
Compare
Choose a tag to compare

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)

v1.3.0-beta.8

05 Jun 16:13
70cb827
Compare
Choose a tag to compare
v1.3.0-beta.8 Pre-release
Pre-release

1.3.0-beta.8 (2024-06-05)

Bug Fixes

  • correctly handle when hgi field isn't set (#75) (70cb827)

v1.3.0-beta.7

05 Jun 03:50
0aaf333
Compare
Choose a tag to compare
v1.3.0-beta.7 Pre-release
Pre-release

1.3.0-beta.7 (2024-06-05)

Bug Fixes

  • some asset opt out transactions fail to decode (b5fe9bc)