Skip to content

Releases: cipherstash/encrypt-query-language

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

eql-2.0.5

20 Jun 03:48
9ceb350
Compare
Choose a tag to compare

What's Changed

Changes since the last release

  • -> and ->> variants with eql_v2_encrypted selector by @tobyhede in #115
  • Jsonb functions accept eql_v2_encrypted as selector param by @tobyhede in #117

Full Changelog: eql-2.0.4...eql-2.0.5

eql-2.0.4

30 May 02:55
6699a9a
Compare
Choose a tag to compare

What's Changed

Changes since the last release

Full Changelog: eql-2.0.3...eql-2.0.4

eql-2.0.3

30 May 02:08
e9f3df1
Compare
Choose a tag to compare

What's Changed

Changes since the last release

  • Expand ordering test using operator family by @tobyhede in #112
  • Correctly cast and handle nulls for order ops by @tobyhede in #113

Full Changelog: eql-2.0.2...eql-2.0.3

eql-2.0.2

23 May 03:22
d78a3c1
Compare
Choose a tag to compare

What's Changed

Changes since the last release

Full Changelog: eql-2.0.1...eql-2.0.2

eql-2.0.1

22 May 10:48
7593787
Compare
Choose a tag to compare

What's Changed

Changes since the last release

Full Changelog: eql-2.0.0...eql-2.0.1

eql-2.0.0

21 May 00:16
1ed5e8b
Compare
Choose a tag to compare

What's Changed

Changes since the last release

Full Changelog: eql-2.0.0-alpha.3...eql-2.0.0