Version: 2025-08-282025-08-28
- Breaking changes on the GraphQL API
- Changed the
id field from Required to Nullable on the following objects
2025-03-11
- Breaking changes on the GraphQL API
- Removed the following deprecated fields
- Changed the type of field
id from String to ID! on the following objects
- Added migration guide to documentation
2024-10-11
- New authentication flow
- When generating a token for authentication via API route
/oauth/token, the API will now redirect to IAM system instead of generating a token directly.
- The IAM system will generate tokens from now onwards. Your existing API credentials are still valid unless further notice.