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: v2023.1.0 #1539

Merged
merged 2 commits into from
Apr 13, 2023
Merged

release: v2023.1.0 #1539

merged 2 commits into from
Apr 13, 2023

Conversation

rustatian
Copy link
Member

@rustatian rustatian commented Apr 13, 2023

Reason for This PR

Description of Changes

πŸš€ v2023.1.0 πŸš€

⚠️ The reload plugin has been removed from the default plugins list. Please use *.pool.debug=true instead.

πŸ‘€ New

  • βœ’οΈ Kafka plugin: Completely rewritten Kafka plugin. Now supports regexps for topics, marked commits for group consumers, and SASL authentication. Configuration reference: link.
  • βœ’οΈ RPC plugin: The RPC plugin would be available immediately before worker initialization. This means that PHP worker can use all RPC methods immediately.
  • βœ’οΈ Endure v2 support (internal change).
  • βœ’οΈ Bash script to download the latest RR archive. Later we'll release a non-archived binary in addition to the regular archived releases. Sample of usage:
curl --proto '=https' --tlsv1.2 -sSf  https://raw.githubusercontent.com/roadrunner-server/roadrunner/master/download-latest.sh | sh
  • βœ’οΈ RoadRunner Composer metapackage: Removed the require section: PR, (thanks @roxblnfk)
  • βœ’οΈ Lock plugin: New plugin to handle shared resource access.
  • βœ’οΈ AMQP plugin: RR passes the queue, pipeline, and driver names to the PHP client in all modes, including the consuming payloads from the other senders.
  • βœ’οΈ AMQP plugin: consumer_id can now be set in configuration, FR, (thanks @codercms)
  • βœ’οΈ AMQP plugin: Since v2023.1.0 RR did not accept the empty queue name, CH
  • βœ’οΈ OTEL plugin: ️Support OpenTelemetry for the temporal, http, gRPC and Jobs plugins, including all Jobs drivers.
  • βœ’οΈ Config plugin: Configuration version updated to version: '3'. ️
  • βœ’οΈ Logger plugin: Now uses UTC timestamps CH, (thanks @cv65kr)
  • βœ’οΈ Service plugin: Instead of SIGKILL, send SIGINT with a 5s timeout to stop the underlying processes.
  • βœ’οΈ Configuration plugin: Support for bash syntax with default values for keys. Starting from this release, you can use the following variables anywhere (values) in the configuration: ${LOG-LEVEL:-debug}. That is, if the LOG-LEVEL env variable is not set, use debug.
  • βœ’οΈ gRPC plugin: Support for custom interceptors. Will be generally available in the 2023.2.0.
  • βœ’οΈ Temporal plugin: Support for custom interceptors. Will be generally available in the 2023.2.0.

🩹 Fixes

  • πŸ› HTTP plugin: Edge case where empty form value overwrites existing value, PR, (thanks @tungfinblox).
  • πŸ› AMQP plugin: Redial failed if user only uses consumer, PR, (thanks @iborysenko).
  • πŸ› RR CLI: ./rr jobs` command panics when used without arguments, BUG, (thanks @embargo2710)
  • πŸ› gRPC Plugin: panic when calling grpc.Workers immediately after RR start.BUG, (thanks @genhoi)
  • πŸ› Proxy IP parser middleware: Correctly handle the proxy headers from CloudFlare: Discussion, (thanks @victor-sudakov, @vladimir-vv)

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 Apr 13, 2023
@rustatian rustatian added this to the v2023.1.0 milestone Apr 13, 2023
@rustatian rustatian requested a review from wolfy-j April 13, 2023 14:12
@rustatian rustatian self-assigned this Apr 13, 2023
@codecov
Copy link

codecov bot commented Apr 13, 2023

Codecov Report

Merging #1539 (8ab7f97) into master (d4b3735) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1539   +/-   ##
=======================================
  Coverage   40.19%   40.19%           
=======================================
  Files          16       16           
  Lines         821      821           
=======================================
  Hits          330      330           
  Misses        464      464           
  Partials       27       27           

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

@rustatian rustatian marked this pull request as ready for review April 13, 2023 15:03
@rustatian rustatian merged commit 2d61603 into master Apr 13, 2023
@rustatian rustatian deleted the release/v2023.1.0 branch April 13, 2023 15:05
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.

None yet

1 participant