v2rayA / v2raya-openwrt

opkg feed of v2rayA for OpenWrt users
https://sourceforge.net/projects/v2raya/files/openwrt/
360 stars 70 forks source link

feat: update xray-core version to 1.8.11 #49

Closed mostafamoq closed 4 weeks ago

mostafamoq commented 6 months ago

This pull request updates the xray-core dependency from version v1.8.8-1 to v1.8.11. This update includes several critical enhancements including the support for HTTP/2 Upgrade protocol, alongside bug fixes, performance improvements, and security patches. These enhancements are essential for maintaining the reliability, efficiency, and security of the service.

Changes made:

Updated the xray-core version in the Makefile from v1.8.8-1 to v1.8.11.

Key improvements:

HTTP/2 Upgrade protocol support: Adds support for the HTTP/2 protocol upgrade, enhancing compatibility and performance with modern web services.
Security enhancements: Incorporates the latest security patches to protect against vulnerabilities.
Performance improvements: Improves the efficiency and stability of network components.
Bug fixes: Addresses several known issues from the previous version, enhancing user experience and system reliability.

Testing: Comprehensive testing was conducted in the OpenWRT development environment to ensure that the upgrade supports all new features without compromising existing functionalities and that it operates seamlessly within our deployment scenario.

Additional notes: For a detailed list of the features and bug fixes included in xray-core version v1.8.11, please refer to the release notes on GitHub.

This update is crucial for keeping our project up-to-date with the latest standards and technologies, particularly for enhancing network protocol support and security. I recommend merging this pull request after sufficient review and testing by the project maintainers.