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

Changes in field names in the Edge updates API #178

Open
bonigarcia opened this issue Dec 6, 2024 · 1 comment
Open

Changes in field names in the Edge updates API #178

bonigarcia opened this issue Dec 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@bonigarcia
Copy link

The responses of the Edge updates API have changed recently:

https://edgeupdates.microsoft.com/api/products/

The following JSON fields are different now:

  • ArtifactName -> artifactName
  • Hash -> hash
  • HashAlgorithm -> hashAlgorithm
  • Location -> location
  • SizeInBytes -> sizeInBytes

As a result, programmatic clients of this API, like Selenium Manager, experienced a problem while parsing the response. See:

SeleniumHQ/selenium#14851

Is it possible to roll back these fields to use the previous names (ArtifactName, etc.)?

@Fman77
Copy link

Fman77 commented Dec 6, 2024

+1

That would allow all clients of Selenium Manager (including previous versions) to fix the issue, instead of upgrading to a new version of Selenium that would account for that change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants