Releases: topcoder-platform/tc-notifications
v1.3.6
Patch release: Registration URL update in email templates
This release does not introduce any new feature in the application. It just marks a release for the tracking purposes and contains template changes for record purposes. Actual email template is already updated to the Sendgrid server.
Fixed duplicate broadcast messages issue
Also corrected in DB manually.
Broadcast country code support and Connect email template image resizing
- Now broadcast notification can be sent to reason/country specific members.
payload would be like -
"payload": {
"message" : "broadcast message",
"recipients": {
"groups": [],
"skills" : [],
"tracks" : [],
"countryCodes" : ["IND"]
}
}
- Image resizing for Connect email template
Minor changes for community and broadcast notification
1- Fix for calling public challenge api issue - in some case it was giving Forbidden, added m2m token support to access it.
2- Issue - #185
Changes for broadcast and community notification
Covers following issue/features -
Avoid multiple calls for member api and group api
Fix for duplicate notifications (challenge api)
Stopping notification for "A new submission is uploaded" events (submission.notification.create)
Changes as per described at topcoder-platform/community-app#4114
Public group logic changes - now excluding group like ["!CS", "!Zurich", "!Topgear"]
Broadcast notification feature
Bug fixes
Platform filter support in API calling
Supporting release for Connect 2.4.11
- Fixed links for dashboard topics, posts, and for phase posts in emails.
- Additional logging for better debugging.