Skip to content

Releases: opensearch-project/notifications

2.12.0.0

28 Feb 16:39
9df7874
Compare
Choose a tag to compare

Version 2.12.0.0 2024-02-06

Compatible with OpenSearch 2.12.0

Maintenance

  • Increment version to 2.12.0-SNAPSHOT (#780)
  • Update dependency org.json:json to v20231013 (#795)
  • Replace the TestMailServer to GreenMail server (#807)
  • Re-enable detekt (#796)
  • Removed default admin credentials. (#837)
  • Force logback to use 1.3.14 (#849)
  • Bump ktlint version to fix CVE (#850)

Enhancements

  • Improve security plugin enabling check (#792)

Infrastructure

  • Fix integration test failure by allowing direct access to system index warning (#784)
  • Add github workflow to auto bump bwc version (#799)
  • Onboard prod jenkins docker image to github actions (#809)
  • Update Gradle to 8.5 (#824)

Documentation

  • Add 2.12.0 release notes (#851)

2.11.0.0

16 Oct 19:20
16f601b
Compare
Choose a tag to compare

Version 2.11.0.0 2023-10-18

Compatible with OpenSearch 2.11.0

Maintenance

  • Bump bwc version to 2.11(#763)

Documentation

  • Add 2.11.0 release notes (#774)

2.10.0.0

25 Sep 22:41
0a9dfb0
Compare
Choose a tag to compare

Version 2.10.0.0 2023-09-25

Compatible with OpenSearch 2.10.0

Features/Enhancements

  • Support SNS FIFO queues(#716)
  • Supuport Microsoft teams(#676,#746)
  • Support auto upgrade mapping logic(#699)

Maintenance

  • [AUTO] Increment version to 2.10.0-SNAPSHOT(#706)

Infrastructure

  • Fix core refactor: StreamIO from common to core.common(#707)
  • Fix core XcontentFactory refactor(#732)
  • Fix actions components after core(#739)
  • Add auto release workflow(#731)
  • Onboarding system and hidden index(#742)
  • Updates demo certs used in integ tests(#756)

Documentation

  • Add 2.10.0 release notes (#755)

Version 2.9.0.0

31 Jul 10:35
be24fef
Compare
Choose a tag to compare

Compatible with OpenSearch 2.9.0

Maintenance

  • [AUTO] Increment version to 2.9.0-SNAPSHOT (#690)

Infrastructure

  • Run publish maven snapshots on all branches matching pattern (#698)
  • Strings compile fix due to core package change(#680)

Documentation

  • Add 2.9.0 release notes (#702)

Release 2.2.0.0

16 Aug 16:44
01b4aa8
Compare
Choose a tag to compare

Compatible with OpenSearch 2.2.0

Enhancements

  • Adding K8s service name as webhook destination (#455)

Bug Fixes

  • Add security tests and workflow plus minor fix (#470)
  • Resolve hosts when checking against host deny list (#496)

Infrastructure

  • Add backwards compatibility tests (#475)
  • Add tasks to publish zips for Notifications and Notifications Core plugins (#484)
  • Run Cypress tests as part of Notifications Dashboards GitHub Action workflow (#483)
  • Staging for version increment automation (#476)

Maintenance

  • Favor using OpenSearch's versions for httpclient and httpcore (#477)
  • Bump to version 2.2.0 (#493)

Release 2.1.0.0

07 Jul 21:13
cd377ee
Compare
Choose a tag to compare

Compatible with OpenSearch 2.1.0

Maintenance

  • Upgrade Notifications and Notifications Dashboards to 2.1 (#468)
  • Fix Email test for security integration test (#462)

Release 2.0.0.0

07 Jul 21:13
daaace4
Compare
Choose a tag to compare

Compatible with OpenSearch 2.0.0

Features

OpenSearch 2.0.0 is the first official release with OpenSearch Notifications.

Notifications consist of three plugins, notifications-core and notifications backend plugins for OpenSearch, and a notificationsDashboards frontend plugin for OpenSearch Dashboards.

Use Notifications to manage your notification channel configurations in a centralized location and send messages to these channels.

This release also adds notification-specific REST APIs for CRUD operations on channels and internal transport APIs for integrating/communicating with other plugins.