Skip to content

Changes in field names in the Edge updates API #178

Open
@bonigarcia

Description

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.)?

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions