Skip to content

Commit 53fbb69

Browse files
committed
Update changes to prepare for release
1 parent 71a8003 commit 53fbb69

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
# Jinjava Releases #
2+
### 2025-01-30 Version 2.8.3 ([Maven Central](https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.8.3/jar)) ###
3+
* Disallow accessing properties on restricted classes while rendering through ForTag
4+
* Upgrade jackson to version 2.20
5+
* [Add performance optimization to chained filters](https://github.com/HubSpot/jinjava/pull/1274)
6+
7+
### 2025-01-30 Version 2.7.6 ([Maven Central](https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.7.6/jar)) ###
8+
* Disallow accessing properties on restricted classes while rendering through ForTag
9+
* Upgrade jackson to version 2.20
10+
211
### 2025-10-22 Version 2.8.2 ([Maven Central](https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.8.2/jar)) ###
312
* [Fix helper token escape handling and unescaping when unquoting strings](https://github.com/HubSpot/jinjava/pull/1263)
13+
14+
### 2025-09-30 Version 2.7.5 ([Maven Central](https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.7.5/jar)) ###
15+
* Disallow accessing properties on restricted classes while rendering
16+
417
### 2025-09-16 Version 2.8.1 ([Maven Central](https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.8.1/jar)) ###
518
* Disallow accessing properties on restricted classes while rendering
619
* [Make stack operations use AutoCloseable for safer usage with try-with-resources](https://github.com/HubSpot/jinjava/pull/1250)
20+
721
### 2025-05-05 Version 2.8.0 ([Maven Central](https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.8.0/jar)) ###
822
* [Target Java 17](https://github.com/HubSpot/jinjava/pull/1238)
923
* [Implement PyMap#get with optional default](https://github.com/HubSpot/jinjava/pull/1233)

0 commit comments

Comments
 (0)