Skip to main content
Version: Next

2.14 - January 2026

The version 2.14 of the Olympe Platform is a major release that brings Code Edition directly in DRAW, more about it below. The new Orchestrator version TODO is also available, featuring several bug fixes and enhancements to the platform.

Major changes

New Init Flow and Ready Flow

TODO

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.

TODO

New bricks

No new brick available in this release.

Breaking changes

No breaking changes in this release!

Use v2.14

  • Olympe DRAW v2.14.0 / CODE v9.14.0 / Extensions v2.14.0 / Orchestrator TODO / Toolkit v1.2.3

To check whether your Olympe environment is on v2.14.x: click on the top-right logo in DRAW; you'll see the current version you are using.

draw version

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.14.0",

// Dependencies
"@olympeio/runtime-web": "9.14.0",
"@olympeio/runtime-node": "9.14.0",

// Olympe Extensions
"@olympeio/core": "2.14.0"
"@olympeio-extensions/...": "2.14.0"