2.14 - April 2026
The version 2.14 of the Olympe Platform is a major release that brings new features, more about it below.
The new Orchestrator version 7.6.7 is also available, featuring several bug fixes and enhancements to the platform.
Major changes
New ways to manage the execution lifecycle
The Init Flow and Ready Flow are ways for users of DRAW to execute some logic before and/or after some bricks are up in the execution context tree, and this in a controlled and constant manner. Those are a better version of the already existing On Load.
Goals and usages of those flows are explained in details here.
Message compression on the bus
Communication on the RabbitMQ bus is not compressed (notably for Remote Action and Services), and there was no way to activate it. We provide now a new config parameter to activate it: bus.useCompression (boolean, default value is false)
Turning this parameter to true will compress all messages sent to the bus, so it is necessary to turn it on on both the frontend and the backends for it to work bidirectionally.
This will add a computation overhead, so if you have a lot of quick small messages it is best to not activate it. However if you have less frequent but large messages, your applications will benefit from this compression.
Align file behavior from Media Library
It is now possible to use bricks like Get File Content with files coming from a Media Library.
Quite useful for mock data or embeeded configuration files.
Minor improvements
Aside from the major changes, this release comes with some improvements and bug fixes on the side.
- Draw
- Code Editor: show an icon on the brick and on the tab when there is code
- Fix enums long name not ellipsized in Dataset editor
- Fix copying a folder containing DataTypes will not copy those correctly
- Fix when deleting a brick, the folder editor layout is not refreshed
- Fix the Code Editor dependencies
- Extensions
- Core: better error message when handling files
- Sustain: enhance management of replica state
- Gateway: add SPN authentication option
- Azure: replace usage of deprecated API
- Runtime
- Show the URL of the Orchestrator when not able to open a connection
- Fix cannot persist instances in Service App
- Orchestrator
- Fix a bug that caused the Code as Data read-only mode to malfunction during deployment
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 v7.6.7 / 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.

CODE update
If you are using coded bricks, please update your package.json file with the following dependencies:
| Package | Version |
|---|---|
@olympeio/draw | 2.14.0 |
@olympeio/runtime-web | 9.14.0 |
@olympeio/runtime-node | 9.14.0 |
@olympeio/core | 2.14.0 |
@olympeio-extensions/... | 2.14.0 |
@olympeio/toolkit | 1.2.3 |