Releases: opensearch-project/security
Releases · opensearch-project/security
Release v1.7.0.0
Supported Elasticsearch version 7.6.1 (same as Open Distro for Elasticsearch Security plugin version 1.6.0.0)
Changes:
- Implemented APIs and datamodel to configure nodes_dn dynamically #445 (backported from master #362)
- Performance improvement by memorizing results of resolveIndexPatterns for Bulk requests (backported from master #309)
- Performance improvement by implementing faster version of implies type perm #302
- Enabled limited OpenSSL support
- Changed file permissions for securityconfig and tools #387
- Fixed bug which caused user to lose roles on account password update #333
- Refactored to use Greenrobot EventBus #445 (backported from master #370)
- Refactored Resolved class, dropped unused fields and simplified logic (backported from master #310)
- Refactored audit logging related classes #445 (backported from master #303, #445, #306, #373, #368)
Release v1.6.0.0
Changes:
- Support Elasticsearch 7.6.1 #292
- [Optimization] Implement faster version of implies type perm #198
- Adding capability to hot reload ssl certificates #263
- Added SuperAdmin check to allow update/delete/add of reserved config #242 (ported to master via #248 )
- Fix to use inner channel when channel is not direct or transport type #234 (ported to master via #248 )
- Fix for modifying user backend-roles without giving password #225 (ported to master via #248 )
Release v1.5.0.1
- Adding capability to hot reload ssl certificates
- Added changes for SuperAdmin to update/add/delete reserved configs
Release v0.10.1.1
- Adding capability to hot reload ssl certificates
- Added changes for SuperAdmin to update/add/delete reserved configs
Release v1.5.0.0
Support for Elasticsearch 7.5.2
Version 1.1.0.0
- Support for Elasticsearch 7.1
- No major changes
- Version upgrade in pom file
Version 0.9.0.1
- Improvements to Opendistro-For-Elasticsearch Security 0.9.0.0
- Elasticsearch version target: oss-6.7.1
Version 1.0.0.1
- Nit fixes from 1.0.0.0
Version 1.0.0.0
2019-06-21, Version 1.0.0.0
-
New configuration syntax
-
Streamlined the YAML configuration file syntax and added a migration feature to
securityadmin.sh
to help you move from the old file format to the new format. -
Request bodies for calls to the REST API are also slightly different.
-
Static default roles
-
Previously, all roles were dynamically configured and stored in the Security plugin configuration index, including default roles such as
kibana_read_only
andlogstash
-
Now, all default roles are static, so permission changes to these roles are automatically applied when you upgrade Open Distro for Elasticsearch.
Version 0.9.0.0
- Support for Elasticsearch 6.7
- Handle attributes when impersonating user