Skip to content

Releases: Exynize/exynize-platform

Alpha 3

23 Feb 12:05
d904f72

Choose a tag to compare

New alpha release with docs and tutorials, support for HTTP/WebSocket inputs and more stable communications.
Major added features include:

  • New documentation and tutorials
  • Public pipeline results
  • Support for http requests and websocket as input
  • Microwork.js is now used for communication

For more details see respective release notes for REST, UI and Runner.

Alpha 2

28 Jan 15:41
e1e6be0

Choose a tag to compare

This is the first release that includes dedicated Exynize Runner for components and pipelines.
Major added features include:

  • Support for using npm package
  • Dedicated scalable component runner
  • Private components and pipelines

For more details see respective release notes for REST, UI and Runner.

Dedicated code runners

21 Dec 14:16
2b288f6

Choose a tag to compare

This release integrates exynize-runner into docker-compose script.
Exynize runners allow running components code in a different docker containers. This allows:

  • installing any and all npm packages (just do import p from 'package' in your module, runners will do the rest for you)
  • scaling number over runners horizontally by simply adding more exynize-runner instances

Minor addition:

  • added way to disable email validation (disabled by default)