We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c0aa0 commit 4cc725aCopy full SHA for 4cc725a
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog for v3.x
2
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
14
## v3.12.3 (2024-09-06)
15
16
### Bug fixes
mix.exs
@@ -2,7 +2,7 @@ defmodule Ecto.MixProject do
use Mix.Project
@source_url "https://github.com/elixir-ecto/ecto"
- @version "3.12.3"
+ @version "3.12.4"
def project do
[
0 commit comments