Changelogs

On this page:

app-template_builder

app-template_builder Change Logs

2019.3.22 Maintenance Release [2021-12-07]

Overview

  • 1 Bug Fixes
  • 1 Total Tickets

Bug Fixes

  • app-template_builder:2.3.6-2019.3.21 [10-26-2021] - Fixed a Template Builder error that occurred when running in Python 2. This fix resolves parsing errors in Jinja2 templates with integer data types.

2019.3.21 Maintenance Release [2021-11-02]

Overview

  • 1 Bug Fixes
  • 1 Total Tickets

Bug Fixes

  • app-template_builder:2.3.6-2019.3.20 [10-11-2021] - Replaced the ES2019 .flatMap method (which is not supported) with a custom one.

2019.3.19 Maintenance Release [2021-09-07]

Overview

  • 2 Bug Fixes
  • 2 Total Tickets

Bug Fixes

  • app-template_builder:2.3.6-2019.3.19 [08-03-2021] - Fixed a bug that allowed users to create template names containing leading or trailing white spaces.
  • app-template_builder:2.3.6-2019.3.18 [07-02-2021] - Improved reporting of config problems preventing Template Builder from sandboxing the template renderer. Template Builder will now report misconfigured sandbox dependencies as errors instead of warnings in the logs.

2019.3.18 Maintenance Release [2021-07-06]

Overview

  • 3 Bug Fixes
  • 3 Total Tickets

Bug Fixes

  • app-template_builder:2.3.6-2019.3.17 [06-29-2021] - Fixed a bug that caused data to be lost when rendering Jinja2 templates with large amounts of content.
  • app-template_builder:2.3.6-2019.3.16 [06-18-2021] - Added IPC signaling mechanism to prevent template builder from crashing.
  • app-template_builder:2.3.6-2019.3.15 [06-17-2021] - An HTTP 500 error is returned when creating an already existing template.

2019.3.17 Maintenance Release [2021-06-01]

Overview

  • 1 Improvements
  • 1 Bug Fixes
  • 2 Total Tickets

Improvements

  • app-template_builder:2.3.6-2019.3.13 [05-21-2021] - Stabilized the sandbox feature behavior by moving from Python implementation to JavaScript. This creates a stable communication layer between Template Builder and the python scripts responsible for running Jinja2 and TextFSM templates.

Bug Fixes

  • app-template_builder:2.3.6-2019.3.14 [05-26-2021] - Fixed a bug in the transmission of JSON inputs to the Jinja2 template rendering Python process.

2019.3.16 Maintenance Release [2021-05-04]

Overview

  • 1 Security Fixes
  • 1 Chores
  • 2 Total Tickets

Security Fixes

  • app-template_builder:2.3.6-2019.3.12 [05-06-2021] - Added support for secure execution of Jinja2 templates.

Chores

  • app-template_builder:2.3.6-2019.3.11 [03-30-2021] - Moved project to the master pipeline.

2019.3.13 Maintenance Release [2021-02-02]

Overview

  • 1 Chores
  • 1 Total Tickets

Chores

  • app-template_builder:2.3.6-2019.3.10 [01-25-2021] - Updated database dependency for the MongoDB driver.

2019.3.12 Maintenance Release [2021-01-05]

Overview

  • 1 Bug Fixes
  • 1 Total Tickets

Bug Fixes

  • app-template_builder:2.3.6-2019.3.9 [12-17-2020] - Added support for encryption in the NPM seed script.

2019.3.11 Maintenance Release [2020-12-01]

Overview

  • 1 Bug Fixes
  • 1 Total Tickets

Bug Fixes

  • app-template_builder:2.3.6-2019.3.8 [11-11-2020] - Jinja2 TextFSM templates are now properly failing on render error.

2019.3.10 Maintenance Release [2020-11-03]

Overview

  • 1 Improvements
  • 1 Total Tickets

Improvements

  • app-template_builder:2.3.6-2019.3.7 [10-22-2020] - Added missing examples to input schemas on methods.

2019.3.6 Maintenance Release [2020-07-07]

Overview

  • 1 Bug Fixes
  • 1 Total Tickets

Bug Fixes

  • app-template_builder:2.3.6-2019.3.6 [06-03-2020] - Improved parseTemplate method to handle errors more precisely.

2019.3.5 Maintenance Release [2020-06-02]

Overview

  • 1 Bug Fixes
  • 1 Total Tickets

Bug Fixes

  • app-template_builder:2.3.6-2019.3.5 [05-13-2020] - Modified the logging response for a deleteTemplate API.

2019.3.3 Maintenance Release [2020-04-07]

Overview

  • 1 Bug Fixes
  • 1 Chores
  • 2 Total Tickets

Bug Fixes

  • app-template_builder:2.3.6-2019.3.4 [04-04-2020] - Added a mechanism to check for a python executable before running python scripts.

Chores

  • app-template_builder:2.3.6-2019.3.3 [03-15-2020] - Created a standalone seed npm script for templates.

2019.3.2 Maintenance Release [2020-03-03]

Overview

  • 2 Bug Fixes
  • 2 Total Tickets

Bug Fixes

  • app-template_builder:2.3.6-2019.3.2 [02-14-2020] - Fixed a bug which limited TextFSM template input size.
  • app-template_builder:2.3.6-2019.3.1 [02-08-2020] - Fixed a bug where Jinja2 templates would have an extra new line appended to the results.

2019.3.0 Feature Release [2019-11-29]

Overview

  • 1 New Features
  • 3 Improvements
  • 4 Bug Fixes
  • 3 Chores
  • 11 Total Tickets

New Features

  • app-template_builder:2.0.0 [10-28-2019] - Removed the 'stand alone' application to support framework for Automation Studio.

Improvements

  • app-template_builder:2.3.1 [11-14-2019] - Script to seed database with default templates now runs automatically on startup.
  • app-template_builder:2.3.0 [11-13-2019] - Template Builder UI has been absorbed by Automation Studio. The application is now limited to headless processing of template data.
  • app-template_builder:2.1.0 [11-06-2019] - Added API to support getting a filtered list of templates.

Bug Fixes

  • app-template_builder:2.3.6 [12-04-2019] - Template Builder Jinja2 structures no longer leave blank space or empty lines in rendered output.
  • app-template_builder:2.3.5 [12-01-2019] - Removed incorrect installation instructions from README.md.
  • app-template_builder:2.3.4 [11-20-2019] - ParseTemplates now render jinja2 templates correctly.
  • app-template_builder:2.3.3 [11-19-2019] - Fixed invalid schema references causing the renderJinjaTemplate task to crash Template Builder.

Chores

  • app-template_builder:2.3.6-2019.3.0 [12-12-2019] - Release checklist approved.
  • app-template_builder:2.3.2 [11-18-2019] - Renamed migration scripts folder to fix issue with encrypted builds.
  • app-template_builder:2.2.0 [11-06-2019] - Reworked API tests from Cernan to include metadata, and refactored to follow a standard of one endpoint per test case file. Updated pipeline config and scripts to pass pipeline. Added API test cases and pipeline updates to app-template_builder.