Releases: ServiceCanada/cens
Version 1.3.3
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
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
Version 1.3.0
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
- Patch - APPS-70 - Changed the route order for 'flush-cache'
- Patch - APPS-71 - Fix mailing sending issue
Version 1.2.1
Patch
- APPS-68 - x-notify - Link for geting stat don't work as expected
Version 1.2
- 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
- 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
- APPS-42 - Deploy first stable release
- Patch related to APPS-28
Beta MVP 0.6.3
Patch
APPS-33: x-notify - send smtp make crash the application and CORS issue