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
- Simplified version extraction by using strings.TrimPrefix for various version fields in the HostData structure.
- Removed redundant checks for "v" prefix in version strings, ensuring cleaner and more efficient code.
- Enhanced the buildXClientHeader function to consistently handle version formatting.
These changes improve code readability and maintainability while ensuring consistent version handling across the SDK.
0 commit comments