Skip to content

Bump ecto from 3.11.2 to 3.14.2 - #5

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/ecto-3.14.2
Open

Bump ecto from 3.11.2 to 3.14.2#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/ecto-3.14.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown

Bumps ecto from 3.11.2 to 3.14.2.

Changelog

Sourced from ecto's changelog.

v3.14.2 (2026-08-14)

Enhancements

  • [Ecto.Schema] Allow configuring :writable and :on_writable_violation for the :inserted_at field generated by timestamps/1

Bug fixes

  • [Ecto.Changeset] Fix changed?/3 for removed one-to-one relations
  • [Ecto.Changeset] Fix stale belongs_to keys in apply_changes/1
  • [Ecto.Changeset] Preserve prepare_changes callbacks in merge/2
  • [Ecto.Changeset] Preserve the default :on_cast function in relation type metadata
  • [Ecto.Query] Fix source field caching for map updates
  • [Ecto.Repo] Propagate the caller's Logger level to preload tasks
  • [Ecto.Repo] Enforce writable fields after prepare_changes callbacks
  • [Ecto.Schema] Fix autogeneration options for composite types
  • [Ecto.Schema] Avoid compile-time dependencies on modules named in @derive
  • [Ecto.Type] Normalize DateTime casts to UTC

v3.14.1 (2026-07-09)

Enhancements

  • [Ecto.Schema] Allow embedded_schema to have non-virtual :any fields
  • [Ecto.Schema] Add :on_writable_violation option for fields (a default can be specified with @on_writable_violation)
  • [Ecto.UUID] Add helper functions for UUIDv7

Bug fixes

  • [Ecto.Query] Warn on parentheses in query field access
  • [Ecto.Query] Expand macros in window frames
  • [Ecto.Query] Fix data-modifying CTE planner cache traversal
  • [Ecto.Query] Fix splice parameters in dynamic expressions
  • [Ecto.Query] Fix subquery order in query builders
  • [Ecto.Query] Fix wrong placeholder numbering when a from source is a {fragment, schema} tuple
  • [Ecto.Repo] Do not reflect changes ignored due to :writable in returned struct
  • [Ecto.Repo] Fix placeholder type mismatch check on insert_all with placeholders

v3.14.0 (2026-05-19)

Enhancements

  • [Ecto.Adapter] Accept a counter option in prepare_query/3
  • [Ecto.Changeset] Add Ecto.Changeset.reorder_assoc/2
  • [Ecto.Query] Allow from and joins with {fragment, Schema} source
  • [Ecto.Repo] Raise an error on query-like keyword opts to Repo functions
  • [Ecto.Repo] Support :replace_changed on upserts to enable HOT updates in PostgreSQL
  • [Ecto.Repo] Add :query_cache option to selectively bypass query cache
  • [Ecto.Schema] Add :on_join_through_conflict option for
  • [Ecto.Type] Add Ecto.Type.trim/2 and allow developers to configure how values are trimmed on cast with the :trim_values option

... (truncated)

Commits
  • f6eb492 Release v3.14.2
  • f13d064 Make sure on_cast information is available on type metadata
  • 80f82a9 Allow for specifying :writable and :on_writable_violation options for :insert...
  • 7b36fe6 Avoid compile-time dependency on modules named in derive (#4779)
  • 4e704f2 Normalize DateTime casts to UTC (#4775)
  • fa6dd6a Fix autogenerate options for composite types (#4773)
  • 2e2af81 Enforce writable fields after prepare_changes (#4771)
  • 8f97303 Fix link formatting for supervision tree reference
  • abeab7a Propagate the caller's Logger level to preload tasks (#4766)
  • bac6db2 Preserve prepare_changes in Ecto.Changeset.merge/2 (#4768)
  • 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 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 [ecto](https://github.com/elixir-ecto/ecto) from 3.11.2 to 3.14.2.
- [Release notes](https://github.com/elixir-ecto/ecto/releases)
- [Changelog](https://github.com/elixir-ecto/ecto/blob/master/CHANGELOG.md)
- [Commits](elixir-ecto/ecto@v3.11.2...v3.14.2)

---
updated-dependencies:
- dependency-name: ecto
  dependency-version: 3.14.2
  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 Aug 19, 2026
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

Development

Successfully merging this pull request may close these issues.

0 participants