-
Notifications
You must be signed in to change notification settings - Fork 88
Update changelog for v3 #199
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #199 +/- ##
==========================================
- Coverage 78.08% 77.35% -0.74%
==========================================
Files 15 16 +1
Lines 1734 1753 +19
==========================================
+ Hits 1354 1356 +2
- Misses 380 397 +17
Continue to review full report at Codecov.
|
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.
This is great, thank you!
|
||
### Changed | ||
- MSRV increased to 1.43 for nom6 and bitvec | ||
- `expunge` and `uid_expunge` return `Result<Deleted>` instead of `Result<Vec<u32>>`. | ||
|
||
### Removed | ||
- Idle `wait_keepalive_while` replaces `wait_keepalive` and takes a callback with an `UnsolicitedResponse` in parameter. |
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.
@mordak I feel like we can be a bit more elaborate here — want to give a stab at updating this in a separate PR?
I added breaking changes I noticed while integrating the
v3.0.0-alpha.3
in my tool: pimalaya/himalaya@36d3cd6. I also replaced thev3.0.0 - ???
withUnreleased
, let me know if it's okey.This change is