Skip to content

chore(deps): bump postgres from 3.3.0 to 3.5.12 in /dart_ingestion - #12

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/dart_ingestion/postgres-3.5.12
Open

chore(deps): bump postgres from 3.3.0 to 3.5.12 in /dart_ingestion#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/dart_ingestion/postgres-3.5.12

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps postgres from 3.3.0 to 3.5.12.

Changelog

Sourced from postgres's changelog.

3.5.12

  • Fix runTx silently rolling back after ROLLBACK TO SAVEPOINT recovery: clear stale _transactionException when PostgreSQL confirms a healthy transaction state.
  • Fix connection permanently blocked when BEGIN fails inside runTx (stale _activeTransaction state).
  • Fix connection left in undefined PostgreSQL state when ROLLBACK fails after a transaction error.
  • Fix untyped Uint8List parameters being encoded as an integer array literal: they are now encoded as a bytea hex literal.

3.5.11

  • Adding JsonbListView with isSqlNull(int index) method to check if a JSONB array has SQL or JSON null value.
  • Fix double-timezone encoding bug.
  • Fix statement scope bug.

3.5.10

  • Supporting BYTEA[] built-in type.
  • Fix TypedValue parameter propagation.

3.5.9

  • Supporting multiple hosts in connection strings via comma-separated hosts or multiple host query parameters.
  • Unix socket connections via host query parameter (automatically detected when path contains /).
  • Supporting user/username, password, database, and port as query parameters in connection strings (override URL components).

3.5.8

  • Upgraded SDK constraints and lints.
  • New SASL authenticator (reduce dependencies that haven't been updated for a while).
  • Supporting more URL-based connection-string parameters (mostly for pool).
  • Optimized StackTrace capture #432 by gmpassos.

3.5.7.

  • Supporting URL-based connection-string specification in Connection.openFromUrl and Pool.withUrl. (Note: feature and supported settings is considered experimental.)

3.5.6

  • Accept null values as part of the binary List encodings.

3.5.5

  • Better exception message when SSL is not supported.
  • Fix: typo in type specification (read -> real, also keeping read for compatibility).

3.5.4

Warning: This version fixes the inconsistency of 3.5.3 by:

  • UniqueViolationException and ForeignKeyViolationException extends ServerException instead of PgException, and
  • they no longer have public constructor (please open an issue if this is something you'd rely on).

... (truncated)

Commits

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 [postgres](https://github.com/isoos/postgresql-dart) from 3.3.0 to 3.5.12.
- [Changelog](https://github.com/isoos/postgresql-dart/blob/master/CHANGELOG.md)
- [Commits](https://github.com/isoos/postgresql-dart/commits)

---
updated-dependencies:
- dependency-name: postgres
  dependency-version: 3.5.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants