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: CHANGELOG.md
+62Lines changed: 62 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,65 @@
1
+
# 8.18.0
2
+
3
+
* Update `elastictransport` to `8.7.0`.
4
+
* Thanks to @zaneli, the `TypedClient` can now be used in the `BulkIndexer`.
5
+
6
+
# New
7
+
8
+
* This release adds a `BaseClient` constructor with no attached APIs, allowing it to be used purely as a transport layer instead of a full-featured API client.
0 commit comments