Skip to content

Releases: PolymeshAssociation/polymesh-sdk

v27.0.0-alpha.3

26 Nov 06:23
6acdfed
Compare
Choose a tag to compare
v27.0.0-alpha.3 Pre-release
Pre-release

27.0.0-alpha.3 (2024-11-26)

Features

  • 🎸 skip RPC version check (6acdfed)

v27.0.0-alpha.2

22 Nov 12:44
7978957
Compare
Choose a tag to compare
v27.0.0-alpha.2 Pre-release
Pre-release

27.0.0-alpha.2 (2024-11-22)

Features

  • 🎸 allow modification of assetType (309a929)

v27.0.0-alpha.1

21 Nov 21:14
dbaa015
Compare
Choose a tag to compare
v27.0.0-alpha.1 Pre-release
Pre-release

27.0.0-alpha.1 (2024-11-21)

Features

  • 🎸 Retrieve instruction info from middleware(if available) (7a13bab)

BREAKING CHANGES

  • 🧨 Methods in the Instruction entity that retrieve information from the
    chain were updated to use middleware for fetching data, when available. If middleware is
    unavailable, the methods will continue to fetch data directly from the chain.
    The following methods were modified with this logic: details, getAffirmations, getLegs,
    getMediators, getOffChainAffirmations, getOffChainAffirmationForLeg.
    When querying via middleware, these methods will now throw an error in the following cases:
    a. If the instruction does not exist.
    b.If the instruction data has not yet been processed by the middleware.
    Also, the pagination options for getAffirmations and getLegs now supports
    MiddlewarePaginationOptions as well (when querying via middleware)

v26.2.0

14 Nov 22:45
3cc570a
Compare
Choose a tag to compare

26.2.0 (2024-11-14)

Bug Fixes

  • 🐛 Handle multiSig signer key in account.getPermissions (7728c68)

Features

  • 🎸 adds initial Jenkinsfile, for transitioning to jenkins artifact builds (436f319)
  • 🎸 bump polymesh types package (1ab046a)
  • 🎸 enable unscoped custom claims and fix get scopes (3eeb180)
  • 🎸 Support subsidized batches (b5f6f02)
  • 🎸 update supported polymesh private versions (ddf3d72)

v26.2.0-beta.1

13 Nov 22:53
3cc570a
Compare
Choose a tag to compare
v26.2.0-beta.1 Pre-release
Pre-release

26.2.0-beta.1 (2024-11-13)

Bug Fixes

  • 🐛 Handle multiSig signer key in account.getPermissions (7728c68)

Features

  • 🎸 adds initial Jenkinsfile, for transitioning to jenkins artifact builds (436f319)
  • 🎸 bump polymesh types package (1ab046a)
  • 🎸 enable unscoped custom claims and fix get scopes (3eeb180)
  • 🎸 Support subsidized batches (b5f6f02)
  • 🎸 update supported polymesh private versions (ddf3d72)

v26.2.0-alpha.5

12 Nov 15:16
3cc570a
Compare
Choose a tag to compare
v26.2.0-alpha.5 Pre-release
Pre-release

26.2.0-alpha.5 (2024-11-12)

Features

  • 🎸 bump polymesh types package (1ab046a)
  • 🎸 Support subsidized batches (b5f6f02)

v26.2.0-alpha.4

08 Nov 07:28
ddf3d72
Compare
Choose a tag to compare
v26.2.0-alpha.4 Pre-release
Pre-release

26.2.0-alpha.4 (2024-11-08)

Features

  • 🎸 update supported polymesh private versions (ddf3d72)

v26.2.0-alpha.3

08 Nov 07:18
7728c68
Compare
Choose a tag to compare
v26.2.0-alpha.3 Pre-release
Pre-release

26.2.0-alpha.3 (2024-11-08)

Bug Fixes

  • 🐛 Handle multiSig signer key in account.getPermissions (7728c68)

v26.2.0-alpha.2

07 Nov 22:32
436f319
Compare
Choose a tag to compare
v26.2.0-alpha.2 Pre-release
Pre-release

26.2.0-alpha.2 (2024-11-07)

Features

  • 🎸 adds initial Jenkinsfile, for transitioning to jenkins artifact builds (436f319)

v26.2.0-alpha.1

06 Nov 21:54
3eeb180
Compare
Choose a tag to compare
v26.2.0-alpha.1 Pre-release
Pre-release

26.2.0-alpha.1 (2024-11-06)

Features

  • 🎸 enable unscoped custom claims and fix get scopes (3eeb180)