Skip to content

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 08 Jul 09:11
· 7 commits to main since this release
a122123

[v1.0.5] - 2025-07-08

Offline documentation of this version is available here.

Fixed

  • Fixed the lockfile name that prevented multiple instances of the same plugin from being started from the same source code. Previously, the lockfile was named with the concatenation of the path of the folder containing the source code and the name of the executed plugin. Now the lockfile is named with the concatenation of the current working dir and the plugin name.

Security

  • Bumped python dependencies to their latest version:
    • oracledb (used by plugins/datasources/oracle)
    • kafka-python-ng isn't maintained anymore: replaced by kafka-python that is maintained again (used by plugins/messagebus_consumers kafka and plugins/messagebus_producers/kafka)