Skip to content

Commit 4cc725a

Browse files
committed
Release v3.12.4
1 parent 52c0aa0 commit 4cc725a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog for v3.x
22

3+
## v3.12.4 (2024-10-07)
4+
5+
### Enhancements
6+
7+
* [Ecto.Repo] Use `persistent_term` for faster repository lookup
8+
* [Ecto.Repo] Document new `:pool_count` option
9+
10+
### Bug fixes
11+
12+
* [Ecto.Repo] Make `Ecto.Repo.reload` respect `source`
13+
314
## v3.12.3 (2024-09-06)
415

516
### Bug fixes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Ecto.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-ecto/ecto"
5-
@version "3.12.3"
5+
@version "3.12.4"
66

77
def project do
88
[

0 commit comments

Comments
 (0)