Skip to content

Commit 733528b

Browse files
release: 0.14.1
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 for `insert_object`, `insert_object_many`, `replace_object`, `replace_object_many`. `false` by default. By setting the option to `true` you allow setting null values to non-nullable fields (#328). Changes * Rework `NonInitialized` error message to be more helpful for troubleshooting (#326).
1 parent 7504da3 commit 733528b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
### Added
11+
12+
### Changed
13+
14+
### Fixed
15+
16+
## [0.14.1] - 10-11-22
17+
1018
### Added
1119
* `skip_nullability_check_on_flatten` option for `insert_object`,
1220
`insert_object_many`, `replace_object`, `replace_object_many`.

0 commit comments

Comments
 (0)