Changelogs

On this page:

adapter-email

adapter-email Change Logs

2021.2 Feature Release [2021-12-30]

Overview

  • 1 New Features
  • 1 Improvements
  • 2 Bug Fixes
  • 2 Chores
  • 1 Deprecations
  • 7 Total Tickets

New Features

  • adapter-email:4.1.0 [09-27-2021] - The adapter-email can now listen to email accounts and generate RabbitMQ notifications back to IAP.

Improvements

  • adapter-email:4.2.0 [10-29-2021] - Added properties decorators file to support automatic encryption of sensitive properties.

Bug Fixes

  • adapter-email:4.2.2-2021.2.1 [01-05-2022] - Set a timed interval for reconnect attempts to email adapter host to prevent continuous connection attempts.
  • adapter-email:4.1.1 [09-27-2021] - Updated pronghorn.json to fix required field schema error.

Chores

  • adapter-email:4.2.2-2021.2.0 [12-16-2021] - Updated packages and pinned dependencies for release branch.
  • adapter-email:4.2.2 [12-16-2021] - Packing process will ignore additional development and test configuration files that serve no purpose in the package installer.

Deprecations

  • adapter-email:4.0.0 [08-13-2021] - Removed deprecated mail task from adapter-email.

2021.1 Feature Release [2021-05-28]

Overview

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

Improvements

  • adapter-email:3.1.20 [05-27-2021] - Updated dependencies in adapter-email.
  • adapter-email:3.1.18 [01-26-2021] - Added brokers to pronghorn.json file for email adapter.

Bug Fixes

  • adapter-email:3.1.17 [01-25-2021] - Removed method roles not listed in the root level roles array (these roles were not being created, nor were they shown in the auth config page).

Security Fixes

  • adapter-email:3.1.16 [01-09-2021] - Updated nodemailer version to fix security vulnerability.

Chores

  • adapter-email:3.1.19 [03-10-2021] - Moved project to master pipeline.

2020.2.0 Feature Release [2021-01-05]

Overview

  • 1 Improvements
  • 1 Bug Fixes
  • 1 Security Fixes
  • 3 Chores
  • 1 Deprecations
  • 7 Total Tickets

Improvements

  • adapter-email:3.1.12 [06-18-2020] - Added the mailWithOptions task. With this new task, users can specify one or more recipients in the cc and bcc fields, and attach one or more text files to send via email.

Bug Fixes

  • adapter-email:3.1.14 [12-13-2020] - Added support for the notify method recipients to be either a string or an array.

Security Fixes

  • adapter-email:3.1.15-2020.2.1 [01-06-2021] - Updated nodemailer version to fix security vulnerability.

Chores

  • adapter-email:3.1.15-2020.2.0 [12-18-2020] - Created initial release for 2020.2.
  • adapter-email:3.1.15 [12-18-2020] - Updated and pinned dependencies for release.
  • adapter-email:3.1.13 [12-10-2020] - Updated MongoDB driver to fix the arbiter bug.

Deprecations

  • adapter-email:3.1.11 [06-05-2020] - Added deprecation notice for 'mail' task to be replaced by 'mailWithOptions' task.

2020.1.0 Feature Release [2020-05-01]

Overview

  • 1 Improvements
  • 1 Bug Fixes
  • 4 Chores
  • 6 Total Tickets

Improvements

  • adapter-email:3.1.8 [02-18-2020] - Changed the notify method to wrap the email body in pre tags only if the incoming text does not contain XML/HTML.

Bug Fixes

  • adapter-email:3.1.6 [01-10-2020] - Updated properties schema file to allow email service config to use either service or hostname and port.

Chores

  • adapter-email:3.1.10-2020.1.0 [04-24-2020] - Push to publish release/2020.1 branch.
  • adapter-email:3.1.10 [04-24-2020] - Completed the release checklist for adapter email.
  • adapter-email:3.1.9 [04-09-2020] - Moved CI pipeline from Node.js 10 to Node.js 12.
  • adapter-email:3.1.7 [01-31-2020] - Added schema validation to component pipelines.

2019.3.0 Feature Release [2019-11-29]

Overview

  • 2 Chores
  • 2 Total Tickets

Chores

  • adapter-email:3.1.5-2019.3.0 [12-13-2019] - Approved checklist for release.
  • adapter-email:3.1.5 [12-12-2019] - Updated itential_utils dependency.