Skip to content

Commit 8a75475

Browse files
update changelog
1 parent cc8b0a7 commit 8a75475

2 files changed

Lines changed: 31 additions & 10 deletions

File tree

docs/changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to ArchiPy are documented in this changelog, organized by version.
44

5+
## [3.5.2] - 2025-07-28
6+
7+
### Bug Fixes
8+
9+
#### Elasticsearch Authentication
10+
11+
- **Password Secret Value Extraction** - Fixed critical authentication issue in Elasticsearch adapters where password secret values were not being properly extracted
12+
- Updated both synchronous and asynchronous Elasticsearch adapters to use `get_secret_value()` method for HTTP_PASSWORD
13+
- Resolved authentication failures when using SecretStr password configuration
14+
- Improved security by properly handling encrypted password fields in Elasticsearch configuration
15+
16+
### Dependencies
17+
18+
- **Poetry Lock Update** - Updated poetry.lock file to Poetry 2.1.2 for improved dependency management
19+
- Enhanced dependency resolution with latest Poetry version
20+
- Updated platform-specific package markers for better cross-platform compatibility
21+
- Improved package hash verification and security
22+
23+
### Code Quality
24+
25+
- **Authentication Consistency** - Standardized password handling across Elasticsearch adapters
26+
- Ensured consistent secret value extraction in both sync and async adapters
27+
- Maintained backward compatibility while improving security practices
28+
- Enhanced error handling for authentication configuration
29+
530
## [3.5.1] - 2025-07-28
631

732
### Bug Fixes

poetry.lock

Lines changed: 6 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)