Skip to main content
Version: 2.7

2.5.3 - January 2024

Here is a small minor version to address a few pesky bugs and bring some improvements.

If you wish to get straight into the action, you can jump directly here. For the changes included in this release, stick around and keep reading.

Bug fixes and improvements

Olympe CODE and runtimes

  • Improve the initialisation of the IndexedDb layer - specifically to ensure store creation when the schema version changes
  • Fixed a race condition to set and get auth token
  • Make backend's graceful shutdown more robust
  • Fixed a memory leak in the communication layer

Olympe DRAW

  • Fixed the model inline editor. Specifically: fix the ability to edit input/output types by tag.

Olympe CORE and extensions

  • Fix an issue when writing booleans into an Azure DB
  • Dataset Editor: add ability to unselect lines
  • Dropdown: Add ability to clear a dropdown
  • Make the "Get Object by Tag" brick synchronous
  • Fix Matomo Request brick for NodeJS

Use v2.5.3

  • Olympe DRAW v2.5.3 / CODE v9.5.3 / Extensions v2.5.7 / Orchestrator v7.2.0 / DevTools N/A / Toolkit 1.0.4
caution

The @olympeio/dev-tools is now replaced by our brand new @olympeio/olympe-toolkit package.

To check that your Olympe environment is on v2.5.3: log in DRAW and click on the top-right logo, 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/olympe-toolkit": "1.0.4-dev",
"@olympeio/draw": "2.5.3",

// Dependencies
"@olympeio/runtime-web": "9.5.3",
"@olympeio/runtime-node": "9.5.3",
"@olympeio/core": "2.5.7"
// Olympe Extensions
"@olympeio-extensions/...": "2.5.7"