-
-
Notifications
You must be signed in to change notification settings - Fork 414
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.3
#2082
release: v2024.3
#2082
Conversation
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
Caution Review failedThe pull request is closed. WalkthroughThe changes made in this pull request include updates to version tags for Docker images in the Changes
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
Reason for This PR
Description of Changes
🚀 v2024.3.0 🚀
Meet the new RoadRunner release! This time we have a lot of new features, improvements, and bug fixes. Let's dive in! In this realse we have added a new feature called Auto Workers Scaling. This feature allows users to scale their RoadRunner workers automatically, up to 100 additional workers.
SQS
plugin was significantly reworked without major breaking changes, please, read the updated documentation carefully.RoadRunner-Temporal
plugin now supports API-Keys (which would be added via our SDK-PHP and documentated in it as well).📦 Core RoadRunner SDK:
OTEL
plugin:📦
In-Memory
KV driver:📦
Symfony
integration:📦
Redis
driver:📦 Temporal:
📦
SQS
driver:📦
Nats
driver:📦
Config
plugin:📦
Server
plugin:server.on_init.exit_on_error
to stop RoadRunner whenon_init
error occured: FR, (thanks @wizardist)📦
RabbitMQ (AMQP)
driver:📦
Locks
plugin:forceRelease
method, removed requirement for input ID BUG, (thanks @fugikzl)📦
Metrics
plugin:📦
Velox
:Thanks to out contributors:
SQS
driver and reworking the whole JSON schema across all plugins (which is actually HUGE).Metrics
andRoadRunner-Temporal
plugins.Redis
plugin.🧹 Chore:
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]
git commit -s
).CHANGELOG.md
.Summary by CodeRabbit
New Features
exit_on_error
option in server configuration for improved error handling.dynamic_allocator
section in jobs and TCP pool configurations for better worker management.Bug Fixes
Dependency Updates
Documentation