3.5.2 — 2025-07-28¶
← 3.6.0 | 3.5.1 → | ↑ 3.x series
Bug Fixes¶
Elasticsearch Authentication¶
- Password Secret Value Extraction - Fixed critical authentication issue in Elasticsearch adapters where password
secret values were not being properly extracted
- Updated both synchronous and asynchronous Elasticsearch adapters to use
get_secret_value()method for HTTP_PASSWORD - Resolved authentication failures when using SecretStr password configuration
- Improved security by properly handling encrypted password fields in Elasticsearch configuration
- Updated both synchronous and asynchronous Elasticsearch adapters to use
Dependencies¶
- Poetry Lock Update - Updated poetry.lock file to Poetry 2.1.2 for improved dependency management
- Enhanced dependency resolution with latest Poetry version
- Updated platform-specific package markers for better cross-platform compatibility
- Improved package hash verification and security
Code Quality¶
- Authentication Consistency - Standardized password handling across Elasticsearch adapters
- Ensured consistent secret value extraction in both sync and async adapters
- Maintained backward compatibility while improving security practices
- Enhanced error handling for authentication configuration