Skip to content

chore: release versions#330

Merged
jpoehnelt merged 1 commit intomainfrom
changeset-release/main
Mar 9, 2026
Merged

chore: release versions#330
jpoehnelt merged 1 commit intomainfrom
changeset-release/main

Conversation

@googleworkspace-bot
Copy link
Collaborator

@googleworkspace-bot googleworkspace-bot commented Mar 9, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@googleworkspace/cli@0.9.0

Minor Changes

  • 7d15365: feat(gmail): add +reply, +reply-all, and +forward helpers

    Adds three new Gmail helper commands:

    • +reply -- reply to a message with automatic threading
    • +reply-all -- reply to all recipients with --remove/--cc support
    • +forward -- forward a message to new recipients

Patch Changes

  • 08716f8: Fix garbled non-ASCII email subjects in gmail +send by RFC 2047 encoding the Subject header and adding MIME-Version/Content-Type headers.

  • f083eb9: Improve gws auth setup project creation failures in step 3:

    • Detect Google Cloud Terms of Service precondition failures and show actionable guidance (gcloud auth list, account verification, Console ToS URL).
    • Detect invalid project ID format / already-in-use errors and show clearer guidance.
    • In interactive setup, keep the wizard open and re-prompt for a new project ID instead of exiting immediately on create failures.
  • 789e7f1: Switch reqwest TLS from bundled Mozilla roots to native OS certificate store

    This allows the CLI to trust custom or corporate CA certificates installed
    in the system trust store, fixing TLS errors in enterprise environments.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request constitutes a version release for @googleworkspace/cli to 0.8.2. The primary change included in this release enhances the CLI's ability to handle TLS certificates by switching from bundled Mozilla roots to the native operating system's certificate store. This improvement is crucial for users in enterprise environments, as it enables the CLI to correctly validate and trust custom or corporate Certificate Authorities, thereby preventing connectivity issues.

Highlights

  • Improved TLS Certificate Handling: The CLI now uses the native OS certificate store for reqwest TLS, allowing it to trust custom or corporate CA certificates. This resolves TLS errors in enterprise environments.
Changelog
  • .changeset/use-native-tls-roots.md
    • Removed the changeset file after its application.
  • CHANGELOG.md
    • Added a new entry for version 0.8.2, detailing the switch to native OS certificate store for TLS.
    • Included the patch changes description for the TLS update.
  • Cargo.lock
    • Updated the gws package version to 0.8.2.
    • Updated quinn-proto from 0.11.13 to 0.11.14.
    • Updated zerocopy and zerocopy-derive from 0.8.40 to 0.8.42.
  • Cargo.toml
    • Updated the gws package version to 0.8.2.
  • package.json
    • Updated the @googleworkspace/cli package version to 0.8.2.
Activity
  • This pull request was automatically generated by the Changesets release GitHub action.
  • It proposes a new release version 0.8.2 for @googleworkspace/cli.
  • The PR will be updated automatically if more changesets are added to the main branch.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Generative AI Prohibited Use Policy, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@googleworkspace-bot googleworkspace-bot added the cla: yes This human has signed the Contributor License Agreement. label Mar 9, 2026
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request is an automated release generated by the Changesets action. It correctly bumps the package versions in Cargo.toml, Cargo.lock, and package.json to 0.8.2, updates the CHANGELOG.md with the latest patch notes, and removes the corresponding changeset file. The changes are consistent with a standard release process and appear to be correct.

Note: Security Review is unavailable for this PR.

@github-actions github-actions bot added the gemini: reviewed Gemini Code Assist has reviewed the latest changes label Mar 9, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

/gemini review

@github-actions github-actions bot removed the gemini: reviewed Gemini Code Assist has reviewed the latest changes label Mar 9, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

/gemini review

@googleworkspace-bot googleworkspace-bot force-pushed the changeset-release/main branch 2 times, most recently from 965cd4c to 928257c Compare March 9, 2026 17:50
@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

/gemini review

@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

/gemini review

@codecov
Copy link

codecov bot commented Mar 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.77%. Comparing base (08716f8) to head (146e314).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #330   +/-   ##
=======================================
  Coverage   61.77%   61.77%           
=======================================
  Files          38       38           
  Lines       14607    14607           
=======================================
  Hits         9023     9023           
  Misses       5584     5584           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

/gemini review

@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

/gemini review

@jpoehnelt jpoehnelt merged commit 2b4bcbb into main Mar 9, 2026
21 of 30 checks passed
@jpoehnelt jpoehnelt deleted the changeset-release/main branch March 9, 2026 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: distribution area: docs cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants