Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/resources/roadmap-and-release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ rss: true

<Update label="In active development">
- Add more events to audit logs for Pro API customers (API key management, cost control and usage limit changes)
- Full CRUD functionality for managing [Style Rules](/api-reference/style-rules) and [Custom Instructions](/api-reference/translate/request-translation#body-custom-instructions)
- Translation Memory via API
- `v3/languages` endpoint with improved language code handling and additional functionality
</Update>

<Update label="February 2026">
## February 18 - Additional Languages in `v2/languages`
- Added T4 languages to the [v2/languages endpoint](/api-reference/languages), bringing totals to **101 source languages** and **106 target languages**.
- These languages were already supported for translation; this change improves automatic discoverability for API clients.
- Note: 12 supported languages using three-letter base codes (e.g. ACE, CEB, CKB) are not yet included in `v2/languages` for backwards compatibility, but will be available in the upcoming `v3/languages` endpoint.
</Update>

<Update label="January 2026">
Expand Down