Releases: exasol/row-level-security-lua
Releases · exasol/row-level-security-lua
Role- and group-security
Summary
This release brings role-based and group-based row-level security.
One important difference compared to the Java version is that in the combination of role and tenant security the criteria are combined with a logical OR
rather than an AND
. From the use case perspective this makes more sense, but you have to keep that in mind when switching and migrate the settings if necessary.
Features / Enhancements
Prototype
Summary
The prototype offers tenant-security, and has full unit test and integration test coverage.
Features / Enhancements
- #1: Prototype
Refactoring
- #2: Removed
remotelog
sources and added the module as a LuaRocks dependency.
Dependency updates
- Added
remotelog:1.0.0
Note that row-level-security-lua
also has dependencies to cjson
and luasockets
, both of which are pre-installed on Exasol.