Skip to content

0.8.5

Choose a tag to compare

@iakkus iakkus released this 27 Jun 11:19
· 346 commits to master since this release
d22ae78

This release introduces new features as well as stabilizes various componets of the system:

  • Riak stabilization: Riak now uses 'leveldb' instead of 'bitcask' as the storage backend, addressing issues related to the memory consumption of riak. One can resort to the following for migrating legacy data: riak backups, migration from bitcask to leveldb (Fixes #40)
  • KNIX-specific extensions to the ASL description language and unified workflow descriptions in tests (Fixes #19, #50)
  • GUI check for potential backend problems (Related to #44); more work needs to be done for more extensive health check.
  • Support for state names with special characters (Fixes #39)
  • Automatic generation of docs for python and Java APIs (Fixes #45)
  • Tutorials for KNIX and migration from AWS
  • Fixes to various bugs and other small improvements