``psycopg`` release notes
=========================
-Future releases
+Current release
---------------
-Psycopg 3.3.4 (unreleased)
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+Psycopg 3.3.4
+^^^^^^^^^^^^^
- Fix possible spurious connection timeout in systems with very long uptimes
in C extension (:ticket:`#1280`).
(:ticket:`#1302`).
-Current release
----------------
-
Psycopg 3.3.3
^^^^^^^^^^^^^
description = "PostgreSQL database adapter for Python"
# STOP AND READ! if you change:
-version = "3.3.4.dev1"
+version = "3.3.4"
# also change:
# - `docs/news.rst` to declare this as the current version or an unreleased one;
# - `psycopg_c/pyproject.toml` to the same version;
[project.optional-dependencies]
c = [
- "psycopg-c == 3.3.4.dev1; implementation_name != \"pypy\"",
+ "psycopg-c == 3.3.4; implementation_name != \"pypy\"",
]
binary = [
- "psycopg-binary == 3.3.4.dev1; implementation_name != \"pypy\"",
+ "psycopg-binary == 3.3.4; implementation_name != \"pypy\"",
]
pool = [
"psycopg-pool",
[project]
name = "psycopg-c"
description = "PostgreSQL database adapter for Python -- C optimisation distribution"
-version = "3.3.4.dev1"
+version = "3.3.4"
license = "LGPL-3.0-only"
license-files = ["LICENSE.txt"]
classifiers = [