Commit 3e144e7
authored
build(deps): bump @aws/aurora-dsql-postgresjs-connector from 0.1.3 to 0.2.0 in /javascript/postgres-js (#345)
Bumps
[@aws/aurora-dsql-postgresjs-connector](https://github.com/awslabs/aurora-dsql-nodejs-connector)
from 0.1.3 to 0.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/releases"><code>@aws/aurora-dsql-postgresjs-connector</code>'s
releases</a>.</em></p>
<blockquote>
<h2>aurora-dsql-postgresjs-connector-v0.2.0</h2>
<p>This release brings WebSocket support for Aurora DSQL
connectivity.</p>
<h2>What's Changed</h2>
<ul>
<li>Update example dependency versions by <a
href="https://github.com/danielfrankcom"><code>@danielfrankcom</code></a>
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/169">awslabs/aurora-dsql-nodejs-connector#169</a></li>
<li>Bump the production group in /packages/postgres-js with 3 updates by
<a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/171">awslabs/aurora-dsql-nodejs-connector#171</a></li>
<li>Bump the development group in /packages/postgres-js with 3 updates
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/173">awslabs/aurora-dsql-nodejs-connector#173</a></li>
<li>Add application_name for usage metrics tracking by <a
href="https://github.com/amaksimo"><code>@amaksimo</code></a> in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/175">awslabs/aurora-dsql-nodejs-connector#175</a></li>
<li>Simplify application_name handling by <a
href="https://github.com/amaksimo"><code>@amaksimo</code></a> in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/176">awslabs/aurora-dsql-nodejs-connector#176</a></li>
<li>Unmodified postgres.js community test by <a
href="https://github.com/vic-tsang"><code>@vic-tsang</code></a> in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/178">awslabs/aurora-dsql-nodejs-connector#178</a></li>
<li>Add support for websocket by <a
href="https://github.com/vic-tsang"><code>@vic-tsang</code></a> in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/86">awslabs/aurora-dsql-nodejs-connector#86</a></li>
<li>Updated readme for new web socket feature by <a
href="https://github.com/vic-tsang"><code>@vic-tsang</code></a> in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/179">awslabs/aurora-dsql-nodejs-connector#179</a></li>
<li>Bump js-yaml from 4.1.0 to 4.1.1 in /packages/postgres-js by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/180">awslabs/aurora-dsql-nodejs-connector#180</a></li>
<li>Updated to version 0.2.0 by <a
href="https://github.com/vic-tsang"><code>@vic-tsang</code></a> in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/181">awslabs/aurora-dsql-nodejs-connector#181</a></li>
<li>Update README.md by <a
href="https://github.com/vic-tsang"><code>@vic-tsang</code></a> in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/183">awslabs/aurora-dsql-nodejs-connector#183</a></li>
<li>Fix community test - clean up tables before each run by <a
href="https://github.com/vic-tsang"><code>@vic-tsang</code></a> in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/182">awslabs/aurora-dsql-nodejs-connector#182</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/compare/aurora-dsql-postgresjs-connector-v0.1.3...aurora-dsql-postgresjs-connector-v0.2.0">https://github.com/awslabs/aurora-dsql-nodejs-connector/compare/aurora-dsql-postgresjs-connector-v0.1.3...aurora-dsql-postgresjs-connector-v0.2.0</a></p>
<h2>aurora-dsql-node-postgres-connector-v0.1.7</h2>
<p>This release fixes a bundling issue where
<code>pg-connection-string</code> was being inlined into the built
artifact, causing <code>import.meta.url</code> errors in certain bundler
environments (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/158">#158</a>).
The library is now correctly treated as an external dependency, reducing
ESM bundle size from 12.25kB to 6.20kB.</p>
<h3>Dependencies</h3>
<p>To prevent further bundling issues, the <code>package.json</code>
file was updated to include explicit dependencies for packages which
were previously used transitively.</p>
<ul>
<li>Added <code>pg-connection-string</code> as explicit peer dependency.
This is provided by <code>pg</code>, but we reference it directly.</li>
<li>Added <code>@smithy/types</code> to dependencies. This is provided
by the AWS SDK, but we reference it directly.</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Standardize folder structure and format by <a
href="https://github.com/amaksimo"><code>@amaksimo</code></a> in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/156">awslabs/aurora-dsql-nodejs-connector#156</a></li>
<li>Update node-postgres example to use 0.1.6 by <a
href="https://github.com/danielfrankcom"><code>@danielfrankcom</code></a>
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/155">awslabs/aurora-dsql-nodejs-connector#155</a></li>
<li>Convert node-postgres examples from TypeScript to JavaScript by <a
href="https://github.com/amaksimo"><code>@amaksimo</code></a> in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/157">awslabs/aurora-dsql-nodejs-connector#157</a></li>
<li>Add explicit pg-connection-string dep to fix bundling issue by <a
href="https://github.com/danielfrankcom"><code>@danielfrankcom</code></a>
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/159">awslabs/aurora-dsql-nodejs-connector#159</a></li>
<li>Add node-postgres dependency check for source code during CI by <a
href="https://github.com/danielfrankcom"><code>@danielfrankcom</code></a>
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/161">awslabs/aurora-dsql-nodejs-connector#161</a></li>
<li>Add node-postgres publint check for built artifact by <a
href="https://github.com/danielfrankcom"><code>@danielfrankcom</code></a>
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/160">awslabs/aurora-dsql-nodejs-connector#160</a></li>
<li>Add node-postgres attw check for built artifact by <a
href="https://github.com/danielfrankcom"><code>@danielfrankcom</code></a>
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/162">awslabs/aurora-dsql-nodejs-connector#162</a></li>
<li>Add node-postgres eslint-plugin-import-x plugin check by <a
href="https://github.com/danielfrankcom"><code>@danielfrankcom</code></a>
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/167">awslabs/aurora-dsql-nodejs-connector#167</a></li>
<li>Bump package versions by <a
href="https://github.com/danielfrankcom"><code>@danielfrankcom</code></a>
in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/168">awslabs/aurora-dsql-nodejs-connector#168</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/amaksimo"><code>@amaksimo</code></a>
made their first contribution in <a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/pull/156">awslabs/aurora-dsql-nodejs-connector#156</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/compare/aurora-dsql-node-postgres-connector-v0.1.6...aurora-dsql-node-postgres-connector-v0.1.7">https://github.com/awslabs/aurora-dsql-nodejs-connector/compare/aurora-dsql-node-postgres-connector-v0.1.6...aurora-dsql-node-postgres-connector-v0.1.7</a></p>
<h2>aurora-dsql-node-postgres-connector-v0.1.6</h2>
<p>This release improves handling of <code>null</code> and
<code>undefined</code> configuration values, when specified using either
<code>AuroraDSQLConfig</code> or <code>AuroraDSQLPoolConfig</code>.
<code>null</code> or <code>undefined</code> values will now be replaced
with default values, which improves compatibility with other
libraries.</p>
<h2>What's Changed</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/879afed639d11630bca457cc98392d387bdcb732"><code>879afed</code></a>
fix community test - clean up tables before each run (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/182">#182</a>)</li>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/f03ea3402ce560067eea9f5c7562d79c57579f16"><code>f03ea34</code></a>
Update README.md (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/183">#183</a>)</li>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/17019f7d707c0372e59c0d8725140911eec189af"><code>17019f7</code></a>
updated to version 0.2.0 (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/181">#181</a>)</li>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/0bd430252d808ff40c7166ac5aad689edd4c6d23"><code>0bd4302</code></a>
Bump js-yaml from 4.1.0 to 4.1.1 in /packages/postgres-js (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/180">#180</a>)</li>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/508e0d947129e4721321dcfb29508bb0f3a0f011"><code>508e0d9</code></a>
updated readme for new web socket feature (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/179">#179</a>)</li>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/d0165f233423c8554220b5eb5e6900308106f3f9"><code>d0165f2</code></a>
add support for websocket (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/86">#86</a>)</li>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/da551183b7737b8b67bfa881d6070374c0206d32"><code>da55118</code></a>
unmodified postgres.js community test (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/178">#178</a>)</li>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/cbbd82ed3fe21826c44f4ddb2b69193568fa0dcf"><code>cbbd82e</code></a>
Simplify application_name handling (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/176">#176</a>)</li>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/c227cd0b5c4fcdd8a74167bf90640df988c60136"><code>c227cd0</code></a>
Add application_name for usage metrics tracking (<a
href="https://redirect.github.com/awslabs/aurora-dsql-nodejs-connector/issues/175">#175</a>)</li>
<li><a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/commit/2c44d5238c31460be8ab4937091ed667a58d3d00"><code>2c44d52</code></a>
Bump the development group in /packages/node-postgres/example with 2
updates ...</li>
<li>Additional commits viewable in <a
href="https://github.com/awslabs/aurora-dsql-nodejs-connector/compare/aurora-dsql-postgresjs-connector-v0.1.3...aurora-dsql-postgresjs-connector-v0.2.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 1c95a4b commit 3e144e7
2 files changed
Lines changed: 16 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments