Skip to content

[golang-version](deps): Bump the golang-version-updates group across 1 directory with 2 updates - #19

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65
Closed

[golang-version](deps): Bump the golang-version-updates group across 1 directory with 2 updates#19
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the golang-version-updates group with 2 updates in the /coordinator directory: github.com/jackc/pgx/v5 and golang.org/x/crypto.

Updates github.com/jackc/pgx/v5 from 5.8.0 to 5.9.2

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.9.2 (April 18, 2026)

Fix SQL Injection via placeholder confusion with dollar quoted string literals (GHSA-j88v-2chj-qfwx)

SQL injection can occur when:

  1. The non-default simple protocol is used.
  2. A dollar quoted string literal is used in the SQL query.
  3. That query contains text that would be would be interpreted outside as a placeholder outside of a string literal.
  4. The value of that placeholder is controllable by the attacker.

e.g.

attackValue := `$tag$; drop table canary; --`
_, err = tx.Exec(ctx, `select $tag$ $1 $tag$, $1`, pgx.QueryExecModeSimpleProtocol, attackValue)

This is unlikely to occur outside of a contrived scenario.

5.9.1 (March 22, 2026)

  • Fix: batch result format corruption when using cached prepared statements (reported by Dirkjan Bussink)

5.9.0 (March 21, 2026)

This release includes a number of new features such as SCRAM-SHA-256-PLUS support, OAuth authentication support, and PostgreSQL protocol 3.2 support.

It significantly reduces the amount of network traffic when using prepared statements (which are used automatically by default) by avoiding unnecessary Describe Portal messages. This also reduces local memory usage.

It also includes multiple fixes for potential DoS due to panic or OOM if connected to a malicious server that sends deliberately malformed messages.

  • Require Go 1.25+
  • Add SCRAM-SHA-256-PLUS support (Adam Brightwell)
  • Add OAuth authentication support for PostgreSQL 18 (David Schneider)
  • Add PostgreSQL protocol 3.2 support (Dirkjan Bussink)
  • Add tsvector type support (Adam Brightwell)
  • Skip Describe Portal for cached prepared statements reducing network round trips
  • Make LoadTypes query easier to support on "postgres-like" servers (Jelte Fennema-Nio)
  • Default empty user to current OS user matching libpq behavior (ShivangSrivastava)
  • Optimize LRU statement cache with custom linked list and node pooling (Mathias Bogaert)
  • Optimize date scanning by replacing regex with manual parsing (Mathias Bogaert)
  • Optimize pgio append/set functions with direct byte shifts (Mathias Bogaert)
  • Make RowsAffected faster (Abhishek Chanda)
  • Fix: Pipeline.Close panic when server sends multiple FATAL errors (Varun Chawla)
  • Fix: ContextWatcher goroutine leak (Hank Donnay)
  • Fix: stdlib discard connections with open transactions in ResetSession (Jeremy Schneider)

... (truncated)

Commits
  • 0aeabbc Release v5.9.2
  • 60644f8 Fix SQL sanitizer bugs with dollar-quoted strings and placeholder overflow
  • a5680bc Merge pull request #2531 from dolmen-go/godoc-add-links
  • e34e452 doc: Add godoc links
  • 08c9bb1 Fix Stringer types encoded as text instead of numeric value in composite fields
  • 96b4dbd Remove unstable test
  • acf88e0 Merge pull request #2526 from abrightwell/abrightwell-min-proto
  • 2f81f1f Update max_protocol_version and min_protocol_version defaults
  • 4e4eaed Release v5.9.1
  • 6273188 Fix batch result format corruption when using cached prepared statements
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.49.0 to 0.51.0

Commits
  • b8a14a8 go.mod: update golang.org/x dependencies
  • 9d9d507 x509roots/fallback/bundle: fix bundle test with Go 1.27+
  • fd0b90d acme: include Problem in OrderError.Error
  • b9e5359 pbkdf2: turn into a wrapper for crypto/pbkdf2
  • cc0e4fc hkdf: forward Extract to the standard library
  • a8e9237 x509roots/fallback: update bundle
  • 03ca0dc go.mod: update golang.org/x dependencies
  • 8400f4a ssh: respect signer's algorithm preference in pickSignatureAlgorithm
  • 81c6cb3 ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
  • See full diff in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github

dependabot Bot commented on behalf of github Apr 14, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: golang, version. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel

vercel Bot commented Apr 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
d-inference Ready Ready Preview May 15, 2026 3:17pm
d-inference-console-ui-dev Ready Ready Preview May 15, 2026 3:17pm
d-inference-landing Ready Ready Preview May 15, 2026 3:17pm

Request Review

