Commit 7098a28
[Backport 7.7] Add RequestParams overload without optional cont… (#4660)
This commit adds back a RequestParams overload on NamespacedClientProxy
in Elasticsearch.Net that does not accept a content type
optional parameter, and removes the optional part
of the parameter on the other overload, for backwards
binary compatibility.
Co-authored-by: Russ Cam <russ.cam@elastic.co>1 parent ee4b2dd commit 7098a28
File tree
2 files changed
+7
-3
lines changed- src/Elasticsearch.Net
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
0 commit comments