Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @google-cloud/vertexai from 0.2.1 to 1.1.0 in /packages/sample-app #217

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps @google-cloud/vertexai from 0.2.1 to 1.1.0.

Release notes

Sourced from @​google-cloud/vertexai's releases.

v1.1.0

1.1.0 (2024-04-13)

Features

  • enable system instruction for GenerativeModel (590ca5a)
  • enable system instruction in chat experience (7e71f75)
  • exposing customHeader in requestOptions to allow users pass in customer headers. (b47d733)

v1.0.0

1.0.0 (2024-04-04)

Features

  • added userAgent option to RequestOptions to allow setting User-Agent header (ca43e2f)
  • include grounding metadata to stream aggregated response. (d32755e)
  • Support functionCalls property in GenerationContentCandidate interface for non streaming mode (89568a6)

Bug Fixes

  • check optional field in aggregate response (f7718ae)
  • correct CitationMetadata interface. refactor nested function (722b7fd)
  • correct code snippets in README (bdcc5fd)
  • correct GenerateContentCandidate interface and GenerateContentResponse interface (7a366ab)
  • correct sys test logic on stream endpoint for funcion calling (1fd5b72)
  • Fix a bug in the Vertex AI client library. (8ad7dfb)
  • fix bug in safetyRatings handling, fix incomplete content interfaces, and add unit test for stream response handling (e573ce6)
  • for function call, role should be model. (3b80dc8)
  • functionResponse should be user role (d092ab4)
  • Make appendHistory private. (a1bedcd)
  • pass tools from getGenerativeModel and startChat methods to top level functions (bbaf78a)
  • pass tools from getGenerativeModel to chatSession. (907ad74)
  • remove any type in token signature (add084c)
  • remove defaulting value of candidates in unary api. remove unused variables and imports. remove throwing GoogleAIError when candidates undefined or empty. (6c0c31c)
  • replace any type with explicit types in post fetch processing functions (4099129)
  • replace snake_case in docs to camelCase (5893581)
  • SDK should be released to 1.0.0 (4cab5fd)
  • update finish reason enum list to be complete (f16b2e7)
  • update prompt feedback interface (0d3754a)

v0.5.0

0.5.0 (2024-02-29)

Features

  • Introduce Request Timeout Configuration (1b37f40)

... (truncated)

Changelog

Sourced from @​google-cloud/vertexai's changelog.

1.1.0 (2024-04-13)

Features

  • enable system instruction for GenerativeModel (590ca5a)
  • enable system instruction in chat experience (7e71f75)
  • exposing customHeader in requestOptions to allow users pass in customer headers. (b47d733)

1.0.0 (2024-04-04)

Features

  • added userAgent option to RequestOptions to allow setting User-Agent header (ca43e2f)
  • include grounding metadata to stream aggregated response. (d32755e)
  • Support functionCalls property in GenerationContentCandidate interface for non streaming mode (89568a6)

Bug Fixes

  • check optional field in aggregate response (f7718ae)
  • correct CitationMetadata interface. refactor nested function (722b7fd)
  • correct code snippets in README (bdcc5fd)
  • correct GenerateContentCandidate interface and GenerateContentResponse interface (7a366ab)
  • correct sys test logic on stream endpoint for funcion calling (1fd5b72)
  • Fix a bug in the Vertex AI client library. (8ad7dfb)
  • fix bug in safetyRatings handling, fix incomplete content interfaces, and add unit test for stream response handling (e573ce6)
  • for function call, role should be model. (3b80dc8)
  • functionResponse should be user role (d092ab4)
  • Make appendHistory private. (a1bedcd)
  • pass tools from getGenerativeModel and startChat methods to top level functions (bbaf78a)
  • pass tools from getGenerativeModel to chatSession. (907ad74)
  • remove any type in token signature (add084c)
  • remove defaulting value of candidates in unary api. remove unused variables and imports. remove throwing GoogleAIError when candidates undefined or empty. (6c0c31c)
  • replace any type with explicit types in post fetch processing functions (4099129)
  • replace snake_case in docs to camelCase (5893581)
  • SDK should be released to 1.0.0 (4cab5fd)
  • update finish reason enum list to be complete (f16b2e7)
  • update prompt feedback interface (0d3754a)

0.5.0 (2024-02-29)

Features

  • Introduce Request Timeout Configuration (1b37f40)

Bug Fixes

... (truncated)

Commits
  • a9dbb1d chore(main): release 1.1.0 (#298)
  • 8cb2eb2 chore: Added the badge with the number of downloads
  • 47f28bd chore: update header handling logic
  • b47d733 feat: exposing customHeader in requestOptions to allow users pass in customer...
  • ec3c45f test: remove false failure test.
  • 7e71f75 feat: enable system instruction in chat experience
  • 590ca5a feat: enable system instruction for GenerativeModel
  • 44b8884 chore(main): release 1.0.0 (#204)
  • ec7a561 docs: fix typo in README
  • efd6d0c refactor: remove unused local variable
  • 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)

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 22, 2024

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

Bumps [@google-cloud/vertexai](https://github.com/googleapis/nodejs-vertexai) from 0.2.1 to 1.1.0.
- [Release notes](https://github.com/googleapis/nodejs-vertexai/releases)
- [Changelog](https://github.com/googleapis/nodejs-vertexai/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-vertexai@v0.2.1...v1.1.0)

---
updated-dependencies:
- dependency-name: "@google-cloud/vertexai"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/sample-app/google-cloud/vertexai-1.1.0 branch from 39d37ba to 44812b6 Compare April 22, 2024 17:24
Copy link
Contributor Author

dependabot bot commented on behalf of github May 27, 2024

Superseded by #285.

@dependabot dependabot bot closed this May 27, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/sample-app/google-cloud/vertexai-1.1.0 branch May 27, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants