-
-
Notifications
You must be signed in to change notification settings - Fork 8
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 2.0.0 #223
Conversation
WalkthroughIn version 2.0.0 of the Changes
Sequence Diagram(s)Updated Authentication FlowsequenceDiagram
participant User
participant CLI
participant AuthServer
participant DownloadServer
User->>CLI: Initiate Authentication
CLI->>AuthServer: Request Auth Part 1
AuthServer-->>CLI: Respond with Temp Token
CLI-->>User: Prompt for Additional Info
User->>CLI: Provide Additional Info
CLI->>AuthServer: Request Auth Part 2
AuthServer-->>CLI: Respond with Auth Token
CLI->>DownloadServer: Use Auth Token to Request Data
DownloadServer-->>CLI: Provide Data
CLI-->>User: Data Available for Use
CLI Download ProtocolsequenceDiagram
participant User
participant CLI
participant DownloadServer
User->>CLI: Request Download
CLI->>DownloadServer: Initiate Download Protocol
DownloadServer-->>CLI: Provide Download Link
CLI-->>User: Display Download Link
User->>DownloadServer: Download Data
DownloadServer-->>User: Data Transfer
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #223 +/- ##
=======================================
Coverage 35.09% 35.09%
=======================================
Files 80 80
Lines 7040 7040
=======================================
Hits 2471 2471
Misses 4569 4569 ☔ View full report in Codecov by Sentry. |
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- CHANGELOG.md (1 hunks)
- midealocal/version.py (1 hunks)
Files skipped from review due to trivial changes (1)
- midealocal/version.py
Additional comments not posted (2)
CHANGELOG.md (2)
3-3
: Correctly document the new version.The new version
1.4.0
is correctly documented with the link to compare changes betweenv1.3.2
andv1.4.0
.
6-8
: Correctly document the new features.The feature "rework auth flow - part 1" is correctly documented with the reference to the issue and the commit.
129d2aa
to
fb323ea
Compare
fb323ea
to
e4bb74b
Compare
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- CHANGELOG.md (1 hunks)
- midealocal/version.py (1 hunks)
Files skipped from review as they are similar to previous changes (2)
- CHANGELOG.md
- midealocal/version.py
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- CHANGELOG.md (1 hunks)
Additional comments not posted (3)
CHANGELOG.md (3)
3-3
: Ensure consistency in version headings.The heading for version 2.0.0 is consistent with previous entries, which is good practice.
6-9
: Clarify breaking changes.The breaking changes section lists the rework of the auth flow as part 1, which is good. Ensure that part 2 is also mentioned if it impacts the breaking changes.
Verify if part 2 of the auth flow rework also introduces any breaking changes, and update the changelog accordingly.
10-14
: Maintain consistency in feature descriptions.The features section lists the new CLI download protocol and the rework of the auth flow. Ensure that the descriptions are clear and consistent with previous entries.
🤖 Created releases:
|
🤖 I have created a release *beep* *boop* --- ## [2.0.0](v1.3.2...v2.0.0) (2024-07-12) ### ⚠ BREAKING CHANGES * rework auth flow - part 1 ([#219](#219)) ([d8ac4fb](d8ac4fb)) ### Features * **cli:** download protocol ([#214](#214)) ([7a99374](7a99374)) * rework auth flow - part 1 ([#219](#219)) ([d8ac4fb](d8ac4fb)) * rework auth flow - part 2 ([#221](#221)) ([f74ff8e](f74ff8e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Reworked authentication flow to enhance user security and ease of use. - CLI download protocol; - **BREAKING CHANGE** - Cloud key retrieval segmentated. Updating to version 2.0.0 is required for continued functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
🤖 I have created a release beep boop
2.0.0 (2024-07-12)
⚠ BREAKING CHANGES
Features
This PR was generated with Release Please. See documentation.
Summary by CodeRabbit
New Features
BREAKING CHANGE