Skip to content

Version 0.8.0

Compare
Choose a tag to compare
@jtnelson jtnelson released this 14 Dec 11:42
· 719 commits to master since this release
  • Added a count aggregation function that returns the number of values stored
    • across a key,
    • for a key in a record, or
    • for a key in multiple records.
  • Added a max aggregation function that returns the largest numeric value stored
    • across a key,
    • for a key in a record, or
    • for a key in multiple records.
  • Added a min aggregation function that returns the smallest numeric value stored
    • across a key,
    • for a key in a record, or
    • for a key in multiple records.
  • Moved the ccl parsing logic into a separate library to make the process portable to plugins and other applications.
  • Fixed some bugs that could have caused incorrect evaluation of select(criteria), find(criteria) and related methods in some cases.
  • Added a TObject#is(operator, values...) method so plugins can perform local operator based comparisons for values returned from the server.