Skip to content

Commit

Permalink
Release 1.12.1
Browse files Browse the repository at this point in the history
Overview

    The release fixes options setup for crud's select requests.

Breaking changes

    There are no breaking changes in the release.

Bugfixes

    Incorrect options (`after`, `batch_size` and `force_map_call`)
    setup for crud.SelectRequest (#320)
  • Loading branch information
oleg-jukovec committed Aug 3, 2023
1 parent 48ef223 commit 7fe2fe3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.

### Fixed

## [1.12.1] - 2023-08-03

The patch release fixes options setup for crud's select requests.

### Added

### Changed

### Fixed

- Incorrect options (`after`, `batch_size` and `force_map_call`) setup for
crud.SelectRequest (#320)

Expand Down

0 comments on commit 7fe2fe3

Please sign in to comment.