Rafiki v1.0.0-alpha.14
Pre-release
Pre-release
mkurapov
released this
27 Jun 10:18
·
107 commits
to main
since this release
What's Changed
Breaking Changes
-
fix!: typo in KRATOS_CONTAINER_PULIC_URL by @JoblersTune in #2755
-
feat(backend)!: update and rename env variables by @golobitch in #2749
- Renamed
ILP_CONNECTOR_ADDRESS
environment variable toILP_CONNECTOR_URL
- Made several environment variables required (application will not start up without them). Error with the missing environment variable will be logged in the backend container if they are not provided.
- Renamed
-
feat(backend)!: logging plugin for graphql resolvers, remove error resolver responses by @njlie in #2768
- Big changes to the backend GraphQL Admin API: instead of returning
success
code
message
in Mutation responses, we will now throw GraphQL errors instead. Please check https://rafiki.dev/apis/backend/mutations/ for the correct mutation responses.
- Big changes to the backend GraphQL Admin API: instead of returning
General Changes
- fix: ci by @BlairCurrey in #2773
- feat(backend): update wallet address additional properties by @BlairCurrey in #2769
- feat(backend): secure admin api from replay attacks by @njlie in #2771
- feat: add spent amounts to POST /outgoing-payment by @BlairCurrey in #2753
- chore(auth): return objects during GNAP errors by @mkurapov in #2779
- fix(localenv): C9 MASE fail to start by @BlairCurrey in #2784
- chore(backend): estimate ILP quote receive amount, and fail early by @mkurapov in #2783
Dependency Updates
- chore(deps): update dependency @types/node to ^20.14.5 by @renovate in #2754
- chore(deps): update dependency @apollo/client to ^3.10.5 by @renovate in #2775
- chore(deps): update dependency @types/node to ^20.14.8 by @renovate in #2780
- chore(deps): update dependency @apollo/client to ^3.10.6 by @renovate in #2781
Full Changelog: v1.0.0-alpha.13...v1.0.0-alpha.14