Releases: commsor/titanoboa
Releases · commsor/titanoboa
1.0.0-alfa.1
Enhancements:
Cluster Support
This is a first community release with clustering support. Support has been added for RabbitMQ as the underlying message broker.
Titanoboa uses master-less cluster so you can literally add hundreds of nodes during runtime.
Also since this is basically just a jar you can run the cluster nodes anywhere: on bare metal, VMs, Docker or K8s.
See wiki section Clustering to learn more.
Bug fixes:
#11
0.9.1
New enhancements:
- Add ability to suspend/resume workflow jobs #14
- Add API endpoint to stop particular worker #15 & #16
- Add ability for Workers to self-initate restart in case of a fatal error. #17
- Add support for private s3 mvn repos #12
Bugfixes:
- Database drivers added to ext-dependencies are not found #11
0.9.0
🎉 💥 GUI is now also free for commercial purposes 💥 🎉
Also: 🎉 Contributing Rabbit MQ support (for workflow job transactions / job channel) to the community version. Yay! 🎉
Further additions also include:
- support for adding new/custom icons for custom steps
- not automatically loading/requiring all namespaces under titanoboa.database .system and .tasklet. These have to be required via external dependencies file now (or in server config)