-
Notifications
You must be signed in to change notification settings - Fork 79
New release 0.20.0 #147
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
New release 0.20.0 #147
Conversation
Summary of ChangesHello @cathay4t, 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 marks the release of version 0.20.0 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. 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
|
There was a problem hiding this 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 prepares for the new 0.20.0 release. It updates the version in Cargo.toml and adds a comprehensive entry to the CHANGELOG detailing breaking changes, new features, and bug fixes. The changes are appropriate for a release, but I found a minor typo in the changelog for which I've suggested a fix.
=== Breaking changes - Please check breaking changes in netlink-packet-route 0.28.0 and 0.27.0. - Use netlink-packet-route 0.28.0. (0486ff7) - Change `LinkBond` to align with rust-netlink-route 0.27.0. (563f95d) === New features - link: Support specifying arbitrary LinkMessage for `RTM_DELLINK`. (d4d5a4b) - link: Support changing VLAN filter of bridge itself. (1f8b7da) - link: Support changing bridge VLAN filtering. (e520140) - link: Add `LinkBridgePort` for modifying bridge port properties. (86dd67d) - link: Expand LinkBridge to support all bridge options. (c85d988) - link: Add support for `netkit` devices. (2f18ca4) - link: Add `LinkHandle::change()` to changing existing interface.. (2d1a6cc) === Bug fixes - link bridge: Fix typo of document. (a994f72) Signed-off-by: Gris Ge <fge@redhat.com>
=== Breaking changes
LinkBondto align with rust-netlink-route 0.27.0. (563f95d)=== New features
RTM_DELLINK. (d4d5a4b)LinkBridgePortfor modifying bridge port properties. (86dd67d)netkitdevices. (2f18ca4)LinkHandle::change()to changing existing interface. (2d1a6cc)=== Bug fixes