feat(emulation): expose Chrome/Edge 146-147, Opera 120-130, Firefox 148-149#67
Merged
Conversation
Collaborator
|
The upstream project is currently under refactoring and its release will be delayed. We are waiting for this PR to be merged. Once merged, we will be able to parse the latest Chrome fingerprint versions directly from the latest configuration data. This will help reduce static dependencies within wreq-util. |
Collaborator
|
Ported and released the fix commits for wreq-util, and updated the profile configs to the latest version. |
0x676e67
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Expose new browser emulation variants in
Wreq::EmulationDevice:blocked on upstream
The variants don't exist in the currently pinned
wreq-util = "3.0.0-rc.10".Cargo.tomlneeds to update towreq-util = "3.0.0-rc.11"once this PR is merged.Note
Medium Risk
Low-touch binding changes, but they depend on a
wreq-utilversion bump and expand the public emulation surface area, which could expose upstream behavioral differences.Overview
Bumps
wreq-utilfrom3.0.0-rc.10to3.0.0-rc.11(lockfile updated accordingly).Extends
Wreq::EmulationDeviceto expose additional emulation constants: Chrome 146–147, Edge 146–147, Firefox 148–149, and Opera 120–130, updating both the Rust enum binding (src/emulate.rs) and the Ruby doc stubs (lib/wreq_ruby/emulation.rb). The README’s listed available emulations is updated for the new Chrome/Edge/Firefox variants.Reviewed by Cursor Bugbot for commit 511f576. Bugbot is set up for automated code reviews on this repo. Configure here.