Skip to content

Releases: pallets/jinja

3.0.0

12 May 00:11
417f822

Choose a tag to compare

New major versions of all the core Pallets libraries, including Jinja 3.0, have been released! 🎉

This represents a significant amount of work, and there are quite a few changes. Be sure to carefully read the changelog, and use tools such as pip-compile and Dependabot to pin your dependencies and control your updates.

3.0.0rc2

25 Apr 15:16
ac8d8d6

Choose a tag to compare

3.0.0rc2 Pre-release
Pre-release

Fixes an issue with the deprecated Markup subclass, #1401.

3.0.0rc1

16 Apr 15:26
d77a91b

Choose a tag to compare

2.11.3

31 Jan 17:15
cf21539

Choose a tag to compare

This contains a fix for a speed issue with the urlize filter. urlize is likely to be called on untrusted user input. For certain inputs some of the regular expressions used to parse the text could take a very long time due to backtracking. As part of the fix, the email matching became slightly stricter. The various speedups apply to urlize in general, not just the specific input cases.

2.11.2

13 Apr 17:01
737a4cd

Choose a tag to compare

2.11.1

30 Jan 21:09
b85283e

Choose a tag to compare

This fixes an issue in async environment when indexing the result of an attribute lookup, like {{ data.items[1:] }}.

2.11.0

29 Jan 06:41
bbdafe3

Choose a tag to compare

This is the last version to support Python 2.7 and 3.5. The next version will be Jinja 3.0 and will support Python 3.6 and newer.

2.10.3

04 Oct 19:00
c6a71f9

Choose a tag to compare

2.10.2

04 Oct 18:29
0fee409

Choose a tag to compare

2.10.1

06 Apr 20:17
c4c4088

Choose a tag to compare