Skip to content

Commit

Permalink
release: 0.14.1
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
DifferentialOrange committed Nov 17, 2022
1 parent 7504da3 commit 733528b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

### Changed

### Fixed

## [0.14.1] - 10-11-22

### Added
* `skip_nullability_check_on_flatten` option for `insert_object`,
`insert_object_many`, `replace_object`, `replace_object_many`.
Expand Down

0 comments on commit 733528b

Please sign in to comment.