Releases: cipherstash/encrypt-query-language
Releases · cipherstash/encrypt-query-language
eql-2.1.8
eql-2.1.7
What's Changed
Changes since the last release
- fix: make eql_v2.compare robust against null search terms by @freshtonic in #127
Full Changelog: eql-2.1.6...eql-2.1.7
eql-2.1.6
What's Changed
Changes since the last release
- fix: make min & max delegate to comparison ops directly by @freshtonic in #126
Full Changelog: eql-2.1.5...eql-2.1.6
eql-2.1.5
eql-2.1.4
eql-2.1.3
What's Changed
Changes since the last release
- docs: revamp docs by @calvinbrewer in #123
- fix: config functions remove process by @calvinbrewer in #124
Full Changelog: eql-2.1.2...eql-2.1.3
eql-2.1.2
eql-2.1.1
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