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.3.4 #1773

Merged
merged 1 commit into from
Nov 9, 2023
Merged

release: v2023.3.4 #1773

merged 1 commit into from
Nov 9, 2023

Conversation

rustatian
Copy link
Member

@rustatian rustatian commented Nov 9, 2023

Reason for This PR

  • Release cycle.

Description of Changes

🔥 Features:

RR Core:

  • ✒️ Experimental features: Add support for the experimental features: Docs.

👀 Plugins:

  • ✒️ NATS driver: Replace the old JetStream client with the new one: FR, API.
  • ✒️ Config driver: Add experimental support for merging two and more configuration files: FR, Docs
  • ✒️ Headers middleware: Add support for the regular expressions for origin: FR, Docs

🩹 Fixes

  • 🐛 HTTP Plugin: Unable to POST relatively chunky POST: BUG

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
    • Introduced experimental feature support in RR Core.
    • Updated various plugins including NATS driver, Config driver, and Headers middleware.
  • Bug Fixes
    • Addressed an issue related to chunky POST requests in the HTTP Plugin.

Signed-off-by: Valery Piashchynski <[email protected]>
@rustatian rustatian added the R-stable Release: Nominated for backporting to the RR in the stable channel. label Nov 9, 2023
@rustatian rustatian self-assigned this Nov 9, 2023
Copy link
Contributor

coderabbitai bot commented Nov 9, 2023

Walkthrough

The new version v2023.3.4 introduces experimental feature support in RR Core and updates to various plugins like NATS driver, Config driver, and Headers middleware. A bug related to chunky POST requests in the HTTP Plugin has also been fixed. No changes to exported functions, global data structures, global variables, interfaces, return values, or thrown exceptions are reported.

Changes

File/Module Change Summary
RR Core Introduced experimental feature support
NATS driver Updated
Config driver Updated
Headers middleware Updated
HTTP Plugin Fixed a bug related to chunky POST requests

Poem

🐇 Hopping through the code, with a cheerful mood,

In the season of fall, we've got some good food.

Experimental features, in the core they reside,

With updates to plugins, enhancing the ride.

🍁 As leaves fall, we fix the chunky POST,

In the HTTP Plugin, no more a ghost.

On this day in history, the Berlin Wall fell,

Just like our bugs, in the story we tell.

So here's to v2023.3.4, a version so bright,

Coding through the day, and debugging the night. 🌙


Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • If you reply to a review comment from CodeRabbit, the bot will automatically respond.
  • To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment
  • Note: Review comments are made on code diffs or files, not on the PR overview.
  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

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 help to get help.
  • @coderabbitai resolve to resolve all the CodeRabbit review comments.

Note: For conversation with the bot, please use the review comments on code diffs or files.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • 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/coderabbit-overrides.v2.json

@rustatian rustatian changed the title release: v2023.3.4 release: v2023.3.4 Nov 9, 2023
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.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between c434e4c and 24009e9.
Files ignored due to filter (2)
  • go.mod
  • go.sum
Files selected for processing (1)
  • CHANGELOG.md (1 hunks)
Additional comments: 1
CHANGELOG.md (1)
  • 3-22: The changelog is well-documented and provides clear information about the new features and bug fixes in version v2023.3.4. The links to the documentation and related issues are helpful for users who want to understand the changes in more detail.

Copy link

codecov bot commented Nov 9, 2023

Codecov Report

Merging #1773 (24009e9) into master (c434e4c) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1773   +/-   ##
=======================================
  Coverage   37.29%   37.29%           
=======================================
  Files          16       16           
  Lines         866      866           
=======================================
  Hits          323      323           
  Misses        517      517           
  Partials       26       26           

@rustatian rustatian merged commit 2f2aeb9 into master Nov 9, 2023
14 checks passed
@rustatian rustatian deleted the release/v2023.3.4 branch November 9, 2023 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R-stable Release: Nominated for backporting to the RR in the stable channel.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant