Releases: cipherstash/proxy
Releases · cipherstash/proxy
v2.1.6
What's Changed
- refactor: ♻️ use std::mem::size_of for accurate cipher cache sizing by @tobyhede in #309
- chore: remove obsolete config by @tobyhede in #311
- ♻️ refactor: convert Name struct to enum and extract to own module by @tobyhede in #314
- refactor: rename Encrypt module to Proxy for better clarity by @tobyhede in #315
- refactor: centralize log target definitions using declarative macro by @tobyhede in #316
- ♻️ refactor: extract SQL parsing logic into dedicated Parser module by @tobyhede in #317
- deps: tracing-subscriber from 0.3.19 to 0.3.20 by @tobyhede in #320
- 🚀 ci: add Slack notifications for build failures on main by @tobyhede in #321
- fix: simple protocol type error for JSONB encrypted types by @tobyhede in #323
Full Changelog: v2.1.5...v2.1.6
v2.1.5
What's Changed
- Send deployment notification to multitudes by @tobyhede in #303
- Adds JSONB tests to the Python integration suite by @damncabbage in #277
- Add SET command for run-time configuration of keyset_id by @tobyhede in #299
- Handle SET KEYSET errors with grace and aplomb by @tobyhede in #304
- .github/workflows: Migrate workflows to Blacksmith runners by @blacksmith-sh[bot] in #307
- Set key name integration test by @tobyhede in #306
- feat: ✨ add configurable cipher caching with async Moka by @tobyhede in #308
Full Changelog: v2.1.4...v2.1.5
v2.1.4
What's Changed
- .github/workflows: Migrate workflows to Blacksmith runners by @blacksmith-sh[bot] in #301
- Revert PR_BYPASS ".github/workflows: Migrate workflows to Blacksmith runners" by @calvinbrewer in #302
- Update to use eql-2.1.8 by @tobyhede in #294
New Contributors
- @blacksmith-sh[bot] made their first contribution in #301
Full Changelog: v2.1.3...v2.1.4
v2.1.3
What's Changed
- Integration tests for jsonb operators by @tobyhede in #283
- feat: cipherstash-proxy helm chart by @calvinbrewer in #281
- fix(helm): PR_BYPASS release process post merge by @calvinbrewer in #286
- fix(helm): PR_BYPASS linting misconfiguration by @calvinbrewer in #287
- fix(helm): PR_BYPASS specificlly pass secrets to lint job on release by @calvinbrewer in #288
- chore: clean up docs and helm charts by @calvinbrewer in #289
- fix: error on invalid workspace_crn by @tobyhede in #290
- Integration tests for jsonb array functions by @tobyhede in #284
- Remove unused dependencies by @tobyhede in #293
- docs: json functions by @tobyhede in #291
- feature(showcase): add comprehensive Proxy/EQL showcase crate by @freshtonic in #285
- chore: 🔧 disable elixir integration tests by @freshtonic in #297
- Add more notes on json limitations by @tobyhede in #298
- ci(showcase): Adds Showcase to CI runs by @damncabbage in #292
- chore: PR_BYPASS upgrade eql to 2.1.8 by @calvinbrewer in #300
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- fix(eql-mapper): resolution of CTE tables by @freshtonic in #280
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- feat: JSON indexing for EQL V2 by @freshtonic in #263
- ref(eql-mapper): remove extra Type implementation by @freshtonic in #272
- feat: update eql-2.1.0 by @tobyhede in #271
- Add collection of processing and execution duration metrics for Prometheus reporting by @damncabbage in #270
- Tests for SQL UPDATE by @tobyhede in #273
- JSON containment by @tobyhede in #274
- Tests for JSONB field access operator (
->
) by @tobyhede in #275 - Integration tests in golang with pgx by @yujiyokoo in #276
- chore: eql upgrade to 2.1.3 by @calvinbrewer in #278
Full Changelog: v2.0.10...v2.1.1
v2.1.0
What's Changed
- SET command to disable mapping by @freshtonic in #267
Full Changelog: v2.0.9...v2.0.10
v2.0.9
v2.0.8
What's Changed
- chore: fix all breakages due to type changes in sqlparser by @freshtonic in #264
- build: trigger release workflow on release event by @auxesis in #265
- build: send version string on requests to ZeroKMS/CTS by @auxesis in #266
Full Changelog: v2.0.7...v2.0.8
v2.0.7
What's Changed
- chore: enable language-specific tests in test:integration by @yujiyokoo in #260
- Handle PostgreSQL OIDs for custom and domain types by @tobyhede in #261
- Fix/build images in actions by @yujiyokoo in #259
Full Changelog: v2.0.6...v2.0.7