Skip to content

Releases: ServiceCanada/cens

Version 1.3.3

23 Oct 17:01
886be60
Compare
Choose a tag to compare

Patch: APPS-166 -> Fix a lower default rate limit when sending emails

Patch: APPS-167 -> Fix the resending of the confirmation email via Notify, when the API key has changed

Patch: APPS-162 -> Remove COVID-19 topic subscribers

Run script

APPS-162-delete-emails.js
apps-166.js
apps-167.js

v1.3.2

12 Sep 19:47
01979a9
Compare
Choose a tag to compare

Patch: APPS-150 - login - Submission body too large
Patch: APPS-144 - Get Updates site "unable to find topic" error
Patch: APPS-155 - can't access /api/v0.1/t-manager/:accessCode/:topicId
Patch: Community - Fix typo in the created field name for unconfirmed addition

Documentation edit (Patch) - APPS-152 -- update local dev setup instructions

Script (Patch): APPS-157 - Resend subscription emails

v1.3.1

13 Apr 15:32
42d8eaa
Compare
Choose a tag to compare

Patch - Use Environment setting for redis configuration

Version 1.3.0

11 Apr 13:35
db10cba
Compare
Choose a tag to compare

Changes

  • MINOR - APPS-120 - Send test email to individual approver
  • PATCH - APPS-74 - Allow more character in a mailing content
  • PATCH - APPS-53, APPS-126 - Use Redis and Bull to manage API calls limits

Deployment instruction:

  • Install Redis server and the redis sentinel as required
  • Run: npm install

Update the following environment variable:

REDIS_ENV=production
REDIS_URI=<Host name of the redis local instance>
REDIS_PORT=6379
REDIS_SENTINEL_1_URI=127.0.0.1
REDIS_SENTINEL_1_PORT=26379
REDIS_SENTINEL_2_URI=127.0.0.1
REDIS_SENTINEL_2_PORT=26379

Version 1.2.2

19 Nov 15:07
79e36a1
Compare
Choose a tag to compare
  • Patch - APPS-70 - Changed the route order for 'flush-cache'
  • Patch - APPS-71 - Fix mailing sending issue

Version 1.2.1

22 Oct 13:14
c86d9e6
Compare
Choose a tag to compare

Patch

  • APPS-68 - x-notify - Link for geting stat don't work as expected

Version 1.2

19 Oct 15:27
1edc078
Compare
Choose a tag to compare
  • Patch - APPS-8 - Normalize emails
  • Minor - APPS-39, APPS-58 - Topic management
  • Minor - APPS-51, APPS-61 - Mailing management

Deployment instruction

  • Configure the environment variable baseFolder with the base folder where the application run.
  • run npm install

Version 1.1

03 Jul 18:42
bcdec8a
Compare
Choose a tag to compare
  • Minor - New end point to let a third party apps to retrieve all subscribers (APPS-36)
  • Minor - Add 3 hidden fields (institution, theme, section) to the Page Success widget(APPS-52)

Version 1.0

12 Jun 15:42
b61ca86
Compare
Choose a tag to compare
  • APPS-42 - Deploy first stable release
  • Patch related to APPS-28

Beta MVP 0.6.3

05 May 21:21
8f27c62
Compare
Choose a tag to compare

Patch
APPS-33: x-notify - send smtp make crash the application and CORS issue