File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 11# Jinjava Releases #
2+ ### 2024-09-12 Version 2.7.3 ([ Maven Central] ( https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.7.3/jar ) ) ###
3+ * [ Add support for numeric keys in map literal] ( https://github.com/HubSpot/jinjava/pull/1152 )
4+ * [ Add feature to consider undefined variable a TemplateError] ( https://github.com/HubSpot/jinjava/pull/1174 )
5+ * [ Improve Optional value serialization] ( https://github.com/HubSpot/jinjava/pull/1175 )
6+ * [ Fix bug where extends roots were processed inside of the RenderFilter] ( https://github.com/HubSpot/jinjava/pull/1159 )
7+ * [ Don't allow illegal characters in XmlAttrFilter] ( https://github.com/HubSpot/jinjava/pull/1179 )
8+ * [ Limit string length in ` + ` and ` ~ ` operators] ( https://github.com/HubSpot/jinjava/pull/1161 )
9+ * Fix various RuntimeExceptions in filters and functions
10+ * Updates dependency versions
211### 2024-02-12 Version 2.7.2 ([ Maven Central] ( https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.7.2/jar ) ) ###
312* [ Use interpreter's locale for strftime functions] ( https://github.com/HubSpot/jinjava/pull/1109 )
413* [ Prevent infinite hashCode recursion in PyList or PyMap] ( https://github.com/HubSpot/jinjava/pull/1112 )
You can’t perform that action at this time.
0 commit comments