You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@
108
108
### Updated
109
109
- Updated `plans` resolver to have pagination for a specified `userId` with optional `search term`, and added a chained resolver for `PlanSearchResult` for `templateOwnerAffiliationName`[#281]
110
110
- Updated `PlanSearchResult` model to include `createdById` and `templateOwnerAffiliationName` for the Admin Users page [#281]
111
+
- Update local migration to add RO question to default template
111
112
- Updated `users` resolver to include `role` and `affiliationId`[#240]
112
113
- Added `findByAffiliationId` and `search` to pass in `role` as optional [#240]
113
114
- Added `findByUserId` to `Plan` model to find all plans for a given user [#240]
@@ -245,6 +246,7 @@
245
246
- Fixed issue with templates not cloning with sections and questions by updating the `addTemplate` mutation to clone from non-versioned template, section and question [#1006]
246
247
247
248
### Chore
249
+
- Addressed security vulnerability in `nodemailer` and `undici` packages, and added debugging to troubleshoot request feedback failure [#285]
248
250
- Updated `nodemailer` to `v9.0.1` and `undici` to `v7.28.0`[#240]
249
251
- Updated `fast-xml-parser` to `v1.2.0` and `uuid` to `11.1.1` to address vulnerabilities.
context.logger.warn(prepareObjectForLogs({ affiliationId }),`Affiliation with ID ${affiliationId} has no feedback emails configured, so no notifications will be sent when requesting feedback`);
195
+
context.logger.warn({ affiliationId },`${reference}: no feedback emails configured`);
context.logger.info(`Sending feedback request email to ${collaboratorEmails.length} collaborators for plan "${planTitle}" at URL ${domain}${planURL}`);
0 commit comments