Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: parse Safari versions correctly in generator-networks-creator #347

Merged
merged 7 commits into from
Jan 6, 2025

Conversation

barjin
Copy link
Collaborator

@barjin barjin commented Jan 6, 2025

The generator-networks-creator package is parsing the browser versions from the user-agent string.

While other browsers use the chrome/130.0.0.0 suffix in the user-agent string, Safari uses the Version/18.0 Safari/650.0.0.0 syntax - with 650.0.0.0 being the WebKit, not the Safari version.

This PR fixes this omission in generator-networks-creator and regenerates the generative models. There is also minor refactoring.

Closes #346

@barjin barjin added the adhoc Ad-hoc unplanned task added during the sprint. label Jan 6, 2025
@barjin barjin self-assigned this Jan 6, 2025
@github-actions github-actions bot added this to the 105th sprint - Tooling team milestone Jan 6, 2025
@github-actions github-actions bot added the t-tooling Issues with this label are in the ownership of the tooling team. label Jan 6, 2025
@github-actions github-actions bot added the tested Temporary label used only programatically for some analytics. label Jan 6, 2025
@barjin barjin merged commit 6675262 into master Jan 6, 2025
6 checks passed
@barjin barjin deleted the fix/safari-versioning branch January 6, 2025 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

headerGenerator behaves differently than expected for safari browser
1 participant