x/v0.0.4 - HTTP/2 and HTTP/3 Support for CONNECT Client and more #478
fortuna
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New Features
HTTP/2 and HTTP/3 Support for CONNECT Client: package
x/httpconnect
now supports HTTP/2 and HTTP/3, enabling more efficient and modern communication protocols for improved performance and reliability. Thanks @nikolaikabanenkov!Strategy Result Caching on Mobile Proxy: To significantly speed up connection times on app lifecycle events, we've introduced caching for strategy results in the StrategyFinder. This means that once a successful connection strategy is found, it can be quickly reused for subsequent connections. This feature has also been integrated into the smart-proxy and app maker.
New Measurement Tool: A new measure tool has been added to the x module. This utility allows developers to test and measure the performance of different connection paths as shown on this Measure Website Censorship notebook.
Build Task for mobileproxy: A new Taskfile has been added to streamline the build process for mobileproxy, making development and deployment simpler.
Full Changelog: x/v0.0.3...x/v0.0.4
StrategyCache
to website wrapper by @jyyi1 in feat(example): introduceStrategyCache
to website wrapper #460This discussion was created from the release x/v0.0.4 - HTTP/2 and HTTP/3 Support for CONNECT Client and more.
Beta Was this translation helpful? Give feedback.
All reactions