Changelogs

On this page:

tags

tags Change Logs

2021.1.6 Maintenance Release [2022-01-04]

Overview

  • 1 Bug Fixes
  • 1 Total Tickets

Bug Fixes

  • tags:3.1.4-2021.1.1 [12-22-2021] - Fixed a bug that caused the tags search option in Automation Studio to fail due to unescaped characters used in the search query. Implemented a constructor to validate escape strings for regular expressions.

2021.1.1 Maintenance Release [2021-07-06]

Overview

  • 1 Chores
  • 1 Total Tickets

Chores

  • tags:3.1.4-2021.1.0 [05-26-2021] - Updated libraries to latest in preparation for the next release.

2021.1 Feature Release [2021-05-28]

Overview

  • 2 Improvements
  • 1 Bug Fixes
  • 1 Security Fixes
  • 2 Chores
  • 6 Total Tickets

Improvements

  • tags:3.1.3 [05-04-2021] - Updated the Tags application libraries to the latest version and removed unnecessary libraries. Also corrected coding lint errors to ensure the application passed the security audit.
  • tags:3.1.0 [03-29-2021] - Standardized indexes to support new indexing APIs. This will help to better manage indexing in the future by mapping indexes to a key for naming the index and identifying the index function.

Bug Fixes

  • tags:3.1.2 [04-20-2021] - Improved error handling when adding new tags to a database; messages are written to debug logs instead of error and warning logs.

Security Fixes

  • tags:3.0.7 [03-11-2021] - Resolved the Axios security issue in the Tags application.

Chores

  • tags:3.1.4 [05-26-2021] - Updated libraries to latest in preparation for the next release.
  • tags:3.1.1 [04-06-2021] - Moved project to master pipeline.

2020.2.0 Feature Release [2021-01-05]

Overview

  • 2 Improvements
  • 2 Bug Fixes
  • 2 Security Fixes
  • 4 Chores
  • 10 Total Tickets

Improvements

  • tags:3.0.1 [10-23-2020] - Updated migration script to use the latest itential-utils package for property decryption.
  • tags:3.0.0 [08-17-2020] - Removed the Tags application UI from the Tags repository. The Tags server side end points are still intact.

Bug Fixes

  • tags:3.0.2 [11-18-2020] - Configured the Tags user interface endpoint to redirect to Admin Essentials.
  • tags:2.2.14 [05-26-2020] - Tags app will no longer limit ref_id length to minimum 3 characters. Instead, any length over 0 will be accepted as valid ref_id.

Security Fixes

  • tags:3.0.5 [11-18-2020] - Fixed security audit errors for the Tags repository.
  • tags:3.0.3 [11-19-2020] - Removed multiline library reference from Tags package.json configuration file.

Chores

  • tags:3.0.6-2020.2.0 [12-17-2020] - Pinned Tags libraries for 2020.2 release.
  • tags:3.0.6 [12-17-2020] - Pinned Tags libraries for 2020.2 release.
  • tags:3.0.4 [12-09-2020] - Updated Tags application database version to fix the arbiter bug.
  • tags:2.2.15 [06-18-2020] - Updated node driver for MongoDB.

2020.1.0 Feature Release [2020-05-01]

Overview

  • 5 Bug Fixes
  • 5 Chores
  • 10 Total Tickets

Bug Fixes

  • tags:2.2.11 [04-16-2020] - Added check to the Tags database collection migration script to determine if a tag_references collection exists before proceeding. If collection does not exist, console message is generated and script will exit.
  • tags:2.2.10 [04-14-2020] - Removed the horizontal and vertical scrollbars from each tag in the Tags application tag list.
  • tags:2.2.9 [04-13-2020] - Added styling to the tags table to align and space the name and description column properly.
  • tags:2.2.8 [04-13-2020] - Fixed the Tags schema validation errors. Also updated a deprecated database access function.
  • tags:2.2.5 [04-07-2020] - Updated the Tags application to make the menus consistent with other IAP menus.

Chores

  • tags:2.2.12-2020.1.0 [04-24-2020] - Triggered the pipelines to re-publish a failed build.
  • tags:2.2.12 [04-24-2020] - Pinned the Tags app dependencies in preparation to create release branch.
  • tags:2.2.7 [04-13-2020] - Moved CI pipeline from Node.js 10 to Node.js 12.
  • tags:2.2.6 [04-07-2020] - Removed reference to unused seed lifecycle in package.json file.
  • tags:2.2.4 [02-01-2020] - Added schema validation to component pipelines.

2019.3.0 Feature Release [2019-11-29]

Overview

  • 2 Improvements
  • 2 Bug Fixes
  • 1 Security Fixes
  • 1 Chores
  • 6 Total Tickets

Improvements

  • tags:2.2.1 [12-03-2019] - Improved the createTag and createTags algorithms for the IAP Tag application.
  • tags:2.1.0 [11-08-2019] - Updated the IAP Tags application to utilize the redesigned Rodeo PHLegacyNavbar component.

Bug Fixes

  • tags:2.2.2 [12-03-2019] - Edit tag feature is reset when tags are deleted.
  • tags:2.2.0 [11-21-2019] - Added the engineering role to the Tags application.

Security Fixes

  • tags:2.2.3 [12-05-2019] - Fixed NPM security issues.

Chores

  • tags:2.2.3-2019.3.0 [12-10-2019] - Completed checklist for the 2019.3 release of the Tags application.