Skip to content

Releases: tianocore/edk2-pytool-library

Version 0.14.0

07 Feb 00:48
abce13c
Compare
Choose a tag to compare

Breaking Changes

Integration Steps

  • Replace with standard library enum definition

What's Changed

  • Implemented C array export function and updated utility_functions.py by @Flickdm in #244
  • Feature/update/uefi multi phase by @Flickdm in #242
  • Update buildreport_parser by @Javagedes in #256
  • utility_functions: Force GetHostInfo() to return MacOs by @Javagedes in #257

Other Changes

  • Bump mkdocs-material from 8.5.6 to 9.0.11 in /docs/user by @dependabot in #255

New Contributors

Full Changelog: v0.13.1...v0.14.0

Version 0.13.1

02 Feb 22:58
1d6fb1a
Compare
Choose a tag to compare

What's Changed

N/A

Other Changes

Full Changelog: v0.13.0...v0.13.1

Version 0.13.0

31 Jan 00:40
c734b17
Compare
Choose a tag to compare

Breaking Changes

Interface Change

  • Improve error message in locate_tools when FindWithVsWhere fails by @Javagedes in #221

Integration Instructions

Before
FindWithVsWhere(products: str = "*", vs_version: str = None) -> (int, str)

After
FindWithVsWhere(products: str = "*", vs_version: str = None) -> str

FindWithVsWhere() will now return only the product (or None if VsWhere successfully executed but did not find the requested product). On failure, instead of returning a non zero status, an exception will be raised depending on the error reason, which can be handled by the calling function.

Changes

New Contributors

Full Changelog: v0.12.2...v0.13.0

Version 0.12.2

30 Jan 19:31
4bd867b
Compare
Choose a tag to compare

Changes

Other Changes

New Contributors

Full Changelog: v0.12.1...v0.12.2

Version 0.12.1

11 Nov 14:54
5a01a69
Compare
Choose a tag to compare

What's Changed

  • path_utilities.py: Prevent path case modification in GetContainingModules() by @makubacki in #205

Full Changelog: v0.12.0...v0.12.1

Version 0.12.0

09 Nov 23:59
392f87a
Compare
Choose a tag to compare

What's Changed

  • path_utilities: Adjust GetContainingPackage() and Edk2Path behavior by @makubacki in #186
  • path_utilities: Enhance Edk2Path.GetContainingModules() by @makubacki in #189
  • path_utilities: Add an env variable to allow nested packages by @makubacki in #199

New Contributors

Full Changelog: v0.11.6...v0.12.0

Version 0.11.6

09 Sep 16:44
9b93837
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.5...v0.11.6

Version 0.11.5

14 Jul 02:00
e917414
Compare
Choose a tag to compare

What's Changed

  • Update Cspell configuration to allow compound words by @Javagedes in #164
  • Re-enable GetEdk2RelativePathFromAbsolutePath() to determine relative path from non existent absolute path by @Javagedes in #162
  • Introduce close_fds argument in RunCmd by @jgarver in #159
  • Enable CodeQL v2 by @spbrogan in #166

New Contributors

Full Changelog: v0.11.4...v0.11.5

v0.11.4

26 Apr 19:15
1598f7a
Compare
Choose a tag to compare

What's Changed

  • Downgrade azure-pipelines-release.yml vm to windows-2019 by @Javagedes in #158

Full Changelog: v0.11.3...v0.11.4

v0.11.3

26 Apr 17:50
f944ca5
Compare
Choose a tag to compare

What's Changed

  • Add nested package paths check by @Javagedes in #153
  • Add long-line handling to build report parser for INF paths by @zurcher in #156

New Contributors

Full Changelog: v0.11.2...v0.11.3