Skip to content

Tags: 47ng/prisma-field-encryption

Tags

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: support decrypting strings larger than 4 MiB (#123)

The `cloakedStringRegex` regex fails on ciphertexts larger than 4 MiB.
The new `parseCloakedString` in [`@47ng/cloak@1.2.0`][1] doesn't have
this limitation.

[1]: https://github.com/47ng/cloak/releases/tag/v1.2.0

Fixes: #122

v1.6.0-beta.1

Toggle v1.6.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): Bump actions/checkout from 3.5.3 to 4.1.7 (#114)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@c85c95e...692973e)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Mark DMMF as deep readonly (#98)

* chore: Update dependencies

* chore: Add types for `debug` dependency

* fix: Mark DMMF as deep readonly

Closes #97.

* chore: Bump node version to LTS

v1.5.2-beta.1

Toggle v1.5.2-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Mark DMMF as deep readonly (#98)

* chore: Update dependencies

* chore: Add types for `debug` dependency

* fix: Mark DMMF as deep readonly

Closes #97.

* chore: Bump node version to LTS

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Support querying hash data with 'not' condition (#95)

Co-authored-by: Percy Chen <Percy_Chen@HTC.COM>

v1.5.1-beta.1

Toggle v1.5.1-beta.1's commit message
chore: Add test case

v1.5.0

Toggle v1.5.0's commit message
doc: Document explicit cast for migrations

v1.5.0-beta.2

Toggle v1.5.0-beta.2's commit message
chore: Lockfile update

v1.5.0-beta.1

Toggle v1.5.0-beta.1's commit message
fix: Default to using extensions in CI script

v1.4.5

Toggle v1.4.5's commit message
fix: Detect array syntax for `orderBy`

While this does not actually fix the problem in #65,
it allows the query to fail as `orderBy` is not supported,
and to log an error message before the failure.

Closes #65.