Skip to content

Rafiki v1.0.0-alpha.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@mkurapov mkurapov released this 27 Jun 10:18
· 64 commits to main since this release
48a286b

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 to ILP_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.
  • 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.

General Changes

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