Releases: Exynize/exynize-platform
Releases · Exynize/exynize-platform
Alpha 3
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
Dedicated code runners
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)