v0.20.0
What's Changed
- ruff: require function annotations by @Javagedes in #370
- mkdocs: General DocSite improvements. by @Javagedes in #400
- utility_functions: reader: use stdout encoding by @Javagedes in #371
- Convert Edk2DB to use an ORM instead of sqlite3 directly by @Javagedes in #485
Dependency Updates
- build(deps-dev): bump mkdocstrings-python from 1.7.5 to 1.8.0 by @dependabot in #489
- build(deps-dev): bump ruff from 0.1.11 to 0.1.14 by @dependabot in #490
Integration Instructions
Edk2DB now uses sqlalchemy
as an ORM provider. Any custom tables or queries will need to be re-worked following sqlalchemy
session guidelines. Review #485 for the major changes.
Full Changelog: v0.19.9...v0.20.0