openllmetry-js
openllmetry-js copied to clipboard
chore(deps-dev): bump @pinecone-database/pinecone from 2.2.2 to 3.0.3 in /packages/instrumentation-pinecone
Bumps @pinecone-database/pinecone from 2.2.2 to 3.0.3.
Release notes
Sourced from @pinecone-database/pinecone's releases.
v3.0.3
Fixes
- Remove extra logging from getFetch() s/o
@maxmetcalfein pinecone-io/pinecone-ts-client#280- Some general fixes/internal enhancements to CI workflows
New Contributors
@maxmetcalfemade their first contribution in pinecone-io/pinecone-ts-client#280Full Changelog: https://github.com/pinecone-io/pinecone-ts-client/compare/3.0.2...v3.0.3
3.0.2
Fixes
Remove
util:nodefunctionThis patch removes a native Node utility function that was causing issues for users running in
Edge. There are no downstream affects of its removal; code should run as it previously was without interruptions or changes.New Contributors
@anawishnoffmade their first contribution in pinecone-io/pinecone-ts-client#245Full Changelog: https://github.com/pinecone-io/pinecone-ts-client/compare/v3.0.1...3.0.2
v3.0.1
Fixes
Compatibility with Edge runtimes
This patch removes the
@sinclair/typeboxandajvlibraries, which caused compatibility issues for users running in Edge runtimes (Cloudflare, Vercel, etc.).Removal of
crossFetchponyfillSince this Typescript client no longer supports versions of Node <18, we can remove the
crossFetchponyfill fromsrc/utils/fetch.ts, as it was only necessary as a failsafe for users running older versions of Node.New Contributors
@jseldessmade their first contribution in pinecone-io/pinecone-ts-client#247Full Changelog: https://github.com/pinecone-io/pinecone-ts-client/compare/v3.0.0...v3.0.1
Release v3.0.0
Features
API versioning
This updated release of the Pinecone TypeScript SDK depends on API version
2024-07. This v3 SDK release line should continue to receive fixes as long as the2024-07API version is in support.Inference API
Try out Pinecone's new Inference API, currently in public preview.
import { Pinecone } from '@pinecone-database/pinecone';</tr></table>
... (truncated)
Commits
399803eRemove extra logging from getFetch() (#280)eec04fbUpdate cleanupResources workflow to check for deletionProtection (#279)2930bcfAdd final, working Vercel app e2e Edge GH workflow (#278)768cee0Remove old jest-skipped-reporter module (#268)515e9e3Fix incorrect capitalization in action.yml00b826aAdd npm install step to e2e action (#277)0396a2aRemove instances of using run and uses in the same step (#276)c3a4779Add logging to e2e workflow file (#275)b6a7892add specific edge-runtime versionm (#274)c8a5a33Add NextJS install step (#273)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The following labels could not be found: instrumentation-pinecone.
Superseded by #495.