Skip to content

Commit 67e97fb

Browse files
committed
Release v2.7.3
1 parent de48e38 commit 67e97fb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v2.7.3 - 2026-01-23
4+
5+
### Fixes
6+
7+
#### Transport
8+
- Improve path escaping in OpenSSH transport for special characters ([#7171](https://github.com/aiidateam/aiida-core/pull/7171)) [[4c89d9624]](https://github.com/aiidateam/aiida-core/commit/4c89d96249a64554ea795ebc3ffae317989d6e94)
9+
- Fix a critical race condition in `TransportQueue` ([#7144](https://github.com/aiidateam/aiida-core/pull/7144)) [[b02a233af]](https://github.com/aiidateam/aiida-core/commit/b02a233afecfbb2087b9d281c6be3f99fdbbc65f)
10+
- Add semaphore control to `AsyncSshTransport::exec_command_wait_async` to prevent SSH connection overwhelm ([#7144](https://github.com/aiidateam/aiida-core/pull/7144)) [[985d5c809]](https://github.com/aiidateam/aiida-core/commit/985d5c809325ac8b68f0867586613d050a5e3e1f)
11+
12+
#### Engine
13+
- Fix: Avoid mutating `_polling_jobs` inside slurm scheduler ([#7155](https://github.com/aiidateam/aiida-core/pull/7155)) [[9f03a8e4c]](https://github.com/aiidateam/aiida-core/commit/9f03a8e4cad4764ac99a39b12677036eefe1a2ca)
14+
15+
### Devops
16+
- Switch PyPI publishing to OIDC trusted publishing ([#7173](https://github.com/aiidateam/aiida-core/pull/7173)) [[c4e320816]](https://github.com/aiidateam/aiida-core/commit/c4e3208165cf2e090d711fd892cf47cb55181783)
17+
18+
319
## v2.7.2 - 2025-12-10
420

521
### Fixes

src/aiida/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'For further information please visit http://www.aiida.net/. All rights reserved.'
2828
)
2929
__license__ = 'MIT license, see LICENSE.txt file.'
30-
__version__ = '2.7.2'
30+
__version__ = '2.7.3'
3131
__authors__ = 'The AiiDA team.'
3232
__paper__ = (
3333
'S. P. Huber et al., "AiiDA 1.0, a scalable computational infrastructure for automated reproducible workflows and '

0 commit comments

Comments
 (0)