@dependabot dependabot Bot changed the title [golang-version](deps): Bump the golang-version-updates group in /coordinator with 2 updates [golang-version](deps): Bump the golang-version-updates group across 1 directory with 2 updates Apr 14, 2026
@dependabot
dependabot Bot force-pushed the dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65 branch from a7ae560 to 2ff21be Compare April 14, 2026 15:12
@dependabot
dependabot Bot force-pushed the dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65 branch from 2ff21be to bb02778 Compare April 15, 2026 15:10
@dependabot
dependabot Bot force-pushed the dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65 branch from bb02778 to ab3bde5 Compare April 16, 2026 15:11
@dependabot
dependabot Bot force-pushed the dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65 branch from ab3bde5 to a2a210b Compare April 17, 2026 15:08
@dependabot
dependabot Bot force-pushed the dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65 branch 6 times, most recently from ae76b04 to fd126b5 Compare April 23, 2026 15:15
@dependabot
dependabot Bot force-pushed the dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65 branch from fd126b5 to 2a7d98b Compare April 24, 2026 15:10
@dependabot
dependabot Bot force-pushed the dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65 branch from 2a7d98b to 27079dc Compare April 27, 2026 18:58
@dependabot
dependabot Bot force-pushed the dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65 branch from ad6db25 to b029b33 Compare April 29, 2026 15:13
@dependabot
dependabot Bot force-pushed the dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65 branch from b029b33 to eedfbe7 Compare April 30, 2026 15:12
@dependabot
dependabot Bot force-pushed the dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65 branch from eedfbe7 to ec3f1aa Compare May 1, 2026 18:11
@dependabot
dependabot Bot force-pushed the dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65 branch from ec3f1aa to 17c379e Compare May 4, 2026 19:30
@dependabot
dependabot Bot force-pushed the dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65 branch from 17c379e to 7be6b5f Compare May 7, 2026 15:24
…1 directory with 2 updates

Bumps the golang-version-updates group with 2 updates in the /coordinator directory: [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) and [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `github.com/jackc/pgx/v5` from 5.8.0 to 5.9.2
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.8.0...v5.9.2)

Updates `golang.org/x/crypto` from 0.49.0 to 0.51.0
- [Commits](golang/crypto@v0.49.0...v0.51.0)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-version: 5.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
- dependency-name: golang.org/x/crypto
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer a dependency, so this is no longer needed.

@dependabot dependabot Bot closed this May 19, 2026
@dependabot
dependabot Bot deleted the dependabot-go_modules-coordinator-master-golang-version-updates-60670b8c65 branch May 19, 2026 00:47
Gajesh2007 added a commit that referenced this pull request May 24, 2026
…206)

mlx-swift: 49d73abc -> 5202134c (+4 commits)
  - Expose Cmlx product + enable jaccl distributed backend (PR #2)
  - ParallelFileReader batch_size 32 MiB -> 128 MiB (PR #1)

mlx-swift-lm: 8d1cbcd8 -> d164323f (+38 commits)
  - PR #7: omlx-continuous-batching (BatchedEngine, vLLM-inspired scheduler)
  - PR #10: MTP speculative decoding (Qwen3.5, Gemma 4, DeepSeek-V4)
  - PR #19: parallel stacked shard loading
  - PR #20: Gemma 4 chat templates + tool calls fix

API surface used by provider-swift (ModelContainer, LLMModelFactory,
BatchGenerator, GenerationBatchResponse, RowSampler, makeRowSampler,
LanguageModel, Tokenizer, BatchKVCache, Generation, GenerateStopReason,
UserInput, GenerateParameters) is unchanged. All new work in mlx-swift-lm
is additive (MTP, DeepSeek-V4, BatchedEngine, parallel shard loading).

Notes on the dependency graph:
- mlx-swift-lm main switched its mlx-swift dep from path to URL
  (Layr-Labs/mlx-swift#main). SPM identity resolution gives root-package
  path deps priority, so libs/mlx-swift remains the source of truth
  (verified via swift package show-dependencies).
- mlx-swift-lm main added hummingbird >= 2.0.0 and swift-transformers
  >= 1.3.2 for its new mlx-server target. Both compatible with
  provider-swift's existing pins (hummingbird exact 2.22.0,
  swift-transformers from 1.3.0).

Verification:
- swift build: clean (only pre-existing MLX.GPU.* -> Memory.* deprecation
  warnings; deprecations existed at 49d73abc as well).
- swift test: 207 tests / 18 suites pass in 3.1s. Live MLX tests
  (DARKBLOOM_LIVE_MLX_TESTS=1) still need to be exercised against prod
  models before merge -- recommended: ContinuousBatchingLiveTests on
  Qwen3 and a Gemma 4 end-to-end run (chat template + tool-call
  behavior changed in PR #20).

Behavioral note: GenerationBatch.step() now auto-activates an MTP fast
path for MTPCapable models at batchSize == 1. No production catalog
model implements MTPCapable today, so prod impact is none.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant