-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Roadmap to next release, v1.14 #6397
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
Comments
FYI, while I like the topics (having worked on 3 of the 4) I will need some scheduling in order to help. I'm pretty busy with projects using MP :-) but have flexibility. What kills me, to be honest, is when it takes a week to get feedback and so I have to reassemble everything from test setup to my memory to make the next round of changes. So if there's a way to coordinate and focus for a couple of days on one issue it would make it a lot easier for me to contribute (which you're free to ignore too). |
I understand. Different timezones and remote working can make it hard. uevent is tough, so I think we should focus on non-blocking SSL first. I will review your PRs on that. |
I'm working in the application with socket (non-blocking) using uasyncio v3, following exactly the @peterhinch very good examples: That works fine to me, but I would like SSL because I use them over Internet. I'm using ESP32. Well, that examples above use:
Question: with this feature new feature ( non-blocking SSL support in Thank you so much. |
Yes, it should work transparently, the socket will act exactly the same whether it is SSL or non-SSL (or any other kind of stream, eg UART). |
Late entries (been away), possibly push to 1.15?
|
Would it be possible to get webrepl properly working on the Pyboard D? At the moment nobody can connect it the main thread is running |
hope it gets released soon, waiting eagerly, thanks for the hard work |
v1.14 was tagged in 78b23c3 on 2nd Feb 2021... a bit later than planned... next release I'll try to be more strict about it. Above feature requests have been noted. |
Some flash size optimizations related to string0.c (implementation of str/mem functions)
This is an issue to discuss and plan for the next release. The idea is to aim for a 2 month release cycle, so the next release would be the first week of November 2020. See previous release ticket for v1.13 at #6271
To keep focus and set expectations, a release cycle would have a main goal (eg a set of related new features) which would be the priority. But bug fixes and other items can still be considered.
I know there will be a lot of competing requests for features. There are also a lot of outstanding items. But progress needs to be made and for the next release I propose to focus on:
uasyncio
uasyncio
Secondary items to focus on would be:
machine.PWM
classOther items still can, and still will, be worked on. But in the interest of having more strict release deadlines there needs to be some primary goals to make the releases meaningful.
The text was updated successfully, but these errors were encountered: