eql-2.1.0
What's Changed
Changes since the last release
Makes the unused zero-downtime workflow optional and disabled by default.
Adding new search configuration no longer requires calling the encrypt
and activate
functions to move from pending
to active
config states.
-- No longer required
SELECT eql_v2.encrypt();
SELECT eql_v2.activate();
Full Changelog: eql-2.0.6...eql-2.1.0