Skip to main content

Release Notes 2024

September 2024

v1.5 2024-09-17

  • Added new endpoints and properties to handle TM sets (cascading TMs)..

Added /translation-memory-sets endpoint to get all your available translation memory sets.
Updated /project-templates/{id:int} endpoint to return the translation memory set id.
Updated /project/{id:int} endpoint to return the translation memory set id and version used in the project.
Updated the project creation so it allows to set a translation memory set id.
Updated the project update so it allows to set a translation memory set id.

June 2024

v1.4 2024-06-27

  • Added the header callbackUrl for the POST /project/{id}/file request.

This enables to have webhooks for you to get notified when a translation is finished or cancelled. More info: webhooks guide.

May 2024

v1.3 2024-05-31

  • Added the property useTranslationMemory on the ProjectCreationRequest for the POST /project request.
  • Added the ability to define project metadata for your projects.

Project metadata is a key-value dictionary you can add together with your translation project so you can store information you need to track back on your system, for instance.