Skip to content

Commit a1b59bb

Browse files
github-actions[bot]Create or Update Pull Request Action
andauthored
doc: generate retro (#103)
Co-authored-by: Create or Update Pull Request Action <[email protected]>
1 parent a259f99 commit a1b59bb

30 files changed

+2892
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Retrospective for `sendgrid` from 2025-07-20 to 2025-07-27
2+
3+
Reporting on 1 Issues from 1 authors, 2 Pull Requests from 1 authors, and 0 Discussions from 0 authors.
4+
5+
6+
### sendgrid-nodejs
7+
8+
#### Open Issues
9+
10+
- Add `setDataResidency` method to @sendgrid/mail default export ([#1440](https://github.com/sendgrid/sendgrid-nodejs/issues/1440))
11+
12+
#### Open Pull Requests
13+
14+
- chore: upgrade axios version ([#1441](https://github.com/sendgrid/sendgrid-nodejs/pull/1441))
15+
16+
#### Closed Pull Requests
17+
18+
- chore: upgrade node versions ([#1442](https://github.com/sendgrid/sendgrid-nodejs/pull/1442))
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Retrospective for `sendgrid` from 2025-07-27 to 2025-08-03
2+
3+
Reporting on 2 Issues from 2 authors, 1 Pull Requests from 1 authors, and 0 Discussions from 0 authors.
4+
5+
6+
### sendgrid-nodejs
7+
8+
#### Open Issues
9+
10+
- Sendgrid puts `\u0000` between two characters "LÁ" ([#1443](https://github.com/sendgrid/sendgrid-nodejs/issues/1443))
11+
12+
### sendgrid-python
13+
14+
#### Open Issues
15+
16+
- CVE for dependency ecdsa ([#1108](https://github.com/sendgrid/sendgrid-python/issues/1108))
17+
18+
### sendgrid-nodejs-example
19+
20+
#### Open Pull Requests
21+
22+
- [Snyk] Security upgrade sendgrid from 1.9.2 to 5.2.3 ([#14](https://github.com/sendgrid/sendgrid-nodejs-example/pull/14))
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Retrospective for `sendgrid` from 2025-08-03 to 2025-08-10
2+
3+
Reporting on 2 Issues from 2 authors, 3 Pull Requests from 3 authors, and 0 Discussions from 0 authors.
4+
5+
6+
### sendgrid-python
7+
8+
#### Open Issues
9+
10+
- Add py.typed file to support PEP 561 ([#1112](https://github.com/sendgrid/sendgrid-python/issues/1112))
11+
- CVE for dependency ecdsa ([#1108](https://github.com/sendgrid/sendgrid-python/issues/1108))
12+
13+
#### Open Pull Requests
14+
15+
- fix: #1108 - Replace ecdsa with cryptography ([#1114](https://github.com/sendgrid/sendgrid-python/pull/1114))
16+
- fix: Mail.add_header doesn't accept a dict ([#1113](https://github.com/sendgrid/sendgrid-python/pull/1113))
17+
18+
#### Merged Pull Requests
19+
20+
- fix: Vulnerability fix for starkbank-ecdsa 2.2.0 dependency ([#1085](https://github.com/sendgrid/sendgrid-python/pull/1085))
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Retrospective for `sendgrid` from 2025-08-10 to 2025-08-17
2+
3+
Reporting on 2 Issues from 2 authors, 2 Pull Requests from 2 authors, and 0 Discussions from 0 authors.
4+
5+
6+
### sendgrid-csharp
7+
8+
#### Open Issues
9+
10+
- DKIM with alternate domain (ClickTracking.CustomDomain and MailSettings.BounceDomain ?) ([#1221](https://github.com/sendgrid/sendgrid-csharp/issues/1221))
11+
12+
### sendgrid-nodejs
13+
14+
#### Open Issues
15+
16+
- Webhook library signature and timestamp functions return incorrect string values ([#1307](https://github.com/sendgrid/sendgrid-nodejs/issues/1307))
17+
18+
### sendgrid-python
19+
20+
#### Open Pull Requests
21+
22+
- chore: pass github token in makefile ([#1115](https://github.com/sendgrid/sendgrid-python/pull/1115))
23+
- fix: #1108 - Replace ecdsa with cryptography ([#1114](https://github.com/sendgrid/sendgrid-python/pull/1114))
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Retrospective for `sendgrid` from 2025-08-17 to 2025-08-24
2+
3+
Reporting on 1 Issues from 1 authors, 1 Pull Requests from 1 authors, and 0 Discussions from 0 authors.
4+
5+
6+
### sendgrid-python
7+
8+
#### Open Issues
9+
10+
- CVE for dependency ecdsa ([#1108](https://github.com/sendgrid/sendgrid-python/issues/1108))
11+
12+
#### Open Pull Requests
13+
14+
- fix: #1108 - Replace ecdsa with cryptography ([#1114](https://github.com/sendgrid/sendgrid-python/pull/1114))
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Retrospective for `sendgrid` from 2025-08-24 to 2025-08-31
2+
3+
Reporting on 1 Issues from 1 authors, 3 Pull Requests from 3 authors, and 0 Discussions from 0 authors.
4+
5+
6+
### sendgrid-nodejs
7+
8+
#### Open Issues
9+
10+
- Can't validate eventHook signature, help! ([#1411](https://github.com/sendgrid/sendgrid-nodejs/issues/1411))
11+
12+
### sendgrid-csharp
13+
14+
#### Open Pull Requests
15+
16+
- misc: Fix description for ContentId of Attachment model ([#1222](https://github.com/sendgrid/sendgrid-csharp/pull/1222))
17+
18+
### nodemailer-sendgrid-transport
19+
20+
#### Open Pull Requests
21+
22+
- [Snyk] Security upgrade sendgrid from 1.9.2 to 5.2.3 ([#80](https://github.com/sendgrid/nodemailer-sendgrid-transport/pull/80))
23+
24+
### sendgrid-ruby
25+
26+
#### Open Pull Requests
27+
28+
- chore: Update SimpleCov in gemspec ([#506](https://github.com/sendgrid/sendgrid-ruby/pull/506))
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Retrospective for `sendgrid` from 2025-08-31 to 2025-09-07
2+
3+
Reporting on 1 Issues from 1 authors, 2 Pull Requests from 2 authors, and 0 Discussions from 0 authors.
4+
5+
6+
### sendgrid-python
7+
8+
#### Open Issues
9+
10+
- CVE for dependency ecdsa ([#1108](https://github.com/sendgrid/sendgrid-python/issues/1108))
11+
12+
#### Open Pull Requests
13+
14+
- fix: #1108 - Replace ecdsa with cryptography ([#1114](https://github.com/sendgrid/sendgrid-python/pull/1114))
15+
16+
### sendgrid-ruby
17+
18+
#### Open Pull Requests
19+
20+
- fix: Correct some minor typos ([#503](https://github.com/sendgrid/sendgrid-ruby/pull/503))
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Retrospective for `sendgrid` from 2025-09-07 to 2025-09-14
2+
3+
Reporting on 7 Issues from 6 authors, 8 Pull Requests from 6 authors, and 0 Discussions from 0 authors.
4+
5+
6+
### sendgrid-python
7+
8+
#### Open Issues
9+
10+
- Upgrade to modern python ([#1120](https://github.com/sendgrid/sendgrid-python/issues/1120))
11+
- Ruff isn't enabled ([#1119](https://github.com/sendgrid/sendgrid-python/issues/1119))
12+
- CVE for dependency werkzeug. Sendgrid requires <3.0.0, CVE requires >= 3.0.3 ([#1105](https://github.com/sendgrid/sendgrid-python/issues/1105))
13+
14+
#### Open Pull Requests
15+
16+
- feat!: update supported versions to match security updates ([#1118](https://github.com/sendgrid/sendgrid-python/pull/1118))
17+
18+
#### Merged Pull Requests
19+
20+
- chore: use make-test instead of make test-docker ([#1117](https://github.com/sendgrid/sendgrid-python/pull/1117))
21+
- fix: #1108 - Replace ecdsa with cryptography ([#1114](https://github.com/sendgrid/sendgrid-python/pull/1114))
22+
23+
#### Closed Issues
24+
25+
- CVE for dependency ecdsa ([#1108](https://github.com/sendgrid/sendgrid-python/issues/1108))
26+
27+
#### Closed Pull Requests
28+
29+
- chore: add prism file ([#1116](https://github.com/sendgrid/sendgrid-python/pull/1116))
30+
- chore: pass github token in makefile ([#1115](https://github.com/sendgrid/sendgrid-python/pull/1115))
31+
32+
### sendgrid-nodejs
33+
34+
#### Open Issues
35+
36+
- set custom logger? ([#1444](https://github.com/sendgrid/sendgrid-nodejs/issues/1444))
37+
38+
#### Closed Issues
39+
40+
- Inline Attachments + Transactional Templates = broken email ([#1404](https://github.com/sendgrid/sendgrid-nodejs/issues/1404))
41+
42+
### ruby-http-client
43+
44+
#### Open Issues
45+
46+
- `warning: literal string will be frozen in the future` in ruby 3.4.0-preview2 ([#136](https://github.com/sendgrid/ruby-http-client/issues/136))
47+
48+
### sendgrid-ruby
49+
50+
#### Open Pull Requests
51+
52+
- fix: Correct some minor typos ([#503](https://github.com/sendgrid/sendgrid-ruby/pull/503))
53+
- feat: Added mail.reply_to_list support ([#500](https://github.com/sendgrid/sendgrid-ruby/pull/500))
54+
55+
### sendgrid-php
56+
57+
#### Open Pull Requests
58+
59+
- feat: Add $query parameter for the send API request method ([#1103](https://github.com/sendgrid/sendgrid-php/pull/1103))

0 commit comments

Comments
 (0)