Released 2016-09-13
- Remove
SECURITY DEFINER
specifier from collection ops, all operations are now performed with the permissions of the connected database user.
Released 2016-09-12
- Query Operators (such as
$eq
,$regex
, ...) - Add
skip
andsort
options forfind_one
- New
remove_many_by_ids
operation - Add
$created
and$updated
sorts - Add
_util_
to names of utility functions
Released 2016-02-19
- Add
find_many_by_ids
function
Released 2015-11-22
- Add
bq_distinct
function
Released 2015-11-01
- Add skip, limit and sort options to
find
queries.
Released 2015-07-26
- Make
save
operations faster - Change how constraint internals work:
Released 2015-07-01
- Constraints API
Released 2015-05-26
- Various bugfixes