Skip to content

v1.1.3

Compare
Choose a tag to compare
@zaidka zaidka released this 23 Oct 19:54
· 566 commits to master since this release
  • New config option (MAX_COMMIT_ITERATIONS) to avoid max commit iterations
    faults for more complex scripts.
  • Support base64 and hexBinary parameter types.
  • Strict parsing of number values in queries (e.g. "123abc" no longer accepted
    as 123).
  • Mixing $ne and $not operators is not allowed. Now it throws an error instead
    of returning incorrect results.
  • When a task expires, any associated fault is also deleted.
  • API now accepts 'timeout' argument when posting a task.
  • A number of stability fixes.