Skip to content

Release 0.11.3 #303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

### Changed

### Fixed

## [0.11.3] - 15-06-22

### Changed
* Optimize `crud.select()` without conditions and with `after`.
* Behaviour of potentially long `select` and `count` calls: a critical log entry
containing the current stack traceback is created upon such function calls —
an user can explicitly request a full scan through by passing `fullscan=true`
to `select` or `count` options table argument in which a case a log entry will
to `select` or `count` options table argument in which case a log entry will
not be created (#276).
* Make select error description more informative when merger
built-in module or tuple-merger external module is used
Expand Down