Skip to content

Commit 77061a0

Browse files
committed
Update version to 2.4.2
1 parent f07620a commit 77061a0

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.4.1] - 2025-10-26
8+
## [2.4.2] - 2025-09-22
9+
10+
This release brings some minor bug fixes and improvements.
11+
12+
### Added
13+
14+
- elAPI `whoami` that shows information about the eLab user (see [documentation](https://github.com/uhd-urz/elAPI/tree/main?tab=readme-ov-file#elapi-whoami))
15+
- New configuration field `async_capacity` that lets you the maximum number of in-flight requests (see [documentation](https://github.com/uhd-urz/elAPI/tree/dev?tab=readme-ov-file#configuration))
16+
- Improved `bill-teams` retry strategy that uses `async_capacity`
17+
18+
### Fixed
19+
20+
- Fix #162, #155, #19, #8
21+
22+
### Changes
23+
24+
- Replace HTTPX's back-end with `aiohttp`. This fixes #162.
25+
26+
## [2.4.1] - 2025-08-26
927

1028
> [!NOTE]
1129
> This release deprecates support for Python versions 3.9 and 3.10.
@@ -17,7 +35,7 @@ This is a hotfix release. See the [version 2.4.0 changelog](https://github.com/u
1735
- Rollback [httpx-limiter](https://midnighter.github.io/httpx-limiter/) to version 0.3.0. The version 0.4.0 would break elAPI support on Pyodide (see GH #160)
1836

1937

20-
## [2.4.0] - 2025-10-25
38+
## [2.4.0] - 2025-08-25
2139

2240
> [!NOTE]
2341
> This release deprecates support for Python versions 3.9 and 3.10.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "elapi"
3-
version = "2.4.1"
3+
version = "2.4.2"
44
description = "elAPI is a powerful, extensible API client for eLabFTW."
55
authors = [{ name = "Alexander Haller, Mahadi Xion", email = "elabftw@uni-heidelberg.de" }]
66
requires-python = ">=3.11.0,<4"

src/elapi/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.1
1+
2.4.2

0 commit comments

Comments
 (0)