Skip to content

Commit

Permalink
CHANGELOG: add changelogs for release v1.2.1
Browse files Browse the repository at this point in the history
Change-Id: I3c372a493f313d5e498be3d33b7c10a33a0f43e3
  • Loading branch information
volans- committed Sep 27, 2017
1 parent 767fae4 commit c926236
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,22 @@
# CUMIN CHANGELOG


## v1.2.1 (2017-09-27)

### New features:
* OpenStack backend: allow to set default query params in the configuration
([T176314](https://phabricator.wikimedia.org/T176314)):

Allow to set arbitrary default query params in the configuration for the OpenStack backend. This is useful for
example if Cumin is installed inside an OpenStack project to automatically search only within the instances of the
current project. See the example in the provided `doc/examples/config.yaml` file.

### Bug Fixes:
* Configuration: do not raise on empty configuration or aliases. Moved the check of required parameters where needed,
in order to raise explicit exceptions with a more meaningful message for the user.
* Exceptions: convert remaining spurious exceptions to CuminError or improve their error message.


## v1.1.1 (2017-09-26)

### Bug Fixes:
Expand Down

0 comments on commit c926236

Please sign in to comment.