We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b192deb commit f42ec04Copy full SHA for f42ec04
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 8.13.0
4
+
5
+- Support the HTTPX client with asyncio (#137, contributed by @b4sus)
6
+- Added optional orjson serializer support (#152)
7
8
## 8.12.0
9
10
- Fix basic auth built from percent-encoded URLs (#143)
elastic_transport/_version.py
@@ -15,4 +15,4 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
-__version__ = "8.12.0"
+__version__ = "8.13.0"
0 commit comments