Skip to content

Prepare v2.7.0 release#110

Closed
PaulRotmann wants to merge 1 commit into
clue:2.xfrom
PaulRotmann:v2.7.0
Closed

Prepare v2.7.0 release#110
PaulRotmann wants to merge 1 commit into
clue:2.xfrom
PaulRotmann:v2.7.0

Conversation

@PaulRotmann

Copy link
Copy Markdown
Contributor

Preparation for release v2.7.0 on 2025-01-24.

@KentarouTakeda

Copy link
Copy Markdown

@clue
Are you planning to publish the recent changes, including this pull request, as a new version?

I think #107 in particular is an important change for users. Currently, we are concerned that the following warning message is always displayed when we run tools that use our library on php-8.4 or higher:

Clue\React\Stdio\Stdio::__construct(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead

Clue\React\Stdio\Stdio::__construct(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead

Clue\React\Stdio\Stdio::__construct(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead

Clue\React\Stdio\Stdio::__construct(): Implicitly marking parameter $readline as nullable is deprecated, the explicit nullable type must be used instead

Clue\React\Stdio\Stdio::createStdin(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead

Clue\React\Stdio\Stdio::createStdout(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead

@clue

clue commented Jun 14, 2026

Copy link
Copy Markdown
Owner

v2.7.0 is now released 🎉 https://github.com/clue/reactphp-stdio/releases/tag/v2.7.0

Thanks @PaulRotmann for preparing this! I finalized the release directly on 2.x, as this PR had drifted behind the newer changes that also went into v2.7.0 (PHP 8.5 support and more), so closing this one (refs also clue/reactphp-mq#52 and others).

@KentarouTakeda this release includes #107, so the implicitly nullable deprecation warnings on PHP 8.4+ are resolved. Thanks for the nudge!

I hope you enjoy this! 👍 If so, consider supporting this project, for example by becoming a sponsor ❤️

@clue clue closed this Jun 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants