Skip to content
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

Upgrade moka from 0.7.0 to 0.7.1 #247

Merged
merged 1 commit into from
Jan 12, 2022
Merged

Conversation

tatsuya6502
Copy link
Contributor

This PR upgrades Moka from v0.7.0 to v0.7.1.

We found a memory leak issue in all previous Moka versions, which will leave cache key and some timestamps (u64s) on the heap after an entry is invalidated, evicted or expired:

Sorry. This issue was pretty bad. The issue was addressed by Moka v0.7.1.

I do not have an account on 阿里云, so I only confirmed that aliyundrive-webdav still compiles with this change.

Copy link
Owner

@messense messense left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@messense messense enabled auto-merge January 12, 2022 12:20
@messense messense merged commit c76cd8a into messense:main Jan 12, 2022
@tatsuya6502 tatsuya6502 deleted the moka-0.7.1 branch January 12, 2022 12:28
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