Skip to content

Commit de8361a

Browse files
docs: add 4.11.1 changelog entry
1 parent 7b5b56c commit de8361a

4 files changed

Lines changed: 28 additions & 2 deletions

File tree

docs/community/changelog/4/4.11.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Release notes for ArchiPy 4.11.0"
55

66
# 4.11.0 — 2026-06-18
77

8-
[← 4.10.2](4.10.2.md) | [↑ 4.x series](index.md)
8+
[← 4.11.1](4.11.1.md) | [4.10.2](4.10.2.md) | [↑ 4.x series](index.md)
99

1010
## Added
1111

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "Changelog 4.11.1"
3+
description: "Release notes for ArchiPy 4.11.1"
4+
---
5+
6+
# 4.11.1 — 2026-06-18
7+
8+
[← 4.11.0](4.11.0.md) | [↑ 4.x series](index.md)
9+
10+
## Fixed
11+
12+
### Dependencies - FastAPI Compatibility
13+
14+
- **FastAPI Upper Bound** — Pinned `fastapi` to `>=0.136,<0.137` to prevent breakage from FastAPI 0.137+
15+
which introduced incompatible changes with the current codebase.
16+
17+
## Refactored
18+
19+
### Tooling - Testing Execution Model
20+
21+
- **Removed Parallel Behave Settings** — Deleted `parallel = 8` and `parallel_scheme = "multiprocessing"` from
22+
`[tool.behave]` in `pyproject.toml`. Tests now run sequentially by default, aligning with the BDD convention
23+
of isolated scenarios.
24+
- **Updated AGENTS.md** — Refreshed quick commands and dev setup instructions.
25+
- **Documentation Alignment** — Brought `docs/getting-started/project_structure.md` in sync with current layout.

docs/community/changelog/4/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: "Release history for ArchiPy 4.x series"
99

1010
| Version | Date | Summary |
1111
|---------------------|------------|-------------------------------------------------------------------------------------------------|
12+
| [4.11.1](4.11.1.md) | 2026-06-18 | FastAPI compatibility pin to <0.137, removed parallel behave settings, docs alignment |
1213
| [4.11.0](4.11.0.md) | 2026-06-18 | MinIO stream upload/download APIs, IPG DTO extraction, and FastAPI large-file upload tests |
1314
| [4.10.2](4.10.2.md) | 2026-06-15 | httpx2 HTTP client migration, gRPC/app-utils fixes, and dependency updates |
1415
| [4.10.1](4.10.1.md) | 2026-05-31 | FastAPI APM middleware ordering fix, Redis type-hint refactor, and dependency updates |

docs/community/changelog/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All notable changes to ArchiPy are documented here, organized by major version s
99

1010
## [4.x Series](4/index.md)
1111

12-
30 releases — from 4.0.0 to 4.11.0
12+
31 releases — from 4.0.0 to 4.11.1
1313

1414
## [3.x Series](3/index.md)
1515

0 commit comments

Comments
 (0)