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
- SQL guardrails — block statement stacking and writes hidden by
comments, string literals, or zero-width prefixes
- DataFrame MultiIndex columns rejected up-front with a flatten hint
instead of producing tuple keys that fail deep in the JSON encoder
- records.get() deprecation warning now names both migration paths
(retrieve() for single-by-ID and list(filter=...) for filtered queries)
- Server error.innererror.message appended to HttpError.message on both
single-request and batch paths, so the offending field/dtype reaches
users without inspecting the wire payload
- "float"/"double" shorthand precision default raised from 2 to 5 (max
for DoubleAttributeMetadata.Precision) so values like 2.718 round-trip
without silent truncation; decimal/money left at 2
---------
Co-authored-by: Samson Gebre <sagebree@microsoft.com>
0 commit comments