Skip to content

Releases: algorandfoundation/algokit-subscriber-ts

v1.3.0-beta.6

23 May 14:30
799f614
Compare
Choose a tag to compare
v1.3.0-beta.6 Pre-release
Pre-release

1.3.0-beta.6 (2024-05-23)

Bug Fixes

  • prevent double status calls when calling pollOnce (#70) (799f614)

v1.3.0-beta.5

22 May 04:46
796bcc0
Compare
Choose a tag to compare
v1.3.0-beta.5 Pre-release
Pre-release

1.3.0-beta.5 (2024-05-22)

Features

  • account for asset destroy balance changes (#69) (796bcc0)

v1.3.0-beta.4

17 May 10:11
683377a
Compare
Choose a tag to compare
v1.3.0-beta.4 Pre-release
Pre-release

1.3.0-beta.4 (2024-05-17)

Features

  • account for balanced changes related to creating and asset (9193197)

v1.3.0-beta.3

19 Apr 08:23
86bd014
Compare
Choose a tag to compare
v1.3.0-beta.3 Pre-release
Pre-release

1.3.0-beta.3 (2024-04-19)

Bug Fixes

  • align to indexer note handling for algod fetched transactions (dc00609)
  • call poll subscription before storing watermark (a8fffd2)

v1.3.0-beta.2

15 Apr 06:50
709e593
Compare
Choose a tag to compare
v1.3.0-beta.2 Pre-release
Pre-release

1.3.0-beta.2 (2024-04-15)

Bug Fixes

v1.3.0-beta.1

04 Apr 15:27
6221b2a
Compare
Choose a tag to compare
v1.3.0-beta.1 Pre-release
Pre-release

1.3.0-beta.1 (2024-04-04)

Features

  • Added block metadata to subscription result (56df794)

v1.2.0

03 Apr 03:12
c7a61b9
Compare
Choose a tag to compare

1.2.0 (2024-04-03)

Features

  • Added customFilter option as escape hatch (72f26c4)
  • Added partial OR logic for type, sender, receiver, appId and assetId (6b454b2)
  • Calculate and allow subscription based on balance changes of ASAs and algos (d9248c8)

Bug Fixes

  • Fixed problems with incorrect handling of clawback asset transfers (0d04450)
  • Resolved bug in indexer pre-filtering being too aggressive related to minAmount and maxAmount (57f70f9)
  • Solving a exception when an abort signal is sent that was intermittently leaking out in tests (608482f)
  • Support asset totals > 53-bit (2ff8768)

Dependencies and Other Build Updates

v1.2.0-beta.3

03 Apr 03:00
Compare
Choose a tag to compare
v1.2.0-beta.3 Pre-release
Pre-release

1.2.0-beta.3 (2024-04-03)

Features

  • Added partial OR logic for type, sender, receiver, appId and assetId (6b454b2)

Bug Fixes

  • Resolved bug in indexer pre-filtering being too aggressive related to minAmount and maxAmount (57f70f9)
  • Support asset totals > 53-bit (2ff8768)

Dependencies and Other Build Updates

v1.2.0-beta.2

25 Mar 09:59
e5a31c6
Compare
Choose a tag to compare
v1.2.0-beta.2 Pre-release
Pre-release

1.2.0-beta.2 (2024-03-25)

Features

  • Added customFilter option as escape hatch (72f26c4)

v1.2.0-beta.1

25 Mar 09:50
Compare
Choose a tag to compare
v1.2.0-beta.1 Pre-release
Pre-release

1.2.0-beta.1 (2024-03-25)

Features

  • Calculate and allow subscription based on balance changes of ASAs and algos (d9248c8)

Bug Fixes

  • Fixed problems with incorrect handling of clawback asset transfers (0d04450)
  • Solving a exception when an abort signal is sent that was intermittently leaking out in tests (608482f)