There was an error while loading. Please reload this page.
1 parent 795c606 commit 313d6c9Copy full SHA for 313d6c9
2 files changed
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v0.23.0-dev
4
+
5
+* Enhancements
6
+ * Add SCRAM-SHA-256-PLUS support
7
8
+* Bug fixes
9
+ * Do not set `num_rows` to non-nil atom
10
+ * Use reports for logging errors
11
+ * Fix composite type loading when `record_send` is duplicated
12
+ * Fix encoding of domains over composite types
13
+ * Enforce integer bounds in type encoders
14
15
## v0.22.3 (2026-07-09)
16
17
* Security
mix.exs
@@ -2,7 +2,7 @@ defmodule Postgrex.Mixfile do
use Mix.Project
@source_url "https://github.com/elixir-ecto/postgrex"
- @version "0.22.3"
+ @version "0.23.0-dev"
def project do
[
0 commit comments