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
Search: Throw on failed async task start in ElasticsearchOperations
DeleteByQueryAsync, ReindexAsync, and UpdateByQueryAsync now throw
InvalidOperationException when PostAsyncTaskAsync returns null instead
of silently skipping the poll. These are wait-for-completion methods
where callers expect the operation to have succeeded on return.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments