Skip to content

Conversation

@rustatian
Copy link
Member

@rustatian rustatian commented Jun 14, 2025

Reason for This PR

  • stable release cycle

Description of Changes

πŸš€ v2025.1.2 πŸš€

Changelog

πŸ“¦ Temporal plugin

  • ✨ Support activity pause response and Timers summary.

🎯 Core

  • ✨ Update deps and Go to the latest version.

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 various internal and external dependencies to newer patch and minor versions to ensure improved stability and compatibility. No changes to app features or user experience.

Signed-off-by: Valery Piashchynski <[email protected]>
@rustatian rustatian requested a review from Copilot June 14, 2025 22:07
@rustatian rustatian self-assigned this Jun 14, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jun 14, 2025

Walkthrough

The go.mod file was updated to increment patch and minor versions of multiple dependencies, primarily within the github.com/roadrunner-server ecosystem and related libraries. No new dependencies were added or removed, and no code or exported entities were changed. The update is limited to dependency version specifications.

Changes

File(s) Change Summary
go.mod Bumped patch/minor versions for various RoadRunner modules and indirect dependencies; no removals or additions.

Possibly related PRs

Suggested labels

C-enhancement, R-stable

Suggested reviewers

  • wolfy-j

Poem

A bunny hops through fields of code,
Updating paths where modules strode.
No logic changed, just versions new,
Dependencies fresh as morning dew.
The garden’s neat, the burrow’s brightβ€”
All’s in order, all’s just right!
πŸ‡βœ¨

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

πŸ”§ golangci-lint (1.64.8)

Error: you are using a configuration file for golangci-lint v2 with golangci-lint v1: please use golangci-lint v2
Failed executing command with error: you are using a configuration file for golangci-lint v2 with golangci-lint v1: please use golangci-lint v2


πŸ“œ Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between a357c4d and d2deea3.

β›” Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
πŸ“’ Files selected for processing (1)
  • go.mod (8 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (3)
  • GitHub Check: Analyze (go)
  • GitHub Check: Golang-CI (lint)
  • GitHub Check: Unit tests
πŸ”‡ Additional comments (13)
go.mod (13)

3-6: Upgrade Go version and toolchain
The module now targets Go 1.24 with toolchain go1.24.3. Ensure CI workflows, Docker images, and local development environments are updated to this version.


13-19: Patch bump for core RoadRunner v5 modules
Dependencies like amqp, app-logger, beanstalk, boltdb, centrifuge, and config were bumped to newer patch levels. Review the corresponding changelogs for any behavioral changes and run your integration tests to confirm compatibility.


22-39: Patch bump for additional RoadRunner v5 plugins
Modules such as fileserver, google-pub-sub, grpc, gzip, headers, http, informer, jobs, kafka, kv, lock, logger, memcached, memory, metrics, nats, and otel were updated. Since these are patch/minor bumps, verify your end-to-end tests to catch any regressions.


41-52: Patch bump for remaining RoadRunner v5 services
Services including prometheus, proxy_ip_parser, redis, resetter, rpc, send, server, service, sqs, static, status, and tcp have new patch versions. Confirm they integrate as expected and update any service-specific docs if necessary.


56-56: Update RoadRunner Temporal plugin to v5.7.0
The Temporal plugin was bumped to v5.7.0 to support activity pause responses and timers summary functionality. Ensure your Temporal workflows continue to operate correctly with this version.


70-70: Patch bump for Google Cloud Auth client
Indirect dependency cloud.google.com/go/auth was updated to v0.16.2. This is a patch-level release; no breaking changes are expected.


77-82: Patch bump for AWS SDK v2 components
Several AWS SDK v2 modules (config, credentials, imds, internal/configsources, internal/endpoints/v2, presigned-url, sqs, sso, ssooidc, sts) were bumped. Patch-level updates should be backward-compatible, but please run your AWS integration tests to confirm.

Also applies to: 85-89


115-115: Patch bump for github.com/google/pprof
The profiling tool was updated to v0.0.0-20250607225305-033d6d78b36a (indirect). No immediate action needed unless you rely on specific profiling features.


139-139: Patch bump for github.com/olekukonko/ll
Minor version bump for the logging helper. No breaking changes anticipated.


185-185: Patch bump for go.etcd.io/bbolt
Updated to v1.4.1 (indirect). Ensure your BoltDB usage remains unaffected.


202-202: Upgrade Temporal API to v1.50.0
The indirect dependency go.temporal.io/api moved to v1.50.0, and earlier v1.26.1 is excluded. Verify there are no import conflicts and your Temporal SDK interactions still compile.


212-220: Patch bumps for golang.org/x modules
Utility packages (crypto, mod, net, sync, text, time, tools) were updated. These are patch/minor releases; run your build and test suite to confirm no regressions.


225-225: Patch bump for google.golang.org/grpc
Upgraded to v1.73.0 (indirect). Ensure all gRPC clients and servers pass their integration tests.


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
πŸͺ§ Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

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 prepares the v2025.1.2 release by updating various module dependencies to their latest patch versions.

  • Bump core roadrunner-server modules and Temporal plugin to new patch releases
  • Update indirect dependencies (AWS SDK, Google packages, Redis, etc.) to current versions
  • Ensure all modules align for the stable v2025.1.2 release

@rustatian rustatian added the C-enhancement Category: enhancement. Meaning improvements of current module, transport, etc.. label Jun 14, 2025
@rustatian rustatian merged commit 885c708 into master Jun 14, 2025
12 checks passed
@rustatian rustatian deleted the release/v2025.1.2 branch June 14, 2025 22:21
@coderabbitai coderabbitai bot mentioned this pull request Sep 11, 2025
6 tasks
@coderabbitai coderabbitai bot mentioned this pull request Nov 5, 2025
6 tasks
@coderabbitai coderabbitai bot mentioned this pull request Nov 13, 2025
6 tasks
@coderabbitai coderabbitai bot mentioned this pull request Dec 11, 2025
6 tasks
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