2.13 - January 2026
The version 2.13 of the Olympe Platform is a major release that brings Code Edition directly in DRAW, more about it below. The new Orchestrator version 7.6.5 is also available, featuring several bug fixes and enhancements to the platform.
Major changes
Create Coded Bricks directly in DRAW
Olympe had always allowed the users to create logic and visual components with both DRAW or CODE. For CODE it was needed to download a file and re-build the project to be able to use it. This approach is very useful in term of performance and collaborative work, however for small logic it can be quite cumbersome.
This release brings the possibility to CODE directly in DRAW, allowing even more freedom to the users.
Learn more in the dedicated page here.
Minor improvements
Aside from the major changes, this release comes with some improvements and bug fixes on the side.
- Orchestrator
- Better error handling and clear error messages when a sso configuration is missing or incorrect
- Case insensitive handling of users when adding to a project
- New shell command
createTechnicalUserto create a technical user in the Orchestrator database, useful for backend users - Internal dependency updates
New bricks
No new brick available in this release.
Breaking changes
No breaking changes in this release!
Use v2.13
- Olympe DRAW v2.13.0 / CODE v9.13.0 / Extensions v2.13.0 / Orchestrator v7.6.4 / Toolkit v1.2.3
To check whether your Olympe environment is on v2.13.x: click on the top-right logo in DRAW; you'll see the current version you are using.

CODE update
If you are using coded bricks, please update your package.json file with the following dependencies:
// Dev dependencies:
"@olympeio/toolkit": "1.2.3",
"@olympeio/draw": "2.13.0",
// Dependencies
"@olympeio/runtime-web": "9.13.0",
"@olympeio/runtime-node": "9.13.0",
// Olympe Extensions
"@olympeio/core": "2.13.0"
"@olympeio-extensions/...": "2.13.0"