github / release-radar

Repo for submission of projects to consider for the GitHub Release Radar 📡
https://releaseradar.github.com
Creative Commons Zero v1.0 Universal
295 stars 23 forks source link

[Release Radar Request] Revolt v1.0.0 #135

Closed kelunik closed 1 year ago

kelunik commented 1 year ago

Open Source Project name

Revolt

What is your project?

Revolt is a rock-solid event loop for concurrent PHP applications. The usual PHP application spends most of its time waiting for I/O. While PHP is single threaded, cooperative multitasking can be used to allow for concurrency by using the waiting time to do different things.

Version

1.0.0

Date

November 3, 2022

Description of breaking changes

This release marks Revolt officially as stable. We've replaced the previously exposed callback metrics with a more flexible and fine-grained reflection API.

GitHub Repo

https://github.com/revoltphp/event-loop

Website

https://revolt.run

Link to changelog

https://github.com/revoltphp/event-loop/releases/tag/v1.0.0

Social media

https://twitter.com/revoltphp/status/1588247750038106112

Anything else to add?

No response

https://github.com/github/release-radar/issues/135#tasklist-block-91735703-73c3-476a-9a44-95b1985388c4

kelunik commented 1 year ago

This has been included in https://github.blog/2022-12-16-release-radar-nov-2022/, thanks!