Skip to content

Releases: sflpro/notifier

1.10.2

14 Jun 11:49
0b62c9c
Compare
Choose a tag to compare

Add optional deviceId property to notification sending API, for sending notification to the user's specific device.

1.10.1

01 Sep 06:40
713e382
Compare
Choose a tag to compare

Downgrade compile target to 8th version of java

1.10.0

17 Aug 12:47
e85f7d0
Compare
Choose a tag to compare

Improvements

  • Performance optimizations when dealing with a large number of notifications/notification-properties stored in the notifier database.
  • Remove secureProperties from logs
  • Sms sender provider for sending sms notifications to external url
  • Notification processing prioritization API for rabbit queue
  • Fix build on windows machines

Security fixes

  • Bump httpclient from 4.5 to 4.5.13
  • Bump commons-io from 2.4 to 2.7

1.9.1

24 Nov 12:59
ef04c76
Compare
Choose a tag to compare

Security fixes:

  • Updated commons-beanutils from 1.9.2 to 1.9.4
  • Updated tika-core from 1.20 to 1.22

Enhancements:

  • Increase notification property value length
  • Differentiating reply-to and sender emails for SMTP and Mailchimp providers
  • Notifications get endpoint

1.9.0

10 Jul 06:47
Compare
Choose a tag to compare

Enhancements:

  • Add SASL_SSL protocol support for kafka (kafka improvements)
  • Add configurable auto.offset.reset for kafka topics (kafka improvements)
  • Enhance Push notification with template and locale
  • Improve API clients - added push notification with templates java client
  • File attachments support for SMTP emails

1.8.2

01 Nov 11:01
Compare
Choose a tag to compare

Fixed encoding issues when sending notifications via NikitaMobile

1.8.1

14 Oct 16:25
Compare
Choose a tag to compare

Added encryption(TLS) support to SMTP. Can be enabled via smtp.starttlsenabled: true property in the configuration file or via SMTP_STARTTLSENABLED environment variable.

1.8.0

14 Oct 16:29
Compare
Choose a tag to compare

Minor improvements and bug fixes to the SMS related code.

1.7.0

06 Sep 10:51
Compare
Choose a tag to compare

Several bug fixes and improvements. The most significant change is the fix of issue #91 which resulted in part of the endpoints being available under /rest/* and some others under /*