v0.3.9 - Field Level Data Encryption (FLE), OCR
What's Changed
Note: With this release on the data encryption is ON by default. Which means - that from now on, all the records will be encrypted according to the default encryption maps, designed to secure the GDPR sensitive information. Read the docs on how to migrate and set up your data environment.
You may save the previous (unencrypted) workflow by setting the TENANT_DATA_ENCRYPTION=no env. variable.
Major changes:
- feat: #208 field-level data encryption by @pkarw in #223
- feat: First version of ocr by @MStaniaszek1998 in #216
Minor changes:
- build(deps): bump next from 16.0.7 to 16.0.9 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #225
- fix: #224 changes CJS fallback for diRegistrars by @simonkak in #227
- feat: #162 ocr enhancements by @MStaniaszek1998 in #229
- chore: remove cached node_modules by @kumiega in #231
- build(deps): bump next from 16.0.9 to 16.0.10 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #240
- fix: minor fixes for 0.3.9 by @pkarw in #245
New Contributors
Full Changelog: v0.3.8...v0.3.9