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.2.0-beta.1 #1615

Merged
merged 2 commits into from
Jun 22, 2023
Merged

release: v2023.2.0-beta.1 #1615

merged 2 commits into from
Jun 22, 2023

Conversation

rustatian
Copy link
Member

@rustatian rustatian commented Jun 22, 2023

Reason for This PR

  • pre-release cycle.

Description of Changes

πŸš€ v2023.2.0-beta.1 πŸš€

πŸ‘€ New

  • βœ’οΈ Kafka driver: Support for the SCRAM-SHA-256 and SCRAM-SHA-512 SASL mechanisms: FR, (thanks @Azomas)
  • βœ’οΈ Headers middleware: Actualize CORS support: FR, (thanks @rmikalkenas, @hustlahusky)
  • βœ’οΈ RoadRunner CLI: Additional semgrep security scanner.
  • βœ’οΈ Docker builds: New tags: v2023, v2023.x and with bugfix: v2023.x.x. The latest tag points to the latest stable release. All rc, beta, alpha releases will no longer be tagged with latest.
  • βœ’οΈ Server plugin: after_init option. This is a new server option and, like on_init, can contain any custom command to be fired after each pool of workers is initialized. For example, if you have 2 plugins: http and grpc, the after_init command would be fired twice: FR, (thanks @rauanmayemir).
  • βœ’οΈ AMQP driver: Support for the TLS transport named amqps: FR, (thanks @marcosraudkett)
  • βœ’οΈ JOBS plugin: Support for the workers health/readiness checks. PR, (thanks @Kaspiman)
  • βœ’οΈ JOBS plugin: Delete all messages that were in the priority queue when the pipeline was deleted (1-st part of the BUG), BUG

🧹 Chore:

  • πŸ§‘β€πŸ­ Dependencies: update project dependencies.

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 C-enhancement Category: enhancement. Meaning improvements of current module, transport, etc.. R-beta Release: Nominated for backporting to the RR in the beta channel. labels Jun 22, 2023
@rustatian rustatian added this to the v2023.2.0 milestone Jun 22, 2023
@rustatian rustatian requested a review from wolfy-j June 22, 2023 16:35
@rustatian rustatian self-assigned this Jun 22, 2023
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
@codecov
Copy link

codecov bot commented Jun 22, 2023

Codecov Report

Merging #1615 (daa134b) into master (a48c6c3) will not change coverage.
The diff coverage is n/a.

❗ Current head daa134b differs from pull request most recent head a927a43. Consider uploading reports for the commit a927a43 to get more accurate results

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

@rustatian rustatian marked this pull request as ready for review June 22, 2023 16:56
@rustatian rustatian merged commit 41a9ba1 into master Jun 22, 2023
@rustatian rustatian deleted the release/v2023.2.0-beta.1 branch June 22, 2023 16:57
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-beta Release: Nominated for backporting to the RR in the beta channel.
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant