Graql
- Optimised traversals of Relation structures
- Improved error messages
- Faster caching when reasoning
- Applicable rules are cached when reasoning
Core
- Optimised disk usage by compressing type ids to integers
- Improve handling of ambiguous relations
- Fixed bug allowing abstract types to have instances
Dashboard
- Improved formatting of error messages
- Several bug fixes and visulisation improvements
Engine
- Sharding now requires less locking
- Simplify configuration properties
- REST Delete query support
- REST Insert query support
- Redis bug fixes