Jinja2 v3.0.3 Release Notes

  • ๐Ÿš€ Released 2021-11-09

    • Fix traceback rewriting internals for Python 3.10 and 3.11. :issue:1535
    • Fix how the native environment treats leading and trailing spaces when parsing values on Python 3.10. :pr:1537
    • ๐ŸŽ Improve async performance by avoiding checks for common types. :issue:1514
    • โช Revert change to hash(Node) behavior. Nodes are hashed by id again :issue:1521
    • ๐Ÿ“ฆ PackageLoader works when the package is a single module file. :issue:1512