Skip to content

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

Merged
merged 3 commits into from
May 13, 2021
Merged

Update changelog for v3 #199

merged 3 commits into from
May 13, 2021

Conversation

soywod
Copy link
Contributor

@soywod soywod commented May 9, 2021

I added breaking changes I noticed while integrating the v3.0.0-alpha.3 in my tool: pimalaya/himalaya@36d3cd6. I also replaced the v3.0.0 - ??? with Unreleased, let me know if it's okey.


This change is Reviewable

@codecov
Copy link

codecov bot commented May 9, 2021

Codecov Report

Merging #199 (c936c86) into master (c443a3a) will decrease coverage by 0.73%.
The diff coverage is n/a.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
src/error.rs 2.73% <0.00%> (-0.21%) ⬇️
src/types/deleted.rs 98.61% <0.00%> (ø)
src/extensions/idle.rs 0.00% <0.00%> (ø)
tests/imap_integration.rs 100.00% <0.00%> (ø)
src/client_builder.rs 27.27% <0.00%> (ø)
src/client.rs 85.55% <0.00%> (+0.60%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c443a3a...c936c86. Read the comment docs.

Copy link
Owner

@jonhoo jonhoo left a 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.
Copy link
Owner

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?

@jonhoo jonhoo merged commit 1055dd6 into jonhoo:master May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants