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(main): release 1.6.0 #418

Merged

Conversation

release-please[bot]
Copy link
Contributor

@release-please release-please bot commented Aug 26, 2024

🤖 I have created a release beep boop

1.6.0 (2024-08-26)

Features

  • Add responseSchema to GenerateContentRequest. (d3715da)
  • Add tool config (f618132)

This PR was generated with Release Please. See documentation.

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 26, 2024
@product-auto-label product-auto-label bot added the api: aiplatform Issues related to the googleapis/nodejs-vertexai API. label Aug 26, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 26, 2024
@release-please release-please bot force-pushed the release-please--branches--main--components--vertexai branch from 294e4be to ac43919 Compare August 26, 2024 22:27
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 26, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 26, 2024
@happy-qiao happy-qiao merged commit 5d80976 into main Aug 26, 2024
8 checks passed
@happy-qiao happy-qiao deleted the release-please--branches--main--components--vertexai branch August 26, 2024 22:48
Copy link
Contributor Author

🤖 Created releases:

Copy link

Triggered job: cloud-devrel/client-libraries/nodejs/release/googleapis/nodejs-vertexai/publish (2024-08-26T22:48:38.576Z)

To trigger again, remove the autorelease: triggered label (in a few minutes).

The release build has started, the log can be viewed here. 🌻

🥚 You hatched a release! The release build finished successfully! 💜

copybara-service bot pushed a commit that referenced this pull request Aug 29, 2024
Co-authored-by: tjenkinson
FUTURE_COPYBARA_INTEGRATE_REVIEW=#418 from googleapis:release-please--branches--main--components--vertexai ac43919
PiperOrigin-RevId: 668992333
copybara-service bot pushed a commit that referenced this pull request Aug 29, 2024
Co-authored-by: tjenkinson
FUTURE_COPYBARA_INTEGRATE_REVIEW=#418 from googleapis:release-please--branches--main--components--vertexai ac43919
PiperOrigin-RevId: 668992333
copybara-service bot pushed a commit that referenced this pull request Aug 29, 2024
Co-authored-by: tjenkinson
FUTURE_COPYBARA_INTEGRATE_REVIEW=#418 from googleapis:release-please--branches--main--components--vertexai ac43919
PiperOrigin-RevId: 668992333
copybara-service bot pushed a commit that referenced this pull request Aug 29, 2024
Co-authored-by: tjenkinson
FUTURE_COPYBARA_INTEGRATE_REVIEW=#418 from googleapis:release-please--branches--main--components--vertexai ac43919
PiperOrigin-RevId: 668992333
copybara-service bot pushed a commit that referenced this pull request Aug 29, 2024
Co-authored-by: tjenkinson
FUTURE_COPYBARA_INTEGRATE_REVIEW=#418 from googleapis:release-please--branches--main--components--vertexai ac43919
PiperOrigin-RevId: 668992333
copybara-service bot pushed a commit that referenced this pull request Aug 29, 2024
Co-authored-by: tjenkinson
FUTURE_COPYBARA_INTEGRATE_REVIEW=#418 from googleapis:release-please--branches--main--components--vertexai ac43919
PiperOrigin-RevId: 668992333
copybara-service bot pushed a commit that referenced this pull request Aug 29, 2024
Co-authored-by: tjenkinson
FUTURE_COPYBARA_INTEGRATE_REVIEW=#418 from googleapis:release-please--branches--main--components--vertexai ac43919
PiperOrigin-RevId: 668992333
copybara-service bot pushed a commit that referenced this pull request Aug 29, 2024
Co-authored-by: tjenkinson
FUTURE_COPYBARA_INTEGRATE_REVIEW=#418 from googleapis:release-please--branches--main--components--vertexai ac43919
PiperOrigin-RevId: 668992333
copybara-service bot pushed a commit that referenced this pull request Aug 29, 2024
Co-authored-by: tjenkinson
FUTURE_COPYBARA_INTEGRATE_REVIEW=#418 from googleapis:release-please--branches--main--components--vertexai ac43919
PiperOrigin-RevId: 668992333
copybara-service bot pushed a commit that referenced this pull request Aug 29, 2024
Co-authored-by: tjenkinson
FUTURE_COPYBARA_INTEGRATE_REVIEW=#418 from googleapis:release-please--branches--main--components--vertexai ac43919
PiperOrigin-RevId: 668992333
copybara-service bot pushed a commit that referenced this pull request Aug 29, 2024
Co-authored-by: tjenkinson
FUTURE_COPYBARA_INTEGRATE_REVIEW=#418 from googleapis:release-please--branches--main--components--vertexai ac43919
PiperOrigin-RevId: 668992333
copybara-service bot pushed a commit that referenced this pull request Aug 30, 2024
Co-authored-by: tjenkinson

Usage
```
try {
    await generativeModel.generateContentStream(badRequest);
} catch(e: any) {
    if(e.cause instanceof GoogleApiError) {
       console.log('is googleapi cause');
    }
    console.log(e, "catch error");
}
```

FUTURE_COPYBARA_INTEGRATE_REVIEW=#418 from googleapis:release-please--branches--main--components--vertexai ac43919
PiperOrigin-RevId: 668992333
copybara-service bot pushed a commit that referenced this pull request Aug 30, 2024
Co-authored-by: tjenkinson

Usage
```
try {
    await generativeModel.generateContentStream(badRequest);
} catch(e: any) {
    if(e.cause instanceof GoogleApiError) {
       console.log('is googleapi cause');
    }
    console.log(e, "catch error");
}
```

FUTURE_COPYBARA_INTEGRATE_REVIEW=#418 from googleapis:release-please--branches--main--components--vertexai ac43919
PiperOrigin-RevId: 668992333
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: aiplatform Issues related to the googleapis/nodejs-vertexai API. autorelease: published
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants