Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v2024.1.0 #1902

Merged
merged 3 commits into from
Apr 11, 2024
Merged

release: v2024.1.0 #1902

merged 3 commits into from
Apr 11, 2024

Conversation

rustatian
Copy link
Member

@rustatian rustatian commented Apr 11, 2024

Reason for This PR

  • Major release cycle.

Description of Changes

CHANGELOG

🚀 v2024.1.0 🚀

Upgrade guide: link

HTTP plugin:

  • 🔥 Use protobuf encoded payloads to prevent field reordering and JSON escaped symbols.

Kafka driver:

SDK:

  • 🔥 Use a small random jitter to prevent the Thundering herd problem when user uses max_jobs option and all the workers restarted at the same time. This feature is enabled automatically

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

  • New Features

    • Added SSL/TLS configuration options for Kafka.
  • Bug Fixes

    • Removed outdated relay_timeout setting for server relay configuration.
  • Tests

    • Adjusted test scenarios to reflect reduced virtual user count from 2000 to 1000.
  • Documentation

    • Updated version references in documentation and build configurations to v2024.
  • Chores

    • Transitioned internal package and configuration paths to the new version v2024.

Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
@rustatian rustatian added C-enhancement Category: enhancement. Meaning improvements of current module, transport, etc.. R-stable Release: Nominated for backporting to the RR in the stable channel. labels Apr 11, 2024
@rustatian rustatian added this to the v2024.1.0 milestone Apr 11, 2024
@rustatian rustatian requested a review from wolfy-j April 11, 2024 15:06
@rustatian rustatian self-assigned this Apr 11, 2024
Copy link
Contributor

coderabbitai bot commented Apr 11, 2024

Warning

Rate Limit Exceeded

@rustatian has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 23 minutes and 3 seconds before requesting another review.

How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.
Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.
Please see our FAQ for further information.

Commits Files that changed from the base of the PR and between d18c4be and 107e582.

Walkthrough

This update gracefully transitions project components from version v2023 to v2024, reflecting in updated import paths and version references across various configuration files. It also enhances security by incorporating SSL/TLS configurations for Kafka while streamlining server configurations by removing outdated settings. Furthermore, the load testing parameters have been optimized by reducing the number of virtual users.

Changes

Files Changes
.github/workflows/... Updated version references from v2023 to v2024.
.rr.yaml, schemas/config/3.0.schema.json Removed relay_timeout, added SSL/TLS configuration for Kafka.
benchmarks/simple.js Reduced virtual users from 2000 to 1000.
cmd/rr/main.go, container/config_test.go, internal/..., lib/roadrunner.go, lib/roadrunner_test.go Updated import paths from v2023 to v2024.
internal/sdnotify/sdnotify.go Updated copyright year to 2024.

Possibly related issues

  • Issue v2024.1.0 Tracking ticket [TODO] #1763: v2024.1.0 Tracking ticket [TODO] - The changes in this PR, particularly the version updates to v2024 and the enhancements in Kafka TLS settings, align directly with the tasks outlined in this tracking ticket.

Poem

🐇 Oh hop and skip, the code does leap,
From v2023 to v2024 we peep.
With fewer users in our test,
And Kafka's security at its best.
🌟 Through fields of code, we dash with cheer,
For v2024 is finally here!


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

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>.
    • Generate unit testing code for this file.
    • 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 generate unit testing code for this file.
    • @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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

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 as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration 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
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 8

schemas/config/3.0.schema.json Show resolved Hide resolved
lib/roadrunner_test.go Show resolved Hide resolved
container/config_test.go Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
internal/rpc/client_test.go Show resolved Hide resolved
lib/roadrunner.go Show resolved Hide resolved
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
@rustatian rustatian merged commit c0d3df2 into master Apr 11, 2024
12 checks passed
@rustatian rustatian deleted the release/v2024.1.0 branch April 11, 2024 16:32
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.. R-stable Release: Nominated for backporting to the RR in the stable channel.
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant