Skip to content

Releases: PolymeshAssociation/polymesh-rest-api

v6.0.0

01 Nov 20:17
f97707a
Compare
Choose a tag to compare

6.0.0 (2024-11-01)

Bug Fixes

  • 🐛 cdd not created with /identities/register (50d1e0d)

Features

  • 🎸 add assetId in GET /assets/{asset} response (f97707a)
  • 🎸 add endpoints to manage multi sig accounts (07d38f5)
  • 🎸 add local MQ to provide an MQ like dev experience (056c997)
  • 🎸 Add support for Asset IDs (36bf4d1)
  • 🎸 Add support for dual version SDK (848d316)
  • 🎸 Add support for off-chain settlement legs (749beb3)
  • 🎸 allow multiSig signers to submit proposals (aac249b)
  • 🎸 get network and middleware metadata (285e4ce)
  • 🎸 make venueId optional for createInstruction (6697adf)
  • 🎸 multiSig changes (5ab71f4)
  • 🎸 persist webhook state with repository (3480549)
  • 🎸 support asset IDs as uuids (e2b1883)

BREAKING CHANGES

  • 🧨 - All the asset related endpoints (starting with assets/ or associated
    with assets tag) now also accept asset ID as permissible value along with ticker for
    the corresponding path param from 7.x chain.
  • The ticker property of CheckpointScheduleModel has been renamed to asset.
  • The query param ticker has been renamed to asset for the endpoint
    GET portfolios/identities/:did/portfolios/:id/transactions.
  • The property ticker has been renamed to asset in PortfolioMovementDto.
    This affects the endpoint POST portfolios/identities/:did/portfolios/move-assets.
  • The endpoint POST settlements/instructions/create now accepts asset ID as well
    for on chain legs, as possible value for asset body params.
  • The endpoint GET settlements/leg-validations now accepts asset ID as well,
    as possible value for asset body param from 7.x chain.
  • The asset property of CorporateActionModel, PreApprovedModel,
    MetadataEntryModel now return asset ID values from 7.x chain.
  • 🧨 - createdAt and venue are now optional
    in InstructionModel.
  • ticker has been renamed to asset in PreApprovedModel
    and CorporateActionModel

v6.0.0-alpha.2

01 Nov 19:17
f97707a
Compare
Choose a tag to compare
v6.0.0-alpha.2 Pre-release
Pre-release

6.0.0-alpha.2 (2024-11-01)

Features

  • 🎸 add assetId in GET /assets/{asset} response (f97707a)

v6.0.0-alpha.1

01 Nov 15:12
e2b1883
Compare
Choose a tag to compare
v6.0.0-alpha.1 Pre-release
Pre-release

6.0.0-alpha.1 (2024-11-01)

Features

  • 🎸 Add support for Asset IDs (36bf4d1)
  • 🎸 Add support for dual version SDK (848d316)
  • 🎸 get network and middleware metadata (285e4ce)
  • 🎸 make venueId optional for createInstruction (6697adf)
  • 🎸 multiSig changes (5ab71f4)
  • 🎸 support asset IDs as uuids (e2b1883)

BREAKING CHANGES

  • 🧨 - All the asset related endpoints (starting with assets/ or associated
    with assets tag) now also accept asset ID as permissible value along with ticker for
    the corresponding path param from 7.x chain.
  • The ticker property of CheckpointScheduleModel has been renamed to asset.
  • The query param ticker has been renamed to asset for the endpoint
    GET portfolios/identities/:did/portfolios/:id/transactions.
  • The property ticker has been renamed to asset in PortfolioMovementDto.
    This affects the endpoint POST portfolios/identities/:did/portfolios/move-assets.
  • The endpoint POST settlements/instructions/create now accepts asset ID as well
    for on chain legs, as possible value for asset body params.
  • The endpoint GET settlements/leg-validations now accepts asset ID as well,
    as possible value for asset body param from 7.x chain.
  • The asset property of CorporateActionModel, PreApprovedModel,
    MetadataEntryModel now return asset ID values from 7.x chain.
  • 🧨 - createdAt and venue are now optional
    in InstructionModel.
  • ticker has been renamed to asset in PreApprovedModel
    and CorporateActionModel

v5.5.0-alpha.6

22 Aug 14:09
07d38f5
Compare
Choose a tag to compare
v5.5.0-alpha.6 Pre-release
Pre-release

5.5.0-alpha.6 (2024-08-22)

Features

  • 🎸 add endpoints to manage multi sig accounts (07d38f5)

v5.5.0-alpha.5

14 Aug 12:57
aac249b
Compare
Choose a tag to compare
v5.5.0-alpha.5 Pre-release
Pre-release

5.5.0-alpha.5 (2024-08-14)

Features

  • 🎸 allow multiSig signers to submit proposals (aac249b)

v5.5.0-alpha.4

09 Aug 13:34
50d1e0d
Compare
Choose a tag to compare
v5.5.0-alpha.4 Pre-release
Pre-release

5.5.0-alpha.4 (2024-08-09)

Bug Fixes

  • 🐛 cdd not created with /identities/register (50d1e0d)

v5.5.0-alpha.3

30 Jul 13:41
056c997
Compare
Choose a tag to compare
v5.5.0-alpha.3 Pre-release
Pre-release

5.5.0-alpha.3 (2024-07-30)

Features

  • 🎸 add local MQ to provide an MQ like dev experience (056c997)

v5.5.0-alpha.2

18 Jul 09:29
fbe0526
Compare
Choose a tag to compare
v5.5.0-alpha.2 Pre-release
Pre-release

5.5.0-alpha.2 (2024-07-18)

Features

  • 🎸 Add support for off-chain settlement legs (749beb3)

v5.5.0-alpha.1

05 Jul 17:43
7349ebd
Compare
Choose a tag to compare
v5.5.0-alpha.1 Pre-release
Pre-release

5.5.0-alpha.1 (2024-07-05)

Features

  • 🎸 persist webhook state with repository (3480549)

v5.4.0

25 Jun 14:21
b97e686
Compare
Choose a tag to compare

5.4.0 (2024-06-25)

Bug Fixes

  • 🐛 test admins endpoint when using signing manager (99e6e85)

Features

  • 🎸 get account details (013d8e4)
  • 🎸 get checkpints for schedule (1207323)
  • 🎸 get complexity for period (b97e686)
  • 🎸 get the current/max complexity of all asset schedules (4390fe8)