Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 22 Oct 20:36
· 56 commits to main since this release

1.4.0 (2022-10-22)

Bug Fixes

  • Add missing type in generated migrations (eebfe41)
  • Consider select queries for field decryption (e7320b8)
  • Field type can be more complex (bb9f656)
  • Mark hash fields as nullable (de4cb97)
  • Wrong error message for decryption (4b243a7)

Features

  • Add hash field support to enable filtering (f874daa)
  • Add logging with debug (82806f4), closes #4
  • Allow custom client location (0860162), closes #18 #19
  • Document encryption/decryption modes (d366465)

What's Changed

  • feat: Allow custom client location by @franky47 in #20
  • chore(deps): Bump actions/cache from 3.0.2 to 3.0.4 by @dependabot in #27
  • fix: Consider select for field decryption by @srosato in #33
  • chore(deps): Bump actions/cache from 3.0.4 to 3.0.9 by @dependabot in #32
  • chore(deps): Bump actions/setup-node from 1.4.4 to 3.4.1 by @dependabot in #30
  • chore(deps): Bump actions/setup-node from 3.4.1 to 3.5.1 by @dependabot in #36
  • chore(deps): Bump actions/cache from 3.0.9 to 3.0.11 by @dependabot in #35
  • chore(deps): Bump actions/checkout from 3.0.2 to 3.1.0 by @dependabot in #34

New Contributors

Full Changelog: v1.3.3...v1.4.0