Skip to content

Commit 6dbdc91

Browse files
Release 8.1.0
1 parent bd0127a commit 6dbdc91

13 files changed

Lines changed: 35 additions & 17 deletions

CHANGES.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@ CHANGELOG
33

44
.. towncrier release notes start
55
6+
pytest-postgresql 8.1.0 (2026-05-15)
7+
====================================
8+
9+
Features
10+
--------
11+
12+
- Add Windows support for ``PostgreSQLExecutor``, including platform-specific start/stop handling. (`#1182 <https://github.com/dbfixtures/pytest-postgresql/issues/1182>`__)
13+
14+
15+
Documentation
16+
-------------
17+
18+
- Make sure diagrams are using unified terminology.
19+
20+
21+
Miscellaneus
22+
------------
23+
24+
- Fix typos (`#1267 <https://github.com/dbfixtures/pytest-postgresql/issues/1267>`__)
25+
- Add ``pytest-postgresql`` as an editable self-install in the Pipfile; remove the manual ``from pytest_postgresql.plugin import *`` import from ``tests/conftest.py`` and the ``makeconftest`` call in ``tests/test_postgres_options_plugin.py`` that re-registered the plugin and caused duplicate-plugin errors under editable install.
26+
- Add coderabbitai configuration with instructions to keep an eye for newsfragments.
27+
- Attempt to overcome random failure on CI on MacOS on xdist workers where test_executor_init_with_password is receiving
28+
`FATAL: the database system is starting up` error message from psycopg.
29+
30+
That's the only test that doesn't have guards against attempting to start on the same port as other xdist worker.
31+
- Fix codecov pipeline configuration.
32+
- Fixes for diagram workflow.
33+
- Improve reliability of Coverage reporting on CI
34+
- Migrate package publishing step to trusted publishing.
35+
36+
637
pytest-postgresql 8.0.0 (2026-01-23)
738
====================================
839

newsfragments/+13f2182d.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/+4593101b.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/+4ed991c2.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/+56cec843.docs.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/+831f24cb.misc.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

newsfragments/+ba8eaaf7.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/+e9a4c914.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/+pipfile-editable.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/1182.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)