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
fix: enforce minimum version requirement in ApiVersionsRequestBody encoding
- Added a panic condition in the Encode method of ApiVersionsRequestBody to ensure that the Version is always >= 3, preventing potential runtime errors.
- Refactored the Encode method in ApiVersionsRequest to utilize a common encodeRequest function, improving code consistency and readability.
0 commit comments