-
Notifications
You must be signed in to change notification settings - Fork 5
chore: sync release v1.59.3 to main branch #6367
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
Merged
atzoum
merged 8 commits into
master
from
sync-release-bb69b71cba065bb7d28fff5865f05afb7e2d17e6
Sep 19, 2025
Merged
chore: sync release v1.59.3 to main branch #6367
atzoum
merged 8 commits into
master
from
sync-release-bb69b71cba065bb7d28fff5865f05afb7e2d17e6
Sep 19, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Description This PR adds outgoing metrics to the proxy flow in the router worker to ensure consistent metrics collection for both direct and proxy transformer requests. ## Changes - Added transformer outgoing request metrics for proxy flow using `w.recordTransformerOutgoingRequestMetrics()` - Refactored `recordTransformerOutgoingRequestMetrics` to accept status code directly instead of full response object - Moved timing measurement to be consistent between proxy and direct flows ## Security - [x] The code changed/added as part of this pull request won't create any security issues with how the software is being used.
# Description - Pass the region in the AWS config session in case of using Rudder storage. - Add tests for the use of the rudder storage use case. ## Linear Ticket - Resolves WAR-1142 ## Security - [x] The code changed/added as part of this pull request won't create any security issues with how the software is being used.
🤖 I have created a release *beep* *boop* --- ## [1.59.1](v1.59.0...v1.59.1) (2025-09-17) ### Bug Fixes * add outgoing metrics to proxy flow ([#6355](#6355)) ([b2e5c8d](b2e5c8d)) * aws session config region ([#6354](#6354)) ([44110a1](44110a1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
# Description Adding keydb client stats. ## Linear Ticket Fixes [PIPE-2404](https://linear.app/rudderstack/issue/PIPE-2404/add-keydb-client-stats) ## Security - [x] The code changed/added as part of this pull request won't create any security issues with how the software is being used.
🤖 I have created a release *beep* *boop* --- ## [1.59.2](v1.59.1...v1.59.2) (2025-09-17) ### Bug Fixes * missing keydb client stats ([#6360](#6360)) ([5e395ad](5e395ad)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
# Description Redis throttler configuration collides with throttling configuration for REDIS destination, since viper treats yaml configuration keys in a case-insensitive manner ## Linear Ticket resolves PIPE-2412 ## Security - [x] The code changed/added as part of this pull request won't create any security issues with how the software is being used.
🤖 I have created a release *beep* *boop* --- ## [1.59.3](v1.59.2...v1.59.3) (2025-09-19) ### Bug Fixes * naming collision in redis throttling configuration ([#6365](#6365)) ([c8cedd5](c8cedd5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
…1cba065bb7d28fff5865f05afb7e2d17e6
atzoum
approved these changes
Sep 19, 2025
mihir20
approved these changes
Sep 19, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6367 +/- ##
==========================================
- Coverage 77.66% 77.66% -0.01%
==========================================
Files 523 523
Lines 70230 70241 +11
==========================================
+ Hits 54547 54555 +8
+ Misses 12849 12840 -9
- Partials 2834 2846 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Syncing patch release v1.59.3 to main branch
↓↓ Please review and edit commit overrides before merging ↓↓
BEGIN_COMMIT_OVERRIDE
fix: naming collision in redis throttling configuration (#6365)
END_COMMIT_OVERRIDE