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 6 bug bash bugs: SQL TOP enforcement, QueryResult __aiter__, token caching/coalescing, auth exception sanitization, empty data validation, GUID validation
Bug 1 (ADO 6431970): Client-side enforcement of SELECT TOP n for ?sql= endpoint
Bug 2 (ADO 6431066): Add __aiter__ to QueryResult for async for support
Bug 3 (ADO 6431085): Token caching + lock-based coalescing in auth managers
Bug 4 (ADO 6431086): Wrap credential exceptions in AuthenticationError to prevent token leaks
Bug 5 (ADO 6431942): Reject empty data in records.create()
Bug 6 (ADO 6431966): Validate GUIDs in retrieve/update/delete before server call
All 2431 unit tests pass.
0 commit comments