Skip to content

Commit

Permalink
doc: generate retro (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Create or Update Pull Request Action authored Jun 21, 2024
1 parent a1ee62c commit 287f47b
Show file tree
Hide file tree
Showing 17 changed files with 2,615 additions and 0 deletions.
16 changes: 16 additions & 0 deletions reports/retros/sendgrid-2024-05-05.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Retrospective for `sendgrid` from 2024-05-05 to 2024-05-12

Reporting on 0 Issues from 0 authors, 2 Pull Requests from 2 authors, and 0 Discussions from 0 authors.


### sendgrid-java

#### Open Pull Requests

- chore: added base classes for api files and rest client ([#748](https://github.com/sendgrid/sendgrid-java/pull/748))

### sendgrid-python

#### Open Pull Requests

- docs: Remove mention of filing issues, since they are disabled in the repository ([#1078](https://github.com/sendgrid/sendgrid-python/pull/1078))
16 changes: 16 additions & 0 deletions reports/retros/sendgrid-2024-05-12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Retrospective for `sendgrid` from 2024-05-12 to 2024-05-19

Reporting on 1 Issues from 1 authors, 1 Pull Requests from 1 authors, and 0 Discussions from 0 authors.


### sendgrid-python

#### Open Issues

- Webhook validation fails ([#950](https://github.com/sendgrid/sendgrid-python/issues/950))

### sendgrid-nodejs

#### Open Pull Requests

- [Snyk] Security upgrade nodemon from 1.19.4 to 2.0.0 ([#1397](https://github.com/sendgrid/sendgrid-nodejs/pull/1397))
35 changes: 35 additions & 0 deletions reports/retros/sendgrid-2024-05-19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Retrospective for `sendgrid` from 2024-05-19 to 2024-05-26

Reporting on 2 Issues from 2 authors, 4 Pull Requests from 2 authors, and 0 Discussions from 0 authors.


### java-http-client

#### Open Issues

- Bump Sendgrid http client library to use latest apache http client 5 ([#147](https://github.com/sendgrid/java-http-client/issues/147))

### sendgrid-python

#### Open Issues

- Make SendGrid Endpoint URL a Global Constant for Easier Custom Implementation ([#1079](https://github.com/sendgrid/sendgrid-python/issues/1079))

### sendgrid-nodejs

#### Open Pull Requests

- feat(client): Add generic typing to @sendgrid/client request function ([#1399](https://github.com/sendgrid/sendgrid-nodejs/pull/1399))
- [Snyk] Security upgrade nodemon from 1.19.4 to 2.0.0 ([#1398](https://github.com/sendgrid/sendgrid-nodejs/pull/1398))

### sendgridjs

#### Open Pull Requests

- [Snyk] Fix for 1 vulnerabilities ([#16](https://github.com/sendgrid/sendgridjs/pull/16))

### library-automator

#### Open Pull Requests

- [Snyk] Security upgrade requests from 2.31.0 to 2.32.0 ([#3](https://github.com/sendgrid/library-automator/pull/3))
27 changes: 27 additions & 0 deletions reports/retros/sendgrid-2024-05-26.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Retrospective for `sendgrid` from 2024-05-26 to 2024-06-02

Reporting on 3 Issues from 3 authors, 2 Pull Requests from 2 authors, and 0 Discussions from 0 authors.


### sendgrid-php

#### Open Issues

- Deprecated Property Warnings in EventWebhook Signature Verification with PHP 8.2 ([#1108](https://github.com/sendgrid/sendgrid-php/issues/1108))

### sendgrid-java

#### Open Issues

- Remove dependency on BouncyCastle ([#749](https://github.com/sendgrid/sendgrid-java/issues/749))

#### Open Pull Requests

- chore: move Bouncy Castle dependency to test scope ([#750](https://github.com/sendgrid/sendgrid-java/pull/750))
- chore: delete dead link ([#739](https://github.com/sendgrid/sendgrid-java/pull/739))

### sendgrid-python

#### Open Issues

- Asyncio example is completely wrong, update ([#988](https://github.com/sendgrid/sendgrid-python/issues/988))
46 changes: 46 additions & 0 deletions reports/retros/sendgrid-2024-06-02.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Retrospective for `sendgrid` from 2024-06-02 to 2024-06-09

Reporting on 2 Issues from 2 authors, 7 Pull Requests from 5 authors, and 0 Discussions from 0 authors.


### sendgrid-nodejs

#### Open Issues

- Remove emails from global suppression list ([#1401](https://github.com/sendgrid/sendgrid-nodejs/issues/1401))
- Impossible to run @sendgrid/mail in Bun environment ([#1400](https://github.com/sendgrid/sendgrid-nodejs/issues/1400))

### nodemailer-sendgrid-transport

#### Open Pull Requests

- [Snyk] Security upgrade sendgrid from 1.9.2 to 5.2.3 ([#79](https://github.com/sendgrid/nodemailer-sendgrid-transport/pull/79))

### sendgrid-csharp

#### Open Pull Requests

- chore: bump SendGrid.Extensions.DependencyInjection from 1.0.1 to 1.0.2 ([#1204](https://github.com/sendgrid/sendgrid-csharp/pull/1204))

### sendgrid-php

#### Open Pull Requests

- feat: add reply to list support ([#1109](https://github.com/sendgrid/sendgrid-php/pull/1109))

#### Closed Pull Requests

- feat: add reply to list support ([#1096](https://github.com/sendgrid/sendgrid-php/pull/1096))

### smtpapi-java

#### Merged Pull Requests

- chore: added Maven badge ([#125](https://github.com/sendgrid/smtpapi-java/pull/125))

### sendgrid-java

#### Open Pull Requests

- chore: added base classes for api files and rest client ([#748](https://github.com/sendgrid/sendgrid-java/pull/748))
- [Snyk] Security upgrade org.bouncycastle:bcprov-jdk18on from 1.76 to 1.78 ([#746](https://github.com/sendgrid/sendgrid-java/pull/746))
49 changes: 49 additions & 0 deletions reports/retros/sendgrid-2024-06-09.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Retrospective for `sendgrid` from 2024-06-09 to 2024-06-16

Reporting on 4 Issues from 4 authors, 5 Pull Requests from 4 authors, and 0 Discussions from 0 authors.


### sendgrid-python

#### Open Issues

- Consider is_multiple=True as default on larger than X amount of email addresses in TO ([#1081](https://github.com/sendgrid/sendgrid-python/issues/1081))
- sendgrid.helpers.mail.mail.Mail.from_EmailMessage raises an error from within the sendgrid library ([#980](https://github.com/sendgrid/sendgrid-python/issues/980))

#### Open Pull Requests

- [Snyk] Fix for 4 vulnerabilities ([#1080](https://github.com/sendgrid/sendgrid-python/pull/1080))

### sendgrid-php

#### Open Issues

- Deprecated Property Warnings in EventWebhook Signature Verification with PHP 8.2 ([#1108](https://github.com/sendgrid/sendgrid-php/issues/1108))

### sendgrid-go

#### Open Issues

- Support send_each_at mail header ([#457](https://github.com/sendgrid/sendgrid-go/issues/457))

### sendgrid-java

#### Merged Pull Requests

- chore: created exceptions, restclient, httpclient, request and response ([#751](https://github.com/sendgrid/sendgrid-java/pull/751))

#### Closed Pull Requests

- chore: added base classes for api files and rest client ([#748](https://github.com/sendgrid/sendgrid-java/pull/748))

### sendgrid-csharp

#### Merged Pull Requests

- chore: correct code signing command ([#1203](https://github.com/sendgrid/sendgrid-csharp/pull/1203))

### php-http-client

#### Open Pull Requests

- feat: enable endpoint version selection ([#160](https://github.com/sendgrid/php-http-client/pull/160))
Loading

0 comments on commit 287f47b

Please sign in to comment.