Skip to content

Releases: IBM/event-notifications-node-admin-sdk

v0.10.0

04 Oct 06:15
Compare
Choose a tag to compare

0.10.0 (2024-10-04)

Features

v0.9.0

04 Sep 04:48
Compare
Choose a tag to compare

0.9.0 (2024-09-04)

Features

v0.8.0

09 Aug 09:23
Compare
Choose a tag to compare

0.8.0 (2024-08-09)

Features

  • SMTP allowed IP Update unsupported, Metrics Feature enabled (#65) (7d2e1ae)

BREAKING CHANGE

  • SMTP allowed IP Update unsupported

v0.7.0

29 Jul 12:42
Compare
Choose a tag to compare

0.7.0 (2024-07-29)

Features

v0.6.2

28 May 09:45
Compare
Choose a tag to compare

0.6.2 (2024-05-28)

Bug Fixes

  • pakage update for vulnerability fix (#63) (e55f481)

v0.6.1

15 May 14:03
Compare
Choose a tag to compare

0.6.1 (2024-05-15)

Bug Fixes

  • smtp response DKIM attribute fix (#62) (0343fa3)

v0.6.0

30 Apr 12:22
Compare
Choose a tag to compare

0.6.0 (2024-04-30)

BREAKING CHANGE

Struct TemplateConfig is changed to TemplateConfigOneOfEmailTemplateConfig for email and TemplateConfigOneOfSlackTemplateConfig for slack.

FEATURES

Slack Template

customize Slack notifications sent through EN so they are more relevant, actionable, and aligned with specific use cases and workflows.

  • User can apply a pre-defined template to the Slack destination.
  • Template supports dynamic substitution.
  • Use can type or paste template when creating a subscription.
  • User can upload a template.

SMTP

Access EN email SMTP server directly using SMTP protocol so that we can use email integrations that are built in to 3rd party software tools that I need for my application or environment.

FIX

  • Vulnerability fixes.

v0.5.0

01 Mar 05:23
Compare
Choose a tag to compare

0.5.0 (2024-03-01)

Features

  • support of Jobs in code engine destination (#58) (2de2641)

code engine destination is added with two options now, one with application type and another option with job where we can trigger the jobs.

Breaking Changes

While creating and updating code engine destination DestinationConfigOneOfWebhookDestinationConfig was used to specify the destination configurations as both webhook and code engine destintations had common properties.
As introducing job and application type in to code engine destination hence creating a separate interface for code engine destination which is DestinationConfigOneOfCodeEngineDestinationConfig.
Users will have to useDestinationConfigOneOfCodeEngineDestinationConfig instead of DestinationConfigOneOfWebhookDestinationConfig for specifying destination configurations.

v0.4.1

17 Jan 04:37
Compare
Choose a tag to compare

0.4.1 (2024-01-17)

Bug Fixes

v0.4.0

22 Nov 17:38
Compare
Choose a tag to compare

0.4.0 (2023-11-22)

Features

  • Custom sms feature support
  • Collect failed events for destinations
  • Integration create api

What's Changed

  • For custom email UpdateTemplate is changed to ReplaceTemplate to meet api requirements.
  • vulnerability fix