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: docs/guide/release-notes.asciidoc
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,9 @@
37
37
[discrete]
38
38
==== Client
39
39
40
-
* Added more precise type hints to many API parameters
41
-
* Added explicit parameters to `AsyncTransport` and `AIOHttpConnection`
42
-
* Added `MapboxVectorTileSerializer` for handling the `application/vnd.mapbox-vector-tile` mimetype. Because this mimetype is binary rather than text the raw response `bytes` are forwarded from the serializer without decoding
40
+
- Added more precise type hints to many API parameters
41
+
- Added explicit parameters to `AsyncTransport` and `AIOHttpConnection`
42
+
- Added `MapboxVectorTileSerializer` for handling the `application/vnd.mapbox-vector-tile` mimetype. Because this mimetype is binary rather than text the raw response `bytes` are forwarded from the serializer without decoding
43
43
- Reduced amount of time to import the `elasticsearch` module by delaying imports of `pandas` and `numpy` until later in the JSON serialization stage if necessary
44
44
- Deprecated positional arguments for APIs, instead use keyword arguments exclusively.
0 commit comments