Skip to content

Commit

Permalink
changelog++
Browse files Browse the repository at this point in the history
  • Loading branch information
calvn committed Dec 5, 2017
1 parent a9e7dbb commit f4b2e52
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,21 @@ DEPRECATIONS/CHANGES:
* Token Auth Backend Roles parameter types: For `allowed_policies` and
`disallowed_policies` in role definitions in the token auth backend, input
can now be a comma-separated string or an array of strings. Reading a role
will now return arrays for these parameters.
will now return arrays for these parameters.

IMPROVEMENTS:

* auth/token: `allowed_policies` and `disallowed_policies` can now be
specified as a comma-separated string or an array of strings
* auth/token: `allowed_policies` and `disallowed_policies` can now be specified
as a comma-separated string or an array of strings [GH-3641]
* database/mongodb: Add optional `write_concern` parameter, which can be set
during database configuration. This establishes a session-wide [write
concern](https://docs.mongodb.com/manual/reference/write-concern/) for the
lifecycle of the mount [GH-3646]

BUG FIXES:

* database/mysql: Allow the creation statement to use commands that are not
yet supported by the prepare statement protocol [GH-3619]
* database/mysql: Allow the creation statement to use commands that are not yet
supported by the prepare statement protocol [GH-3619]
* core: Fix potential panic that could occur using plugins when a node
transitioned from active to standby [GH-3638]

Expand Down

0 comments on commit f4b2e52

Please sign in to comment.