Release v7.1.0
This release fixes an issue where GRPC methods using async_req=True
ignored user-provided timeout values, defaulting instead to a hardcoded 5-second timeout imposed by PineconeGrpcFuture
. To verify this fix, we added a new test file, test_timeouts.py
, which uses a mock GRPC server to simulate client timeout behavior under delayed response conditions.