add 2.0.0-beta2 release notes for Shield

This adds the release notes to the documentation for Shield. Note, two new features do not
have links as the documentation for these are still pending.

Original commit: elastic/x-pack-elasticsearch@e66df5cf14
This commit is contained in:
jaymode 2015-09-13 17:54:38 -04:00
parent d5a44a6496
commit 3676d6e370
1 changed files with 15 additions and 0 deletions

View File

@ -42,6 +42,21 @@ version of Shield. We recommend copying the changes listed below to your `roles.
[[changelist]]
=== Change List
[float]
==== 2.0.0-beta2
.new features
* <<setting-up-field-and-document-level-security, Document and Field Level Security>> support has been added and can be
configured per role.
* Support for custom authentication realms has been added, allowing Shield to integrate with more authentication sources
and methods.
* User impersonation support has also been added, which allows a user to send a request to elasticsearch that will be run
with the specified user's permissions.
.bug fixes
* `esusers` and `syskeygen` work when spaces are in the elasticsearch installation path.
* Fixed a rare issue where authentication fails even when the username and password are correct.
[float]
==== 2.0.0-beta1