Skip to content

eql-2.1.0

Compare
Choose a tag to compare
@tobyhede tobyhede released this 29 Jun 23:22
· 18 commits to main since this release
6635827

What's Changed

Changes since the last release

  • EQL: remove zero-downtime migration workflow by @tobyhede in #119

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