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