Skip to content

1.0.39

Compare
Choose a tag to compare
@codingchili codingchili released this 20 Oct 18:51
· 231 commits to master since this release
  • Improve test mocks by moving MessageMock into a separate public class.
  • CQEngine 3.0 - Kryo 5: disable copy/serialize transient -> updateFields!
  • Kryo 5: Set registration as not required for classes.
  • HttpOptions: set gzip compression as enabled by default.
  • Adds support for text-based queries with the QueryParser.
  • Support for boolean, int, double in IN and EQ queries.
  • Allow using Queries without any conditionals (match all) - supports limit,offset,order.