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: docs/changelog.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,31 @@
2
2
3
3
All notable changes to ArchiPy are documented in this changelog, organized by version.
4
4
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
0 commit comments