honeybadger-elixir
honeybadger-elixir copied to clipboard
chore(deps): bump ecto from 3.12.2 to 3.13.2
Bumps ecto from 3.12.2 to 3.13.2.
Changelog
Sourced from ecto's changelog.
v3.13.2 (2025-06-24)
Bug fixes
- [Ecto.Query] Fix regression which made queries with multiple joins expensive to compile
- [Ecto.Repo] Fix detection of missing primary key on associations with only nil entries
- [Ecto.Query] Fix macro expansion in
overclause'sorder_byv3.13.1 (2025-06-19)
Bug fixes
- [Ecto.Repo] Do not automatically apply HOT updates on upsert with
replace. It is the user responsibility to make sure they do not overlapv3.13.0 (2025-06-18)
Requires Elixir v1.14+.
Enhancements
- [Ecto] Support Elixir's built-in JSON
- [Ecto.Enum] Add
Ecto.Enum.cast_value/3- [Ecto.Query] Allow schema to be used for
valueslist types- [Ecto.Query] Allow strings in
field/2- [Ecto.Query] Add
identifier/1in queries- [Ecto.Query] Add
constant/1in queries- [Ecto.Query] Allow
exclude/2to remove windows- [Ecto.Query] Allow source fields in
json_extract_path- [Ecto.Repo] Add
Ecto.Repo.prepare_transaction/2user callback- [Ecto.Repo] Add
Ecto.Repo.all_by/3- [Ecto.Repo] Add
Ecto.Repo.transact/2- [Ecto.Repo] Allow HOT updates on upsert queries in Postgres by removing duplicate fields during
replace_all_except- [Ecto.Schema] Support
@schema_redact: :all_except_primary_keysmodule attributeBug fixes
- [Ecto.Query] Allow select merging maps with all nil values
- [Ecto.Query]
map/2in queries now always returns a map on joins, even on left joins, for consistency withfromsources- [Ecto.Schema] Fix an issue where Ecto could warn an association did not exist, when it did
Soft deprecations (no warnings emitted)
- [Ecto.Repo]
Ecto.Repo.transaction/2is soft-deprecated in favor ofEcto.Repo.transact/1- [Ecto.Query.API]
literal/1is deprecated in favor ofidentifier/1v3.12.6 (2025-06-11)
Fix deprecations on Elixir v1.19.
v3.12.5 (2024-11-28)
... (truncated)
Commits
cd0f70bRelease v3.13.23816296Revert "Add support for :writable option on belongs_to (#4624)"59d21eeFix nil map associations (#4631)18a633aDocs: Don't reference deprecatedliteral(#4627)5750491Fix issue with macro expansion inoverclause'sorder_by(#4630)3637802Docs: Fixidentifierdocs unused variable (#4626)3b2d006Use unique var names when computing bindings (#4625)9cdc5bfOnly compute expression to string if necessary576665fAdd support for :writable option on belongs_to (#4624)db12e07upserts: offer guidance when:replace_allor:replace_all_exceptproduce ...- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)