Skip to content

Commit

Permalink
changelog fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornkihlberg committed Jan 26, 2024
1 parent 4844746 commit 6c57cbe
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions changelog.d/20240126_162752_bjorn.wilhelm.kihlberg_PLT_9368.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 6c57cbe

Please sign in to comment.