Skip to content

release: v2025.1.8#2294

Merged
rustatian merged 1 commit intomasterfrom
release/v2025.1.8
Feb 19, 2026
Merged

release: v2025.1.8#2294
rustatian merged 1 commit intomasterfrom
release/v2025.1.8

Conversation

@rustatian
Copy link
Member

@rustatian rustatian commented Feb 19, 2026

Reason for This PR

  • stable release cycle.

Description of Changes

  • 🐛 Gzip Middleware: Fixed broken compression behavior after upgrading from v2025.1.6 to v2025.1.7 by disabling zstd and using gzip-only compression BUG (thanks @dmitryuk)

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

PR Checklist

[Author TODO: Meet these criteria.]
[Reviewer TODO: Verify that these criteria are met. Request changes if not]

  • All commits in this PR are signed (git commit -s).
  • The reason for this PR is clearly provided (issue no. or explanation).
  • The description of changes is clear and encompassing.
  • Any required documentation changes (code and docs) are included in this PR.
  • Any user-facing changes are mentioned in CHANGELOG.md.
  • All added/changed functionality is tested.

Summary by CodeRabbit

  • Chores
    • Updated internal dependencies to newer patch and minor versions. No visible changes to functionality.

Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
@rustatian rustatian self-assigned this Feb 19, 2026
Copilot AI review requested due to automatic review settings February 19, 2026 14:23
@rustatian rustatian added the C-enhancement Category: enhancement. Meaning improvements of current module, transport, etc.. label Feb 19, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR appears to prepare the v2025.1.8 release by updating Go module dependencies used by the RoadRunner v2025 module.

Changes:

  • Bumped github.com/roadrunner-server/gzip/v5 to v5.3.0.
  • Updated several indirect dependencies (AWS SDK v2 components, grpc-gateway, go-runewidth, franz-go, google.golang.org/api/genproto) in go.mod and synchronized go.sum.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
go.mod Updates direct and indirect dependency versions used for the release.
go.sum Refreshes module checksums to match the updated dependency graph.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link

codecov bot commented Feb 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 35.37%. Comparing base (3c6ee7d) to head (22fa34b).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2294   +/-   ##
=======================================
  Coverage   35.37%   35.37%           
=======================================
  Files          18       18           
  Lines         851      851           
=======================================
  Hits          301      301           
  Misses        511      511           
  Partials       39       39           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rustatian rustatian merged commit e3b0571 into master Feb 19, 2026
19 of 20 checks passed
@rustatian rustatian deleted the release/v2025.1.8 branch February 19, 2026 14:32
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 19, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

This pull request updates Go module dependencies to newer patch and minor versions across the codebase. Updates include gzip/v5, AWS SDK v2 modules, grpc-gateway, and Google API-related packages, maintaining compatibility without altering public APIs.

Changes

Cohort / File(s) Summary
Dependency Updates
go.mod
Updated 11 direct and indirect Go module dependencies to newer patch/minor versions, including AWS SDK v2 components, Google API packages, gzip, grpc-gateway, and kafka/franz-go libraries.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

  • release: v2025.1.5 #2257 — Overlapping dependency version bumps in go.mod including AWS SDK and google.genproto modules.
  • release: v2024.3.3 #2123 — Concurrent go.mod updates with shared module bumps (gzip/v5, grpc-gateway/v2, google.golang.org/genproto).
  • release: v2025.1.2 #2190 — Related go.mod dependency updates with overlapping bumps for google.golang.org/genproto and AWS SDK v2.

Suggested labels

R-stable

Suggested reviewers

  • wolfy-j

Poem

🐰 A hop, a skip, through dependency lanes,
Version bumps flowing like springtime rains,
AWS and Google dance in the go.mod,
Patches and minors—it's quite the façade!
Stability grows with each careful upgrade. ✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release/v2025.1.8

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-enhancement Category: enhancement. Meaning improvements of current module, transport, etc..

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants