Skip to content

Commit 38e4d08

Browse files
docs: add changelog for 4.7.0 release
1 parent 910b6f6 commit 38e4d08

3 files changed

Lines changed: 36 additions & 1 deletion

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: "Changelog 4.7.0"
3+
description: "Release notes for ArchiPy 4.7.0"
4+
---
5+
6+
# 4.7.0 — 2026-04-28
7+
8+
[← 4.6.0](4.6.0.md) | [↑ 4.x series](index.md)
9+
10+
## Added
11+
12+
### Adapters - MinIO
13+
14+
- **MinIO Copy Object** - Implemented `copy_object` method in MinioAdapter.
15+
- Supports copying objects within and between buckets
16+
- Added comprehensive BDD tests
17+
18+
### Configuration
19+
20+
- **Advanced CORS Configuration** - Added advanced CORS configuration options.
21+
- Extended `ConfigTemplate` with CORS-related settings
22+
- Added comprehensive BDD tests for CORS functionality
23+
24+
## Changed
25+
26+
### Environment
27+
28+
- **Example Environment** - Updated `.env.example` with new CORS configuration variables.
29+
- Added CORS-related environment variable documentation
30+
31+
### Tests - App Utils
32+
33+
- **Enhanced App Utils Tests** - Added extensive BDD tests for advanced CORS configuration.
34+
- 89 new scenario steps added

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.7.0](4.7.0.md) | 2026-04-28 | MinIO copy_object method, advanced CORS configuration, and comprehensive tests |
1213
| [4.6.0](4.6.0.md) | 2026-04-27 | Parsian and Saman IPG async adapters, port interface extraction, and dependency updates |
1314
| [4.5.0](4.5.0.md) | 2026-04-27 | Saman Shaparak adapter, DatetimeUtils caching refactor, and dependency updates |
1415
| [4.4.2](4.4.2.md) | 2026-04-15 | asyncmy to asyncmy2 migration, dev dependency refresh, and test container image 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-
18 releases — from 4.0.0 to 4.6.0
12+
19 releases — from 4.0.0 to 4.7.0
1313

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

0 commit comments

Comments
 (0)