Skip to content

Commit

Permalink
Merge pull request #1208 from weaviate/changelog-471
Browse files Browse the repository at this point in the history
Update changelog for `v4.7.1` changes
  • Loading branch information
tsmith023 authored Jul 25, 2024
2 parents 4bb9bc2 + 5c0185d commit 1b08bb4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========

Version 4.7.1
--------------

This patch version includes:

- Fixes log noise due to value of deprecated ``GRPC_VERBOSITY`` flag in underlying ``grpc`` library
- Bumps ``requests`` and ``authlib`` versions to avoid security issues
- Adds support for configuring the new ``reranker-jinaai`` module when creating collections
- Fixes parsing of the timeout configuration on client instantiation
- The ``query`` timeout now modifies the ``read=`` timeout in the ``httpx`` client for all ``GET``, ``HEAD``, and ``gql`` query requests
- The ``insert`` timeout now modifies the ``read=`` timeout in the ``httpx`` client for all ``DELETE``, ``POST``, ``PATCH``, and ``PUT`` requests
- The ``init`` timeout now only modifies the timeouts in the ``httpx`` client for requests involved in the ``client.connect()`` method


Version 4.7.0
--------------

Expand Down

0 comments on commit 1b08bb4

Please sign in to comment.