Skip to content

Releases: aio-libs/aiohttp-jinja2

1.6

18 Nov 15:30
9489090
Compare
Choose a tag to compare
  • Switch to aiohttp.web.AppKey, and deprecate the old 'static_root_url' key.
  • Drop Python 3.7, add Python 3.12.

1.5.1

01 Feb 16:12
fdecf55
Compare
Choose a tag to compare
  • Add support for Python 3.11.
  • Drop support for decorating non-async functions with @template (deprecated since 0.16).

aiohttp-jinja2 1.5 release

01 Feb 12:44
Compare
Choose a tag to compare
  • Drop support for jinaj2 <3. Add support for 3+.
  • Don't require typing_extensions on Python 3.8+.

aiohttp-jinja2 1.4.2 release

23 Nov 12:59
Compare
Choose a tag to compare

Changes

  • Add CHANGES.rst to MANIFEST.in and sdist #402

aiohttp-jinja2 1.4.1 release

22 Nov 15:57
Compare
Choose a tag to compare

Changes

  • Document async rendering functions #396

aiohttp-jinja2 1.4.0 release

12 Nov 10:26
Compare
Choose a tag to compare

Changes

  • Fix type annotation for context_processors argument #354

  • Bump the minimal supported aiohttp version to 3.6.3 to avoid problems
    with uncompatibility between aiohttp and yarl

  • Add async rendering support #393

aiohttp-jinja2 1.3.0 release

30 Oct 13:13
Compare
Choose a tag to compare

Changes

  • Remove Any from template annotations #343
  • Fix type annotation for filters in aiohttp_jinja2.setup #330
  • Drop Python 3.5, support Python 3.9

aiohttp-jinja2 1.2.0 release

21 Oct 14:43
Compare
Choose a tag to compare

Changes

  • Add type hints #285

aiohttp-jinja2 1.1.0 release

05 Sep 14:08
Compare
Choose a tag to compare

Added support for handling nested applications.

CHANGES

  • Bump minimal supported aiohttp version to 3.2

  • Use request.config_dict for accessing jinja2 environment. It
    allows reusing jinja rendering engine from the parent application.

aiohttp-jinja2 1.0.0 release

11 Apr 07:51
Compare
Choose a tag to compare

The release is marked as 1.0.0 to reflect the fact of the library maturity and stability.
We had to do it at least a year ago but later is better than never.

Changes

  • Allow context_processors to compose from parent apps #195