Skip to content

Conversation

Copilot
Copy link

@Copilot Copilot AI commented Aug 22, 2025

This PR adds comprehensive release notes for Swoole v6.1.0 RC1 in the new v6.1.md file. The documentation covers all major changes and improvements in this release candidate version.

Key sections included:

标准库扩展 (Standard Library Extensions)

  • New PHP standard library syntax extensions that maintain full compatibility with official PHP syntax
  • Object-oriented support for basic types (array/string/stream) with method chaining
  • Typed arrays with type constraints for keys and values

✨ 新特性 (New Features)

  • llHTTP parser replaces http_parser as default HTTP message parser for better performance
  • Full coroutine support for file downloads in Swoole\Coroutine\Http\Client
  • New iouring ftruncate support for extended async file operations

🐛 Bug 修复 (Bug Fixes)

  • Thread mode optimizations including SWOOLE_THREAD hook_flags fixes
  • Stability improvements for process management and resource cleanup
  • Compatibility fixes for PHP 8.5 and various platform-specific issues

🛠️ 架构优化 (Architecture Optimizations)

  • Achieved 86% unit test coverage milestone
  • Refactored SSL, Socket, reactor, and string modules
  • Performance improvements for multi-threading with independent memory management

废弃 (Deprecations)

  • Removed support for select event mechanism in favor of poll
  • Deprecated $waitEvent parameter in Swoole\Server::stop() method

The document follows the established repository conventions and provides complete Chinese documentation for developers and users tracking Swoole's development progress.

Fixes #94.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copy link
Author

Copilot AI commented Aug 22, 2025

@matyhtf 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs.

I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review.

@Copilot Copilot AI changed the title [WIP] swoole v6.1.0 RC1 版本更新记录 Add Swoole v6.1.0 RC1 release notes documentation Aug 22, 2025
@Copilot Copilot AI requested a review from matyhtf August 22, 2025 13:03
Copilot finished work on behalf of matyhtf August 22, 2025 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

swoole v6.1.0 RC1 版本更新记录
2 participants