Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove RDS related issues #2533

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions website/docs/examples/connections/create-connection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -289,14 +289,6 @@ connectionquery('SHOW `status` LIKE "Ssl_cipher"', function (err, res) {
</TabItem>
</Tabs>

### Related Links

- **Issues**
- [#2130 — Update TLS certs for Amazon RDS instances](https://github.com/sidorares/node-mysql2/issues/2130)
- **Pull Requests**
- [#2119 — fix: make startTls code compatible with Bun](https://github.com/sidorares/node-mysql2/pull/2119)
- [#2131 — Update Amazon RDS SSL CA cert](https://github.com/sidorares/node-mysql2/pull/2131)

<hr />

## createConnection(config) — Socks
Expand Down
8 changes: 0 additions & 8 deletions website/docs/examples/connections/create-pool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -390,14 +390,6 @@ Don't forget to release the connection when finished by using:

:::

### Related Links

- **Issues**
- [#2130 — Update TLS certs for Amazon RDS instances](https://github.com/sidorares/node-mysql2/issues/2130)
- **Pull Requests**
- [#2119 — fix: make startTls code compatible with Bun](https://github.com/sidorares/node-mysql2/pull/2119)
- [#2131 — Update Amazon RDS SSL CA cert](https://github.com/sidorares/node-mysql2/pull/2131)

<hr />

## createPool(config) — Socks
Expand Down
8 changes: 0 additions & 8 deletions website/docs/examples/connections/createPoolCluster.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -420,14 +420,6 @@ Don't forget to release the connection when finished by using:

:::

### Related Links

- **Issues**
- [#2130 — Update TLS certs for Amazon RDS instances](https://github.com/sidorares/node-mysql2/issues/2130)
- **Pull Requests**
- [#2119 — fix: make startTls code compatible with Bun](https://github.com/sidorares/node-mysql2/pull/2119)
- [#2131 — Update Amazon RDS SSL CA cert](https://github.com/sidorares/node-mysql2/pull/2131)

<hr />

## add(group, config) — Socks
Expand Down
Loading