Conversation
Summary of ChangesHello, 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 is an automated release update, preparing for the Highlights
Using Gemini Code AssistThe 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
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 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. Footnotes
|
|
🐋 This PR was built and pushed to the following Docker images: Targets: Platforms: Image Tag: |
There was a problem hiding this comment.
Code Review
This pull request updates the hive package to version 11.0.1, incorporating new features such as project-level token expiration and general token expiration, along with fixes for token UI spacing and web app pagination for access tokens. A duplicate Cargo.lock entry was added to the .gitignore file, and it is recommended to remove this and other existing duplicate entries to improve file maintainability.
| Cargo.lock | ||
| Cargo.lock | ||
| Cargo.lock | ||
| Cargo.lock |
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
hive@11.0.1
Patch Changes
#7909
484054bThanks @jdolle! - Support project level token expiration
#7908
70b3e19Thanks @n1ru4l! - Fix web app pagination for access tokens.
#7893
e5711a5Thanks @jdolle! - Add expiration to all tokens; fix token ui spacing
issues