Releases: cipherstash/encrypt-query-language
Releases · cipherstash/encrypt-query-language
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
eql-2.0.6
eql-2.0.5
eql-2.0.4
eql-2.0.3
eql-2.0.2
What's Changed
Changes since the last release
- docs: update SUPABASE.md formating by @calvinbrewer in #110
- Update eql json version by @tobyhede in #111
Full Changelog: eql-2.0.1...eql-2.0.2
eql-2.0.1
eql-2.0.0
What's Changed
Changes since the last release
- Wrap EQL into a PostgreSQL schema by @tobyhede in #98
- Modularise SQL by @tobyhede in #99
- Eql v2.0 - Searchable Encrypted JSONB by @tobyhede in #101
- Enhance functions for operator-free environments like Supabase by @tobyhede in #103
- feat: encrypted column constraint by @tobyhede in #104
- Eql v2 0 by @tobyhede in #105
Full Changelog: eql-2.0.0-alpha.3...eql-2.0.0