Is your feature request related to a problem? Please describe.
I'm frustrated when I need to emulate the latest Chrome browser version but rnet only supports up to Chrome 141. As Chrome 142 is now released and being used by real users, not having this emulation makes it harder to properly mimic current browser behavior and can lead to detection by anti-bot systems that check for outdated browser versions.
Describe the solution you'd like
I would like rnet to add support for Chrome 142 browser emulation, including:
- Adding
Emulation.Chrome142 to the available browser emulations
- Implementing proper TLS fingerprints for Chrome 142
- Including correct HTTP/2 settings and headers for Chrome 142
- Updating the documentation to list Chrome 142 in the supported browsers
Describe alternatives you've considered
- Using Chrome 141 as a fallback, but this may not match the latest browser fingerprints
- Manually configuring TLS and HTTP/2 settings, but this requires deep knowledge of Chrome's internals
- Using other libraries, but rnet has the best performance and fingerprint accuracy
Additional context
Chrome 142 is currently available and being actively used. Having up-to-date browser emulations is important for maintaining compatibility with modern web services and avoiding detection. The sooner this is added, the better it will be for all rnet users who need the latest browser support.
Thank you for maintaining this great library @0x676e67
Is your feature request related to a problem? Please describe.
I'm frustrated when I need to emulate the latest Chrome browser version but rnet only supports up to Chrome 141. As Chrome 142 is now released and being used by real users, not having this emulation makes it harder to properly mimic current browser behavior and can lead to detection by anti-bot systems that check for outdated browser versions.
Describe the solution you'd like
I would like rnet to add support for Chrome 142 browser emulation, including:
Emulation.Chrome142to the available browser emulationsDescribe alternatives you've considered
Additional context
Chrome 142 is currently available and being actively used. Having up-to-date browser emulations is important for maintaining compatibility with modern web services and avoiding detection. The sooner this is added, the better it will be for all rnet users who need the latest browser support.
Thank you for maintaining this great library @0x676e67