Skip to content

Releases: topcoder-platform/tc-notifications

v1.3.6

19 Aug 19:49
9816706
Compare
Choose a tag to compare
Merge pull request #222 from topcoder-platform/hotfix/disalbe-univers…

Patch release: Registration URL update in email templates

24 Nov 09:58
ef48919
Compare
Choose a tag to compare

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

09 Jun 06:01
4eddd09
Compare
Choose a tag to compare

Also corrected in DB manually.

Broadcast country code support and Connect email template image resizing

30 Apr 13:09
4796443
Compare
Choose a tag to compare
  • 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

26 Mar 07:03
34e23e7
Compare
Choose a tag to compare

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

26 Mar 14:53
0ded256
Compare
Choose a tag to compare

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

02 Mar 08:08
f5b4fc7
Compare
Choose a tag to compare

Bug fixes

27 Feb 10:07
7f993ad
Compare
Choose a tag to compare

Few bug fixes and email content updates #178

Platform filter support in API calling

31 Jan 07:56
c54be52
Compare
Choose a tag to compare

Supporting release for Connect 2.4.11

24 Apr 06:09
7235307
Compare
Choose a tag to compare
  • Fixed links for dashboard topics, posts, and for phase posts in emails.
  • Additional logging for better debugging.