Skip to content

Releases: algorandfoundation/algokit-subscriber-ts

v2.3.0-beta.1

23 Jan 05:13
71714e8
Compare
Choose a tag to compare
v2.3.0-beta.1 Pre-release
Pre-release

2.3.0-beta.1 (2025-01-23)

⚠ BREAKING CHANGES

    • SubscribedTransaction now extends algosdk.indexerModels.Transaction
  • TransactionInBlock was changed to align with SubscribedTransaction
    • The field blockTransaction was replaced with signedTxnWithAD
  • BlockData type was removed. algosdk.modelsv2.BlockResponse is now used instead
  • BlockTransaction and BlockInnerTransaction types were removed. algosdk.SignedTxnWithAD is now used instead
  • Many number fields are now bigint

chore

  • update example in the migration guide (#104) (71714e8)

Features

  • support heartbeat txn (69dd490)
  • upgrade to use algosdk v3 and util-ts v8 (f0ebfe5)
  • wip - replace EncodedTransaction with algosdk.Transaction (aedc089)

Bug Fixes

v2.2.0

17 Jan 05:28
c2ba16e
Compare
Choose a tag to compare

2.2.0 (2025-01-17)

Features

v2.2.0-beta.1

17 Jan 05:05
6069bde
Compare
Choose a tag to compare
v2.2.0-beta.1 Pre-release
Pre-release

2.2.0-beta.1 (2025-01-17)

Features

v2.1.0

04 Dec 02:23
6ab453e
Compare
Choose a tag to compare

2.1.0 (2024-12-04)

Features

v2.1.0-beta.1

04 Dec 01:05
655552f
Compare
Choose a tag to compare
v2.1.0-beta.1 Pre-release
Pre-release

2.1.0-beta.1 (2024-12-04)

Features

v2.0.5-beta.1

02 Dec 04:17
7973538
Compare
Choose a tag to compare
v2.0.5-beta.1 Pre-release
Pre-release

2.0.5-beta.1 (2024-12-02)

v2.0.4

01 Nov 06:49
6b8f2e0
Compare
Choose a tag to compare

2.0.4 (2024-11-01)

Bug Fixes

  • the transform logic for app call transaction (a3f948d)

v2.0.4-beta.2

01 Nov 06:04
42a3756
Compare
Choose a tag to compare
v2.0.4-beta.2 Pre-release
Pre-release

2.0.4-beta.2 (2024-11-01)

v2.0.4-beta.1

04 Sep 22:40
3765fb1
Compare
Choose a tag to compare
v2.0.4-beta.1 Pre-release
Pre-release

2.0.4-beta.1 (2024-09-04)

Bug Fixes

  • the transform logic for app call transaction (a3f948d)

v2.0.3

02 Aug 02:37
9f943a7
Compare
Choose a tag to compare

2.0.3 (2024-08-02)

Bug Fixes

  • correct program encoding in application transactions (#96) (b014493)