Skip to content

build(deps): bump aurora-dsql-sqlx-connector from 0.2.0 to 0.2.1 in /rust/sqlx#1252

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust/sqlx/aurora-dsql-sqlx-connector-0.2.1
Open

build(deps): bump aurora-dsql-sqlx-connector from 0.2.0 to 0.2.1 in /rust/sqlx#1252
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust/sqlx/aurora-dsql-sqlx-connector-0.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps aurora-dsql-sqlx-connector from 0.2.0 to 0.2.1.

Release notes

Sourced from aurora-dsql-sqlx-connector's releases.

Aurora DSQL Connector for Python v0.2.1

Note: This release was originally published on Dec 29, 2025 by @​danielfrankcom in awslabs/aurora-dsql-python-connector.


This release adds a parsing step which expands a cluster ID into the full cluster endpoint, when it is provided in the host kwarg. Previously, this functionality only worked when the cluster ID was provided as the DSN.

What's Changed

New Contributors

Full Changelog: awslabs/aurora-dsql-connectors@python/connector/v0.2.0...python/connector/v0.2.1

Aurora DSQL Connector for Postgres.js v0.2.1

What's Changed

New Features

  • Added application_name support for connection tracking and monitoring

Full Changelog

awslabs/aurora-dsql-connectors@node/postgres-js/v0.2.0...node/postgres-js/v0.2.1

Aurora DSQL SQLx Connector for Rust v0.2.1

Breaking change: upgraded sqlx from 0.8 to 0.9.

Changes since v0.2.0

  • Bumped sqlx dependency from 0.8 to 0.9
  • Dynamic SQL strings now require AssertSqlSafe() wrapping per sqlx 0.9
  • Bumped MSRV from 1.85 to 1.94
  • Bumped crate version to 0.2.1

Migration

Replace raw string queries:

// Before (sqlx 0.8)
sqlx::query(&format!("SELECT * FROM {}", table))
// After (sqlx 0.9)
use sqlx::AssertSqlSafe;
</tr></table>

... (truncated)

Commits
  • 812e5fb chore(rust/sqlx): release v0.2.1 (#573)
  • 1dae22a build(rust/sqlx): bump sqlx from 0.8 to 0.9 (#545)
  • 247532c build(deps): bump @​aws-sdk/credential-providers from 3.1054.0 to 3.1061.0 in ...
  • 3d65edb Bump Npgsql from 10.0.2 to 10.0.3 (#567)
  • 873dd1e build(deps): bump react-dom from 19.2.5 to 19.2.7 in /node/postgres-js/exampl...
  • 85845a1 build(deps): bump @​aws-sdk/types from 3.973.9 to 3.973.10 in /node/postgres-j...
  • 146c4fe build(deps): bump @​aws-sdk/dsql-signer from 3.1050.0 to 3.1061.0 in /node/pos...
  • 3be3118 build(deps): bump the aws-sdk group across 2 directories with 5 updates (#568)
  • adbb0f1 build(deps): bump com.diffplug.spotless from 8.5.1 to 8.6.0 in /java/jdbc (#552)
  • ac88fc2 build(deps): bump software.amazon.awssdk:regions from 2.44.13 to 2.46.3 in /j...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [aurora-dsql-sqlx-connector](https://github.com/awslabs/aurora-dsql-connectors) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/awslabs/aurora-dsql-connectors/releases)
- [Commits](awslabs/aurora-dsql-connectors@go/pgx/v0.2.0...rust/sqlx/v0.2.1)

---
updated-dependencies:
- dependency-name: aurora-dsql-sqlx-connector
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 8, 2026
@github-actions github-actions Bot enabled auto-merge (squash) June 8, 2026 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants