Skip to content

Releases: valorcz/splunk_jinja_formatter

v1.0.4

15 Nov 07:54
b463ae1
Compare
Choose a tag to compare

Add more useful features (custom filters and commands) to the jinja2format command:

  • strftime
  • zip and zip_longest
  • fromjson and toyaml
  • tolist
  • b64encode and b64decode

Along with extra documentation.

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

14 Nov 21:27
4499a8c
Compare
Choose a tag to compare

Mandatory updates to stay compliant with Splunk latest requirements.

What's Changed

  • Application & library updates to stay compliant with Splunk guidelines. by @valorcz in #1

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

24 Mar 10:32
Compare
Choose a tag to compare

Fixed

  • Less restrictive permissions, as it might have been causing problems in some installations.