Skip to content

build(deps): bump the patch-updates group across 1 directory with 5 updates#418

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/patch-updates-abfd5e9a9c
Open

build(deps): bump the patch-updates group across 1 directory with 5 updates#418
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/patch-updates-abfd5e9a9c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the patch-updates group with 2 updates in the / directory: github.com/evstack/ev-node and github.com/ipfs/go-datastore.

Updates github.com/evstack/ev-node from 1.1.1 to 1.1.4

Release notes

Sourced from github.com/evstack/ev-node's releases.

v1.1.4 (2026-06-22)

ev-node v1.1.4

This is a targeted bugfix release that improves resilience of the DA client's WebSocket connection handling. Upgrade is recommended for all operators experiencing DA layer connectivity issues or running in environments with unstable WebSocket connections.


Full Changelog

For a complete list of all changes including new features, improvements, and bug fixes, see CHANGELOG.md.

Images

  • ghcr.io/evstack/ev-node-evm:v1.1.4
  • ghcr.io/evstack/ev-node-grpc:v1.1.4
  • ghcr.io/evstack/ev-node-loadgen:v1.1.4
  • ghcr.io/evstack/ev-node-testapp:v1.1.4

v1.1.3

This is a targeted bugfix release addressing a transaction queue backlog issue under heavy load. Operators running sequencer nodes with high transaction throughput are strongly encouraged to upgrade.

Full Changelog

For a complete list of all changes including new features, improvements, and bug fixes, see CHANGELOG.md.

Images

  • ghcr.io/evstack/ev-node-evm:v1.1.3
  • ghcr.io/evstack/ev-node-grpc:v1.1.3
  • ghcr.io/evstack/ev-node-testapp:v1.1.3

v1.1.2

This is a maintenance and improvement release that includes performance optimizations, new observability and connectivity features, and breaking changes to the gRPC execution layer. Operators running execution/grpc integrations must review the changes below before upgrading.

Full Changelog

For a complete list of all changes including new features, improvements, and bug fixes, see CHANGELOG.md.

Images

  • ghcr.io/evstack/ev-node-evm:v1.1.2
  • ghcr.io/evstack/ev-node-grpc:v1.1.2
  • ghcr.io/evstack/ev-node-testapp:v1.1.2
Changelog

Sourced from github.com/evstack/ev-node's changelog.

v1.1.4

Fixed

  • DA client falls back to HTTP polling with Retrieve when the WebSocket connection fails, instead of trying to use the WS-only Subscribe over HTTP. A background goroutine retries WS every 30s so transient outages don't force a permanent downgrade #3361

v1.1.3

Fixed

  • Drain the pending tx queue in merged batches with a durable WAL-backed ack, fixing severe queue backlog under heavy tx load. Tx dedup moved from the reaper cache into the sequencer queue #3351

v1.1.2

Changes

  • Add max bytes contraints in simple solo sequnecer #3312
  • Add support for otlp in execution/grpc. #3300
  • Optimization of mutex usage in cache for reaper #3286
  • Add Unix domain socket support for gRPC execution endpoints via unix:///path/to/socket #3297
  • BREAKING: (execution/grpc)
    • Move execution service where it belongs in execution/grpc. #3302
    • Replace legacy gRPC execution txs payload fields with tx_batch so clients and servers use contiguous transaction buffers #3297
  • Optimize metadata writes by making it async in cache store #3298
  • Reduce tx cache retention to avoid OOM under (really) heavy tx load #3299

Fixed

  • Increase P2P pubsub max message size to match DefaultMaxBlobSize, preventing fullnode desync on large blocks #3344.
Commits

Updates github.com/ipfs/go-datastore from 0.9.1 to 0.9.2

Release notes

Sourced from github.com/ipfs/go-datastore's releases.

v0.9.2

What's Changed

Full Changelog: ipfs/go-datastore@v0.9.1...v0.9.2

Commits

Updates golang.org/x/net from 0.53.0 to 0.55.0

Commits
  • 7770ec4 go.mod: update golang.org/x dependencies
  • 4ece7b6 html: escape greater-than symbol in doctype identifiers
  • 08be507 html: improve Noah's Ark clause performance
  • a8fb2fe html: properly render fostered elements in foreign content
  • 0dc5b7a html: properly check namespace in "in body" any other end tag
  • a452f3c html: ignore duplicate attributes during tokenization
  • f865199 quic: fix appendMaxDataFrame erroneously accumulating sentLimit
  • 210ed3c quic: establish a "happened-before" relationship between stream write and read
  • ad8140e quic: fix buffer slicing when handling overlapping stream data
  • 23ee2ef http2: avoid API changes when built with go1.27
  • Additional commits viewable in compare view

Updates google.golang.org/genproto/googleapis/api from 0.0.0-20260401024825-9d38bb4040a9 to 0.0.0-20260526163538-3dc84a4a5aaa

Commits

Updates google.golang.org/grpc from 1.81.0 to 1.81.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.81.1

Security

  • xds/rbac: Fix a potential authorization bypass caused by incorrectly falling through URI/DNS SANs to Subject Distinguished Name (DN) when matching the authenticated principal name. With this fix, only the first non-empty identity source will be used, as per gRFC A41. (#9111)

Bug Fixes

  • otel: Segregate client and server RPC information used for metrics and traces, to avoid one overwriting the other. (#9081)
Commits

@dependabot @github

dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: T:dependencies. Please create it before Dependabot can add it to a pull request.

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

@dependabot dependabot Bot requested a review from a team as a code owner June 24, 2026 07:04
…pdates

Bumps the patch-updates group with 2 updates in the / directory: [github.com/evstack/ev-node](https://github.com/evstack/ev-node) and [github.com/ipfs/go-datastore](https://github.com/ipfs/go-datastore).


Updates `github.com/evstack/ev-node` from 1.1.1 to 1.1.4
- [Release notes](https://github.com/evstack/ev-node/releases)
- [Changelog](https://github.com/evstack/ev-node/blob/main/CHANGELOG.md)
- [Commits](evstack/ev-node@v1.1.1...v1.1.4)

Updates `github.com/ipfs/go-datastore` from 0.9.1 to 0.9.2
- [Release notes](https://github.com/ipfs/go-datastore/releases)
- [Commits](ipfs/go-datastore@v0.9.1...v0.9.2)

Updates `golang.org/x/net` from 0.53.0 to 0.55.0
- [Commits](golang/net@v0.53.0...v0.55.0)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20260401024825-9d38bb4040a9 to 0.0.0-20260526163538-3dc84a4a5aaa
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.81.0 to 1.81.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.81.0...v1.81.1)

---
updated-dependencies:
- dependency-name: github.com/evstack/ev-node
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: github.com/ipfs/go-datastore
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: golang.org/x/net
  dependency-version: 0.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-version: 0.0.0-20260526163538-3dc84a4a5aaa
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: google.golang.org/grpc
  dependency-version: 1.81.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump the patch-updates group with 5 updates build(deps): bump the patch-updates group across 1 directory with 5 updates Jul 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/patch-updates-abfd5e9a9c branch from 9833e72 to 2e9fd00 Compare July 1, 2026 07:05
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.

0 participants