Skip to content

Release v7.1.0

Compare
Choose a tag to compare
@rohanshah18 rohanshah18 released this 16 Jun 21:33
· 7 commits to main since this release

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.