Skip to content

v0.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 23 May 21:19
· 222 commits to refs/heads/main since this release
8b23409

What's Changed

  • pip: bump antlr4-python3-runtime from 4.12.0 to 4.13.0 @dependabot (#182)
    Change Details
      Bumps [antlr4-python3-runtime]() from 4.12.0 to 4.13.0.

    Dependabot compatibility score

    You can trigger a rebase of this PR by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

  • pip: bump xmlschema from 2.2.3 to 2.3.0 @dependabot (#181)
    Change Details
      Bumps [xmlschema](https://github.com/sissaschool/xmlschema) from 2.2.3 to 2.3.0.
    Release notes

    Sourced from xmlschema's releases.

    v2.3.0 (2023-05-18)

    • Improve sequence/all restriction checks for XSD 1.1
    • Add schema argument to Wsdl11Document
    Changelog

    Sourced from xmlschema's changelog.

    v2.3.0_ (2023-05-18)

    • Improve sequence/all restriction checks for XSD 1.1
    • Add schema argument to Wsdl11Document
    Commits
    • 839e28e Bump minor release
    • 5c9241a Add schema optional argument to Wsdl11Document
    • 5f48c2d Remove initial occurrence check from XSD 1.1 is_all_restriction()
    • 51aa557 Refine effective_min_occurs and effective_max_occurs properties
    • 0dd66a3 Improve sequence restriction check for XSD 1.1
    • 147d257 Refactor static typing tests using mypy.api
    • See full diff in compare view

    Dependabot compatibility score

    You can trigger a rebase of this PR by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

  • pip: bump edk2-basetools from 0.1.45 to 0.1.48 @dependabot (#177)
    Change Details
      Bumps [edk2-basetools](https://github.com/tianocore/edk2-basetools) from 0.1.45 to 0.1.48.
    Commits

    Dependabot compatibility score

    You can trigger a rebase of this PR by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

📖 Documentation Updates

  • Support Standalone MM in ConfigKnobShimLib and Autogen @os-d (#183)
    Change Details
      # Preface

    Please ensure you have read the contribution docs prior
    to submitting the pull request. In particular,
    pull request guidelines.

    Description

    Add Standalone MM support to ConfigKnobShimLib and the autogenerated headers so that standalone MM modules can use the configuration interfaces provided by mu_feature_config.

    This switches to using PolicyLib as the interface to policy code in the autogenerated header and adds a standalone MM appropriate get variable interface to ConfigKnobShimLib.

    For each item, place an "x" in between [ and ] if true. Example: [x].
    (you can also check items in the GitHub UI)

    • Impacts functionality?
      • Functionality - Does the change ultimately impact how firmware functions?
      • Examples: Add a new library, publish a new PPI, update an algorithm, ...
    • Impacts security?
      • Security - Does the change have a direct security impact on an application,
        flow, or firmware?
      • Examples: Crypto algorithm change, buffer overflow fix, parameter
        validation improvement, ...
    • Breaking change?
      • Breaking change - Will anyone consuming this change experience a break
        in build or boot behavior?
      • Examples: Add a new library class, move a module to a different repo, call
        a function in a new library class in a pre-existing module, ...
    • Includes tests?
      • Tests - Does the change include any explicit test code?
      • Examples: Unit tests, integration tests, robot tests, ...
    • Includes documentation?
      • Documentation - Does the change contain explicit documentation additions
        outside direct code modifications (and comments)?
      • Examples: Update readme file, add feature readme file, link to documentation
        on an a separate Web page, ...

    How This Was Tested

    Tested on a physical platform with standalone MM config knobs enabled.

    Integration Instructions

    Follow the integration instructions inthe docs section of this repository, ensuring there is a separate config XML for standalone MM.




Full Changelog: v0.3.0...v0.3.1