openllmetry-js icon indicating copy to clipboard operation
openllmetry-js copied to clipboard

chore(deps): bump @pinecone-database/pinecone from 2.2.2 to 3.0.3 in /packages/sample-app

Open dependabot[bot] opened this issue 1 year ago • 1 comments

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

New Contributors

Full Changelog: https://github.com/pinecone-io/pinecone-ts-client/compare/3.0.2...v3.0.3

3.0.2

Fixes

Remove util:node function

This 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

Full 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/typebox and ajv libraries, which caused compatibility issues for users running in Edge runtimes (Cloudflare, Vercel, etc.).

Removal of crossFetch ponyfill

Since this Typescript client no longer supports versions of Node <18, we can remove the crossFetch ponyfill from src/utils/fetch.ts, as it was only necessary as a failsafe for users running older versions of Node.

New Contributors

Full 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 the 2024-07 API 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
  • 399803e Remove extra logging from getFetch() (#280)
  • eec04fb Update cleanupResources workflow to check for deletionProtection (#279)
  • 2930bcf Add final, working Vercel app e2e Edge GH workflow (#278)
  • 768cee0 Remove old jest-skipped-reporter module (#268)
  • 515e9e3 Fix incorrect capitalization in action.yml
  • 00b826a Add npm install step to e2e action (#277)
  • 0396a2a Remove instances of using run and uses in the same step (#276)
  • c3a4779 Add logging to e2e workflow file (#275)
  • b6a7892 add specific edge-runtime versionm (#274)
  • c8a5a33 Add NextJS install step (#273)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Sep 16 '24 13:09 dependabot[bot]

The following labels could not be found: sample-app.

dependabot[bot] avatar Sep 16 '24 13:09 dependabot[bot]

Superseded by #483.

dependabot[bot] avatar Dec 30 '24 13:12 dependabot[bot]