New features include :
-
Proper versioning with tags
-
Stats endpoints to get information about each data and index store
-
Associated constants for Entities, ie. Rarity::NAME
-
Rewrite of filtering, collections, case sensivity supported, along with nested AND, OR and NOT
-
Query validation, for instance f.eq(“not_a_field”, 3) will not validate
-
Mix and match unique and non unique indexes over multiple fields
-
Indexable keys include Int, Uint, Ulid, Principal, Subaccount, Timestamp
-
Querying for enum values, so f.eq(“rarity”, Rarity::Common)
-
Lots and lots of improvements
My summer:
Also here’s an example of the query language and tests
… and here’s an example of Mimic being used in Toko