Skip to content

v4.1.6 — CLI auto-loads .env + Pinecone 9.x gRPC compat

Choose a tag to compare

@bolnet bolnet released this 26 May 21:55
· 8 commits to main since this release
cdbc711

Two install papercuts from the live 4.1.5 test:

  • CLI auto-loads <store>/.env — bare attestor add/recall/doctor <store> now works without manually sourcing .env ($PGPASSWORD etc. are loaded; an exported shell value still wins). Also removes the repeated shell-source permission prompts.
  • Pinecone 9.x gRPC compat — the Pinecone Local path imported GRPCClientConfig, removed in pinecone 9.x; it now constructs GrpcIndex(host=…, api_key=…, secure=False) directly. (The full Pinecone Local round-trip on 9.x — create_index/upsert/query — is still being validated on a live box.)

Install: pipx install attestor==4.1.6 then attestor quickstart.