0.14.1
DifferentialOrange
released this
17 Nov 10:53
·
141 commits
to master
since this release
Overview
This release introduces the support of sequences for insert_object
, insert_object_many
, replace_object
, replace_object_many
and impoved error messages for some cases.
Warning: there is no native support for sequences in sharded systems since each replicaset has its own sequence. If sequence field is a part of the sharding key (which is true by default), choosing the bucket id is the sole responsibility of the developer.
New features
skip_nullability_check_on_flatten
option forinsert_object
,insert_object_many
,replace_object
,replace_object_many
.false
by default. By setting the option totrue
you allow setting null values to non-nullable fields (#328).
Changes
- Rework
NonInitialized
error message to be more helpful for troubleshooting (#326).