Skip to content

v10.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 18:21
· 1253 commits to refs/heads/main since this release
ef8565d

What's Changed

  • Use new version of protocol API. @magravel (#354)
    Change Details
      ## Description

    Use the new version of Protocol API.

    Note: Performance change are only to make it work with the new Protocol Version. The real clean up is in an other PR.

    • Impacts functionality?
    • Impacts security?
    • Breaking change?
    • Includes tests?
    • Includes documentation?

    How This Was Tested

    Boot to shell.

    Integration Instructions

    N/A




  • [RFC] dependency injectable Guided HOB parsing @Javagedes (#349)
    Change Details
      RFC for adding a new dependency injectable type `Hob`, which when found in a registered component, also registers a parser for said HOB. This parser will be used to parse a guided HOB into the `Hob` type that the component is requesting. The component will only be executed if the HOB is found.

    Current RFC State: FCP




  • chore: Release @os-d (#353)
    Change Details
      ## Description

    release occurred.

    • Impacts functionality?
    • Impacts security?
    • Breaking change?
    • Includes tests?
    • Includes documentation?

    How This Was Tested

    N/A.

    Integration Instructions

    N/A.




⚠️ Breaking Changes

  • Use new version of protocol API. @magravel (#354)
    Change Details
      ## Description

    Use the new version of Protocol API.

    Note: Performance change are only to make it work with the new Protocol Version. The real clean up is in an other PR.

    • Impacts functionality?
    • Impacts security?
    • Breaking change?
    • Includes tests?
    • Includes documentation?

    How This Was Tested

    Boot to shell.

    Integration Instructions

    N/A




Full Changelog: v9.2.0...v10.0.0