Skip to content

Commit 130b043

Browse files
committed
chore: prepare for 1.4.3
1 parent 7642efe commit 130b043

12 files changed

Lines changed: 34 additions & 16 deletions

CHANGELOG.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
********************
2+
1.4.3 (2026-04-10)
3+
********************
4+
5+
==========
6+
Features
7+
==========
8+
9+
- Add ``kind`` parameter to log messages to separate semantic and representation - by :user:`abitrolly` (:issue:`973`)
10+
11+
==========
12+
Bugfixes
13+
==========
14+
15+
- Strip ``PYTHONPATH`` from the environment during isolated builds to prevent host packages from leaking into the build -
16+
by :user:`gaborbernat` (:issue:`405`)
17+
- Pass ``--no-input`` to pip to prevent hidden credential prompts that cause hangs, and automatically set
18+
``PIP_KEYRING_PROVIDER=subprocess`` (or ``UV_KEYRING_PROVIDER=subprocess`` for the uv installer) when the ``keyring``
19+
CLI is on ``PATH`` -- by :user:`gaborbernat` (:issue:`409`)
20+
- ``check_dependency`` now reports URL requirements as unmet instead of silently accepting them when a package with the
21+
same name is installed - by :user:`gaborbernat` (:issue:`860`)
22+
- Fix misleading missing dependency error display where transitive dependency chains showed the top-level package on a
23+
separate line, making it appear as if the top-level package itself was missing - by :user:`gaborbernat` (:issue:`875`)
24+
- Fix towncrier template to generate changelog categories in definition order - by :user:`gaborbernat` (:issue:`1007`)
25+
- Resolve thread-safety races in the build API - by :user:`gaborbernat` (:issue:`1015`)
26+
- Validate ``backend-path`` entries exist on disk with a clear error - by :user:`gaborbernat` (:issue:`1016`)
27+
28+
===============
29+
Miscellaneous
30+
===============
31+
32+
- :issue:`1020`, :issue:`1021`
33+
134
####################
235
1.4.2 (2026-03-25)
336
####################

docs/changelog/1007.bugfix.rst

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

docs/changelog/1015.bugfix.rst

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

docs/changelog/1016.bugfix.rst

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

docs/changelog/1020.misc.rst

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

docs/changelog/1021.misc.rst

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

docs/changelog/405.bugfix.rst

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

docs/changelog/409.bugfix.rst

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

docs/changelog/860.bugfix.rst

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

docs/changelog/875.bugfix.rst

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

0 commit comments

Comments
 (0)