You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-9Lines changed: 23 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,24 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [2.4.3] - 2025-09-22
9
+
10
+
This is a hotfix release. See the **version 2.4.2 changelog below** for the new changes.
11
+
12
+
### Fixed
13
+
14
+
- Fix how type for `ConfigurationValidation` argument is validated that affects `bill-teams` plugin
15
+
8
16
## [2.4.2] - 2025-09-22
9
17
10
18
This release brings some minor bug fixes and improvements.
11
19
12
20
### Added
13
21
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))
22
+
- elAPI `whoami` that shows information about the eLab user (
23
+
see [documentation](https://github.com/uhd-urz/elAPI/tree/main?tab=readme-ov-file#elapi-whoami))
24
+
- New configuration field `async_capacity` that lets you the maximum number of in-flight requests (
25
+
see [documentation](https://github.com/uhd-urz/elAPI/tree/dev?tab=readme-ov-file#configuration))
16
26
- Improved `bill-teams` retry strategy that uses `async_capacity`
17
27
18
28
### Fixed
@@ -21,19 +31,20 @@ This release brings some minor bug fixes and improvements.
21
31
22
32
### Changes
23
33
24
-
- Replace HTTPX's back-end with `aiohttp`. This fixes #162.
34
+
- Replace HTTPX's back-end with `aiohttp`. This fixes #162.
25
35
26
36
## [2.4.1] - 2025-08-26
27
37
28
38
> [!NOTE]
29
39
> This release deprecates support for Python versions 3.9 and 3.10.
30
40
31
-
This is a hotfix release. See the [version 2.4.0 changelog](https://github.com/uhd-urz/elAPI/releases/tag/v2.4.0) for the new changes.
41
+
This is a hotfix release. See the [version 2.4.0 changelog](https://github.com/uhd-urz/elAPI/releases/tag/v2.4.0) for
42
+
the new changes.
32
43
33
44
### Fixed
34
45
35
-
- 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)
36
-
46
+
- Rollback [httpx-limiter](https://midnighter.github.io/httpx-limiter/) to version 0.3.0. The version 0.4.0 would break
47
+
elAPI support on Pyodide (see GH #160)
37
48
38
49
## [2.4.0] - 2025-08-25
39
50
@@ -44,10 +55,13 @@ This release brings general bug fixes and a few major improvements.
44
55
45
56
### Added
46
57
47
-
- The `mail` built-in plugin that is able to scan logs and send emails based on pre-configured trigger conditions (see [documentation](https://github.com/uhd-urz/elAPI/tree/main?tab=readme-ov-file#mail-built-in-plugin))
48
-
- New configuration field `async_rate_limit` that lets you control requests per second (see [documentation](https://github.com/uhd-urz/elAPI/tree/dev?tab=readme-ov-file#configuration))
58
+
- The `mail` built-in plugin that is able to scan logs and send emails based on pre-configured trigger conditions (
59
+
see [documentation](https://github.com/uhd-urz/elAPI/tree/main?tab=readme-ov-file#mail-built-in-plugin))
60
+
- New configuration field `async_rate_limit` that lets you control requests per second (
61
+
see [documentation](https://github.com/uhd-urz/elAPI/tree/dev?tab=readme-ov-file#configuration))
49
62
- Global callback mechanisms (GH https://github.com/uhd-urz/elAPI/pull/156/; see "Callback classes")
50
-
-`add_logging_level` to add new logging levels (see [documentation](https://haggis.readthedocs.io/en/stable/api.html#haggis.logs.add_logging_level))
63
+
-`add_logging_level` to add new logging levels (
64
+
see [documentation](https://haggis.readthedocs.io/en/stable/api.html#haggis.logs.add_logging_level))
0 commit comments