Skip to content

v7.0.0

Latest
Compare
Choose a tag to compare
@polymesh-bot polymesh-bot released this 06 Dec 20:06
d81c793

7.0.0 (2024-12-06)

Bug Fixes

  • πŸ› Add missing IsOptional to CreateVenueDto.signers (8849d34)
  • πŸ› Add missing IsOptional to securityIdentifiers (49378b1)
  • πŸ› Add missing support for NFT collection in UUID format (38dcfae)
  • πŸ› bump sdk to v27.0.2 (311924f)
  • πŸ› Fix validations for ScopeType.Asset in ScopeDto (5ccb402)
  • πŸ› Use getLegsFromChain for getting legs after creation (b0d380c)

Features

  • 🎸 add endpoint to create permission group for asset (e24b94d)
  • 🎸 add endpoint to get paymentHistory for a distribution (375297a)
  • 🎸 Add endpoints to link, unlink ticker (bbfbda8)
  • 🎸 add/remove agent to a PermissionGroup (4d0846a)
  • 🎸 Bump package version (b1aec9c)
  • 🎸 Bump SDK version to 27.0.0-alpha.9 (e4f2699)
  • 🎸 Bump SDK version to v27.0.0-alpha.6 (8b60c96)
  • 🎸 check asset permissions for did (4722a46)
  • 🎸 enable fetching agents for an asset (e4b04c9)
  • 🎸 get all eligible dividend distributions for did (4a662ec)
  • 🎸 get asset groups for did (8bf926b)
  • 🎸 Make ticker optional while creating nft collection (06e9dc8)
  • 🎸 modify permission group permissions (f6ef682)
  • 🎸 remove POST /mock-cdd use /create-test-accounts instead (eb1ea7a)
  • 🎸 Return newly created nft collection when creating one (661b132)
  • 🎸 Return ticker value with asset details (953f835)
  • 🎸 support customClaim withouth scope (596bd9d)
  • 🎸 update code to accomodate sdk v27.0.2 (d81c793)

BREAKING CHANGES

  • 🧨 /multisigs/:multiSigAddress/join-creator is removed. Ticker is no longer
    allowed for claim scope (use asset ID instead)
  • 🧨 POST /mock-cdd has been removed
  • 🧨 ticker field in NftModel has been renamed to collection