v2.0.1
What's Changed
- Feature: -Xmx for commands by @cap10morgan in #205
- Add a test for groupBy with orderBy on a different value by @cap10morgan in #208
- Update raft commit to enable automatic raft log repair by @bplatz in #209
- Fix two-tuple var bind by @cap10morgan in #210
- Note that with this change two-tuple subject identifiers must be wrapped in an outer vector / array or they will be interpreted as two different values to bind to the var. E.g. instead of
:vars {"?foo" ["my/pred" "thingy"]}
you'll need to do this instead::vars {"?foo" [["my/pred" "thingy"]]}
- Note that with this change two-tuple subject identifiers must be wrapped in an outer vector / array or they will be interpreted as two different values to bind to the var. E.g. instead of
Full Changelog: v2.0.0...v2.0.1