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
Copy file name to clipboardExpand all lines: new_docs/contents/breaking-changes.md
+9
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,15 @@ to `PutMappingDescriptor<T>`
38
38
39
39
IResponse.Error.Exception no longer exists, it is inlined to IResponse.OriginalException. The Error property did not hold any information that was not available on IResponse.ConnectionStatus.
40
40
41
+
### Response shortcuts
42
+
43
+
Prior to 1.0 some calls directly returned a bool or value instead of the full envelopped Elasticsearch response.
44
+
45
+
i.e `client.IndexExists("myIndexName")` used to return a bool but should now be called like this:
0 commit comments