Skip to content

Releases: PolymeshAssociation/polymesh-rest-api

v5.4.0-alpha.2

30 May 16:34
99e6e85
Compare
Choose a tag to compare
v5.4.0-alpha.2 Pre-release
Pre-release

5.4.0-alpha.2 (2024-05-30)

Bug Fixes

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

v5.4.0-alpha.1

29 May 11:57
013d8e4
Compare
Choose a tag to compare
v5.4.0-alpha.1 Pre-release
Pre-release

5.4.0-alpha.1 (2024-05-29)

Features

  • 🎸 get account details (013d8e4)

v5.3.0

29 May 06:23
d17eb12
Compare
Choose a tag to compare

5.3.0 (2024-05-29)

Features

  • 🎸 update sdk to v24.5.0 (d17eb12)

v5.2.0

16 May 13:51
85e1922
Compare
Choose a tag to compare

5.2.0 (2024-05-16)

Features

  • 🎸 Stop adding commits via semantic release bot (81bc870)

v5.1.0

16 Apr 23:02
3bf6915
Compare
Choose a tag to compare

5.1.0 (2024-04-16)

Features

  • 🎸 Add API to get account to identity lookup (7983657)
  • 🎸 build multiplatform docker images (fede7df)
  • 🎸 Bump to latest SDK 24.1.0 (6a9f4d8)
  • 🎸 return legs information when creating instruction (88d6d5c)

v5.1.0-alpha.4

16 Apr 14:16
642bee6
Compare
Choose a tag to compare
v5.1.0-alpha.4 Pre-release
Pre-release

5.1.0-alpha.4 (2024-04-16)

Features

  • 🎸 Bump to latest SDK 24.1.0 (6a9f4d8)

v5.1.0-alpha.3

16 Apr 13:46
43f355d
Compare
Choose a tag to compare
v5.1.0-alpha.3 Pre-release
Pre-release

5.1.0-alpha.3 (2024-04-16)

Features

  • 🎸 Bump to latest SDK 24.1.0 (8c0053c)

v5.1.0-alpha.2

15 Apr 12:06
08e17d8
Compare
Choose a tag to compare
v5.1.0-alpha.2 Pre-release
Pre-release

5.1.0-alpha.2 (2024-04-15)

Features

  • 🎸 build multiplatform docker images (fede7df)

v5.1.0-alpha.1

11 Apr 18:28
02ddb9e
Compare
Choose a tag to compare
v5.1.0-alpha.1 Pre-release
Pre-release

5.1.0-alpha.1 (2024-04-11)

Features

  • 🎸 Add API to get account to identity lookup (7983657)

v5.0.0

04 Apr 11:50
03b4ba9
Compare
Choose a tag to compare

5.0.0 (2024-04-04)

Bug Fixes

  • 🐛 error when optional arg methods given no args (d02482a)
  • 🐛 is-pre-approved doc comments (601e1a6)
  • 🐛 offline tx hash was not being recorded (ca57ec1)
  • 🐛 typo in ga workflow config (8772341)

Features

  • 🎸 add options field for tx details, like signer (b16ded4)
  • 🎸 add options field for tx details, like signer (cc48878)
  • 🎸 add options field for tx details, like signer (fb6bd8e)
  • 🎸 add address and nonce to tx model (f79620d)
  • 🎸 add basic amqp flow (d6d1444)
  • 🎸 add custom release bot configuration to sign commits (d7b49e8)
  • 🎸 add endpoint to retrieve grouped instructions (af80fd5)
  • 🎸 add instruction mediator endpoints (2f2f294)
  • 🎸 add manual ci trigger (077a3e2)
  • 🎸 add NFT module (388a572)
  • 🎸 add nonce and mortality tx options (80781a2)
  • 🎸 add offline process mode (3f4f135)
  • 🎸 add pre-approval endpoints (56af7b7)
  • 🎸 Adds new Asset Metadata endpoints (a53e9f3)
  • 🎸 Adds new Asset Metadata endpoints (f064ce2)
  • 🎸 allow registering CustomClaim (e6cfb27)
  • 🎸 config artemis MQ explictly (18081fd)
  • 🎸 get all registered custom claims (#221) (574df13)
  • 🎸 handle when artemis is unconfigured (d17e1f4)
  • 🎸 identities rotatePrimaryKey/attestPrimaryKeyRotation (#251) (8ffb1ab)
  • 🎸 introduce processMode option to replace many bools (e3d0ac8)
  • 🎸 introduce processMode option to replace many bools (e507fc3)
  • 🎸 introduce processMode option to replace many bools (fe283c5)
  • 🎸 log errors on amqp connection errors (d3fb5e7)
  • 🎸 register and get customclaimtype (d595e48)
  • 🎸 remove usage of testUtils (57e64a1)
  • 🎸 set autoaccept to false (96e3ee2)
  • 🎸 support NFTs in /assets endpoints where appropriate (eb9ac00)
  • 🎸 update to sdk@23.0.0-alpha.23 (#214) (e42143e)

BREAKING CHANGES

  • 🧨 InstructionModel leg "amount" is now optional. It will not be present
    when the leg is for an NFT

✅ Closes: DA-913