Skip to content

Commit

Permalink
feat(native): Jinja - upgrade engine (fixes macros memory leak & stac…
Browse files Browse the repository at this point in the history
…k overflow) (#7313)

Link - https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md

It contains important fixes:

- Fixed a memory leak involving macros. Previously using macros was leaking memory due to an undetected cycle.
- Added a new stacker feature which allows raising of the recursion limits. It enables monitoring of the call stack via stacker and automatically acquires additional memory when the call stack runs out of space.
  • Loading branch information
ovr committed Oct 26, 2023
1 parent 148fb96 commit 792e265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cubejs-backend-native/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 792e265

Please sign in to comment.