Skip to content

Releases: pallets/jinja

3.0.0

Choose a tag to compare

@davidism davidism released this 12 May 00:11
417f822

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

3.0.0rc2 Pre-release
Pre-release

Choose a tag to compare

@davidism davidism released this 25 Apr 15:16
ac8d8d6

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

3.0.0rc1

3.0.0rc1 Pre-release
Pre-release

Choose a tag to compare

@davidism davidism released this 16 Apr 15:26
d77a91b

2.11.3

Choose a tag to compare

@davidism davidism released this 31 Jan 17:15
cf21539

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

Choose a tag to compare

@davidism davidism released this 13 Apr 17:01
737a4cd

2.11.1

Choose a tag to compare

@davidism davidism released this 30 Jan 21:09
b85283e

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

2.11.0

Choose a tag to compare

@davidism davidism released this 29 Jan 06:41
bbdafe3

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

Choose a tag to compare

@davidism davidism released this 04 Oct 19:00
c6a71f9

2.10.2

Choose a tag to compare

@davidism davidism released this 04 Oct 18:29
0fee409

2.10.1

Choose a tag to compare

@davidism davidism released this 06 Apr 20:17
c4c4088