v1.0.0-alpha.18
Pre-release
Pre-release
·
144 commits
to main
since this release
What's Changed
Breaking Changes
- fix(backend): make the rafiki wallet url case insensitive by @s100tist in #2833
Wallet address creation viacreateWalletAddress
mutation (as well as the getting of the wallet address through Admin API & Open Payments) now treats the URL as case insensitive, e.g. you cannot create https://rafiki.money/AccOunt and https://rafiki.money/account as separate wallet addresses. Please handle this appropriately, if you have multiple wallet addresses with the same underlying URL, merge them/delete them as necessary in your system.
General Changes
- feat(workflow): add to docs project if issue is labelled with docs by @mkurapov in #2913
- chore(workflow): fix add to project action version by @mkurapov in #2914
- feat(backend): update Incoming Payment mutation by @dianaOneOut36 in #2923
- chore: documentation workflow updates by @mkurapov in #2956
- docs: structure and content update by @JoblersTune in #2875
- fix(frontend): concatenate correctly base url and path when creating a wallet address by @oana-lolea in #2960
- chore: bump seed timeout by @BlairCurrey in #2911
- docs: fixes #2964 and #2946 by @melissahenderson in #2977
- docs: added spec for 'incomingPaymentCreated' and schema for 'amount' in webhooks.yaml by @oana-lolea in #2978
- chore: disable prettier in docs package for markdown table readability by @JoblersTune in #2996
New Contributors
- @oana-lolea made their first contribution in #2960
- @s100tist made their first contribution in #2833
Full Changelog: v1.0.0-alpha.17...v1.0.0-alpha.18