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: v2.12.1 #1385

Merged
merged 2 commits into from
Dec 1, 2022
Merged

release: v2.12.1 #1385

merged 2 commits into from
Dec 1, 2022

Conversation

rustatian
Copy link
Member

@rustatian rustatian commented Dec 1, 2022

Reason for This PR

Description of Changes

tags: roadrunner v2.12.1

πŸš€ v2.12.1 πŸš€

πŸ‘€ New:

  • ✏ RR: Automatically set the GOMAXPROCS to match the container CPU quota.
  • ✏ AMQP plugin: implement Status to check the AMQP connection PR.
  • ✏ SQS plugin: prefetch option now works as expected. RR will not consume new JOBS when it reaches the prefetch limit, until already accepted messages are not ACK/NACK-ed.
  • ✏ JOBS(memory) plugin: prefetch option now works as expected (see SQS). You can now emulate FIFO in memory by setting the prefetch option to 1.

🩹 Fixes:

  • gRPC plugin: server options are applied only when TLS is set. Discussion.
  • AMQP plugin: fix a few typos in the configuration.

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.

Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
@rustatian rustatian added the C-enhancement Category: enhancement. Meaning improvements of current module, transport, etc.. label Dec 1, 2022
@rustatian rustatian added this to the v2.12.1 milestone Dec 1, 2022
@rustatian rustatian self-assigned this Dec 1, 2022
@codecov
Copy link

codecov bot commented Dec 1, 2022

Codecov Report

Merging #1385 (79ec183) into master (6e61b98) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1385   +/-   ##
=======================================
  Coverage   41.54%   41.54%           
=======================================
  Files          17       17           
  Lines         816      816           
=======================================
  Hits          339      339           
  Misses        449      449           
  Partials       28       28           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
@rustatian rustatian merged commit ef1f315 into master Dec 1, 2022
@rustatian rustatian deleted the release/v2.12.1 branch December 1, 2022 11:49
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
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant