Releases: sflpro/notifier
Releases · sflpro/notifier
1.10.2
Add optional deviceId property to notification sending API, for sending notification to the user's specific device.
1.10.1
Downgrade compile target to 8th version of java
1.10.0
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
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
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
Fixed encoding issues when sending notifications via NikitaMobile
1.8.1
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
Minor improvements and bug fixes to the SMS related code.
1.7.0
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 /*