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
feat(connection): add client info retrieval and improved error handling
- Introduced `getClientInfo` method to retrieve Elasticsearch client information.
- Added `AuthenticationException` for better error handling during connection build.
- Configured connection name dynamically instead of hardcoding.
- Enhanced docstrings for connection validation and builder options.
- Implemented new tests for prefix handling and client info retrieval.
- Refactored existing tests to use `expect` instead of `$this->assertInstanceOf`.
Who needs a crystal ball when you have comprehensive client info? 🔮
0 commit comments