VerteDinde

#47009: build: update hasher return value

Merged
Created: May 8, 2025, 11:30:25 AM
Merged: May 8, 2025, 1:34:21 PM
5 comments
Target: main

Description of Change

Follow up to #46989, updates the value returned by getUrlHash to handle an object being returned, as opposed to only the hash string value

Checklist

Release Notes

Notes: none

Backports

34-x-y
Merged
PR Number
#47013
Merged At
May 9, 2025, 11:52:16 AM
Released In
Not yet
Release Date
Not yet
35-x-y
Merged
PR Number
#47010
Merged At
May 9, 2025, 2:36:33 AM
Released In
Not yet
Release Date
Not yet
36-x-y
Merged
PR Number
#47012
Merged At
May 9, 2025, 11:53:12 AM
Released In
Not yet
Release Date
Not yet
37-x-y
Merged
PR Number
#47011
Merged At
May 9, 2025, 2:36:35 AM
Released In
Not yet
Release Date
Not yet

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron