Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cloak_ecto from 1.2.0 to 1.3.0 #366

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

Bumps cloak_ecto from 1.2.0 to 1.3.0.

Changelog

Sourced from cloak_ecto's changelog.

1.3.0 (2024-04-06)

Full Changelog

Fixed bugs:

  • can't define label when define MyApp.Encrypted.Binary #49
  • Migrator breaks with Ecto.Enum field in the same schema #46
  • Trouble loading the Cloak.Ecto.PBKDF2 library #30
  • The version 1.2.0 generates an unexpected error #26
  • Migrator doesn't handle plaintext arrays or maps with inner types #8
  • πŸ› Fix Migrator when schema contains Ecto.Enum #51 (danielberkompas)

Closed issues:

  • order by #48
  • SQLite3 support? #45
  • Add a Decimal type #43
  • Create unique contraint for encrypted or hashed column #40
  • Documentation: cloak.migrate.ecto mix task ignores labels and is order-dependent #33
  • Remove insecure example from docs #29
  • Decrypt for postgresql's native encrypt function? #28
  • Missing function :crypto.block_encrypt/4 in Erlang 24 #23
  • Not possible to compile with Ecto 3.6.0 #20
  • Support blind indexes #18
  • In multi-tenant setting #15
  • Cloak.Ecto.Type does not conform to the Ecto.Type behavior #12

Merged pull requests:

Commits
  • 05ea920 Release version 1.3.0
  • 55cd275 Add bin/changelog script
  • 98b1c96 Merge pull request #52 from danielberkompas/43-decimal-type
  • 6e98740 ✨ Add Decimal type
  • be99311 Merge pull request #51 from danielberkompas/46-ecto-enum
  • 500034e πŸ› Fix Migrator when schema contains Ecto.Enum
  • 62e6dff Merge pull request #7 from voltone/closure-option
  • 350d43f Merge pull request #50 from danielberkompas/sha256-security
  • a450aca πŸ”’ Use 600,000 iterations in PBKDF2 SHA256
  • 43fa129 Add badges to README
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cloak_ecto](https://github.com/danielberkompas/cloak_ecto) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/danielberkompas/cloak_ecto/releases)
- [Changelog](https://github.com/danielberkompas/cloak_ecto/blob/master/CHANGELOG.md)
- [Commits](danielberkompas/cloak_ecto@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: cloak_ecto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code
Projects
None yet
0 participants