Skip to content

v2.0.1

Compare
Choose a tag to compare
@cap10morgan cap10morgan released this 07 Jun 18:45
· 14 commits to main since this release
v2.0.1
864113e

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"]]}

Full Changelog: v2.0.0...v2.0.1