From 6c57cbedf82060bd74e07c92234983cebc565bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kihlberg?= Date: Fri, 26 Jan 2024 16:35:22 +0100 Subject: [PATCH] changelog fragment --- ...126_162752_bjorn.wilhelm.kihlberg_PLT_9368.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 changelog.d/20240126_162752_bjorn.wilhelm.kihlberg_PLT_9368.md diff --git a/changelog.d/20240126_162752_bjorn.wilhelm.kihlberg_PLT_9368.md b/changelog.d/20240126_162752_bjorn.wilhelm.kihlberg_PLT_9368.md new file mode 100644 index 00000000..08d17db1 --- /dev/null +++ b/changelog.d/20240126_162752_bjorn.wilhelm.kihlberg_PLT_9368.md @@ -0,0 +1,16 @@ +### @marlowe.io/runtime-rest-client + +- `mkRestClient` provides optional `strict` parameter for performing dynamic type checking in `RestClient` methods. ([PR-180](https://github.com/input-output-hk/marlowe-ts-sdk/pull/180)) +- The following `RestClient` methods uses keyword argument object instead of positional arguments. ([PR-180](https://github.com/input-output-hk/marlowe-ts-sdk/pull/180)) + - `createContractSources` + - `getContractById` + - `submitContract` + - `getTransactionsForContract` + - `submitContractTransaction` + - `getContractTransactionById` + - `getWithdrawalById` + - `submitWithdrawal` + +### @marlowe.io/runtime-lifecycle + +- `mkRuntimeLifecycle` provides optional `strict` parameter for performing dynamic type checking in `RestClient` methods. ([PR-180](https://github.com/input-output-hk/marlowe-ts-sdk/pull/180))