-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
actix-web v3 rollup #1554
Comments
May I ask what makes this a major release? I.e., what are the the breaking changes compared to v2? |
Breaking changes documented here: https://github.com/actix/actix-web/blob/master/MIGRATION.md. Also the time crate was updated and causes breaking changes to things like setting cookie expiry times. |
Hello everyone. Is it possible to release a new beta version with the memory leaks bug fixed? I want to migrate my project from actix 1.0 to 3.0, but the memory leak issue is the only thing that stops me (other release blockers are not). |
@JohnTitor How about releasing a new beta version? |
@attliaLin Sounds good, will do. |
When is the stable release of v3 coming? |
We should migrate new versions of actix-{codec,utils}, at least: #1634 |
What is left for a v3 release. Feel free to modify below list. Primarily, I think the memory leak issues need putting to bed one way or the other.
WIP: Convert actix-service to use RefCell instead of UnsafeCell actix-net#113/ Remove unsound custom Cell actix-net#158 unsoundness in actix-serviceThe text was updated successfully, but these errors were encountered: