Skip to content

Conversation

devops-github-rudderstack
Copy link
Collaborator

@devops-github-rudderstack devops-github-rudderstack commented Sep 19, 2025

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

koladilip and others added 7 commits September 17, 2025 05:13
# 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).
@atzoum atzoum enabled auto-merge (squash) September 19, 2025 08:35
@atzoum atzoum merged commit 4f87afb into master Sep 19, 2025
60 checks passed
@atzoum atzoum deleted the sync-release-bb69b71cba065bb7d28fff5865f05afb7e2d17e6 branch September 19, 2025 08:54
Copy link

codecov bot commented Sep 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.66%. Comparing base (cc80333) to head (3dee676).
⚠️ Report is 1 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants