Skip to content

Releases: commsor/titanoboa

1.0.0-alfa.1

04 Feb 21:35
Compare
Choose a tag to compare
1.0.0-alfa.1 Pre-release
Pre-release

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

22 Jan 12:12
Compare
Choose a tag to compare

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

24 Aug 13:43
Compare
Choose a tag to compare

🎉 💥 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)

0.8.4

26 Jul 12:38
Compare
Choose a tag to compare

Fixes to issues #5 #7 #8

0.8.3

15 Jan 23:03
Compare
Choose a tag to compare

jobdir attribute now goes automatically also into job properties
repl for java lambda: properties passed along are evaluated first
default transit write handler added

Bugfixes:
#5 workload-fn with java lambda expression cannot access external maven dependencies

0.8.2

22 Nov 10:41
Compare
Choose a tag to compare
  • adding security extensions for webhooks - each webhook URI's security can be handled differently

0.8.1

13 Nov 09:41
Compare
Choose a tag to compare
  • new simplified API endpoint for webhooks
  • bugfix for file upload

0.8.0

31 Mar 19:15
Compare
Choose a tag to compare
  • API to support autocomplete in GUI
  • API to support java instarepl in GUI

0.7.4

09 Mar 09:53
Compare
Choose a tag to compare
  • pretty exceptions in job history (converting exceptions to maps)
  • join bugfix (not all job threads may have been joined together)
  • added options for DB setup

0.7.3

17 Jan 08:10
Compare
Choose a tag to compare
  • java 8, 9, 10 & 11 support
  • simplified executable and improved build process (no uberjar)
    • libraries are downloaded into ./lib folder
    • keeping all 3rd party oss licenses and sources in ./ThirdParty folder