-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
Roadmap to reactphp/event-loop v3 #271
Labels
Milestone
Comments
WyriHaximus
added a commit
to WyriHaximus-labs/event-loop
that referenced
this issue
Jan 23, 2024
…tone](https://github.com/reactphp/event-loop/milestone/15). The default branch will be `3.x` and the old `1.x` branch still stay in place at least until `3.0.0` is released. Refs: Road map ticket for event-loop: reactphp#271 Plans for ReactPHP v3: https://github.com/orgs/reactphp/discussions/481
WyriHaximus
added a commit
to WyriHaximus-labs/event-loop
that referenced
this issue
Jan 23, 2024
…tone](https://github.com/reactphp/event-loop/milestone/15). The default branch will be `3.x` and the old `1.x` branch still stay in place at least until `3.0.0` is released. Refs: Road map ticket for event-loop: reactphp#271 Plans for ReactPHP v3: https://github.com/orgs/reactphp/discussions/481
WyriHaximus
added a commit
to WyriHaximus-labs/event-loop
that referenced
this issue
Jan 23, 2024
Once this PR is merged, we can start working on the new [v3.0.0 milestone](https://github.com/reactphp/event-loop/milestone/15). The default branch will be `3.x` and the old `1.x` branch still stay in place at least until `3.0.0` is released. Refs: Road map ticket for event-loop: reactphp#271 Plans for ReactPHP v3: https://github.com/orgs/reactphp/discussions/481
WyriHaximus
added a commit
to WyriHaximus-labs/event-loop
that referenced
this issue
Jan 24, 2024
Once this PR is merged, we can start working on the new [v3.0.0 milestone](https://github.com/reactphp/event-loop/milestone/15). The default branch will be `3.x` and the old `1.x` branch still stay in place at least until `3.0.0` is released. Refs: Road map ticket for event-loop: reactphp#271 Plans for ReactPHP v3: https://github.com/orgs/reactphp/discussions/481
WyriHaximus
added a commit
to WyriHaximus-labs/event-loop
that referenced
this issue
Jan 24, 2024
Once this PR is merged, we can start working on the new [v3.0.0 milestone](https://github.com/reactphp/event-loop/milestone/15). The default branch will be `3.x` and the old `1.x` branch still stay in place at least until `3.0.0` is released. Refs: Road map ticket for event-loop: reactphp#271 Plans for ReactPHP v3: https://github.com/orgs/reactphp/discussions/481 PR templated from: friends-of-reactphp/mysql#185](friends-of-reactphp/mysql#185
WyriHaximus
added a commit
to WyriHaximus-labs/event-loop
that referenced
this issue
Jan 24, 2024
Once this PR is merged, we can start working on the new [v3.0.0 milestone](https://github.com/reactphp/event-loop/milestone/15). The default branch will be `3.x` and the old `1.x` branch still stay in place at least until `3.0.0` is released. Refs: Road map ticket for event-loop: reactphp#271 Plans for ReactPHP v3: https://github.com/orgs/reactphp/discussions/481 PR templated from: friends-of-reactphp/mysql#185
WyriHaximus
added a commit
to WyriHaximus-labs/event-loop
that referenced
this issue
Jan 25, 2024
Once this PR is merged, we can start working on the new [v3.0.0 milestone](https://github.com/reactphp/event-loop/milestone/15). The default branch will be `3.x` and the old `1.x` branch still stay in place at least until `3.0.0` is released. Refs: Road map ticket for event-loop: reactphp#271 Plans for ReactPHP v3: https://github.com/orgs/reactphp/discussions/481 PR templated from: friends-of-reactphp/mysql#185
WyriHaximus
added a commit
to WyriHaximus-labs/event-loop
that referenced
this issue
Jan 25, 2024
Once this PR is merged, we can start working on the new [v3.0.0 milestone](https://github.com/reactphp/event-loop/milestone/15). The default branch will be `3.x` and the old `1.x` branch still stay in place at least until `3.0.0` is released. Refs: Road map ticket for event-loop: reactphp#271 Plans for ReactPHP v3: https://github.com/orgs/reactphp/discussions/481 PR templated from: friends-of-reactphp/mysql#185
WyriHaximus
added a commit
to WyriHaximus-labs/event-loop
that referenced
this issue
Jan 26, 2024
Once this PR is merged, we can start working on the new [v3.0.0 milestone](https://github.com/reactphp/event-loop/milestone/15). The default branch will be `3.x` and the old `1.x` branch still stay in place at least until `3.0.0` is released. Refs: Road map ticket for event-loop: reactphp#271 Plans for ReactPHP v3: https://github.com/orgs/reactphp/discussions/481 PR templated from: friends-of-reactphp/mysql#185
This was referenced Feb 22, 2024
This was referenced Feb 23, 2024
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ReactPHP v3 is going to happen! 🎉
We're committed to work on the next major version of ReactPHP. We've started working on this a while ago and believe it's time to finally make this public and give people a chance to see what we're up to and to contribute. In order to show the ongoing development towards ReactPHP v3, we're using dedicated roadmap tickets (like this one) for each component.
Our plans towards EventLoop v3
✅ Create
3.x
branch #272Once this is created, we can start working on the new v3.0.0 milestone. The default branch will be
3.x
and the previous1.x
branch still stay in place at least untilv3.0.0
is released.✅ Drop deprecated APIs #273, #274
All APIs marked as
@deprecated
in v1 will be removed in v3. Each occurrence should have a clear upgrade path described.✅ Require PHP 7.1+ and recommend PHP 8.1+ #276
Time to upgrade! The new v3 will make use of newer language features, so we will upgrade to PHP 7.1+ as a minimum requirement (to run absolutely anywhere) and recommend PHP 8.1+ looking forward (Fibers).
Type-Safe APIs with PHPStan on max level
All our public APIs should use native type declarations to avoid invalid API usage and guide IDEs and static analysis tools.
Release reactphp/event-loop
v3.0.0
Planned around mid-2024, approaching our 12th birthday? To ensure a smooth release, we will coordinate the process across all our components.
How you can help
We're optimistic to get the above things done in the near future, so this ticket aims to serve as a basic overview and is subject to change as we progress. For more details, see also the milestone links and any referenced tickets. If you have any additional input for ReactPHP v3, we invite you to join our discussion about the roadmap for the next major version.
Working on the next major version involves a lot of work and we're always looking for sponsors to allow us spending more time on ReactPHP. Check out ReactPHP's sponsors profile and consider supporting the ongoing development ❤️
We'll do our best to keep this ticket updated as we make progress. To keep things organized, let's try to limit the discussions in here and please use new tickets and discussions for input. Help us spread the word! We are excited to move forward together! 🚀
The text was updated successfully, but these errors were encountered: