Skip to content

Releases: cipherstash/encrypt-query-language

eql-2.1.8

31 Jul 04:25
c338529
Compare
Choose a tag to compare

What's Changed

Changes since the last release

Full Changelog: eql-2.1.7...eql-2.1.8

eql-2.1.7

29 Jul 16:43
f8257f2
Compare
Choose a tag to compare

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

28 Jul 02:19
3e82074
Compare
Choose a tag to compare

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

23 Jul 05:06
76f26c0
Compare
Choose a tag to compare

What's Changed

Changes since the last release

Full Changelog: eql-2.1.4...eql-2.1.5

eql-2.1.4

21 Jul 01:34
e04f366
Compare
Choose a tag to compare

What's Changed

Changes since the last release

  • Treat single element ste vec as eql_v2_encrypted by @tobyhede in #122

Full Changelog: eql-2.1.3...eql-2.1.4

eql-2.1.3

15 Jul 14:58
5d09904
Compare
Choose a tag to compare

What's Changed

Changes since the last release

Full Changelog: eql-2.1.2...eql-2.1.3

eql-2.1.2

09 Jul 01:03
1bb6ecd
Compare
Choose a tag to compare

What's Changed

Changes since the last release

Full Changelog: eql-2.1.1...eql-2.1.2

eql-2.1.1

08 Jul 05:28
54840cb
Compare
Choose a tag to compare
eql-2.1.1 Pre-release
Pre-release

What's Changed

Changes since the last release

Full Changelog: eql-2.1.0...eql-2.1.1

eql-2.1.0

29 Jun 23:22
6635827
Compare
Choose a tag to compare

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

eql-2.0.6

25 Jun 01:28
cb97c93
Compare
Choose a tag to compare

What's Changed

Changes since the last release

  • Enable simpler indexing on encrypted records with hmac_256 by @tobyhede in #116
  • Enable indexing on eql_v2_encrypted columns without needing function helpers by @tobyhede in #118

Full Changelog: eql-2.0.5...eql-2.0.6