Skip to content

Commit 1dff520

Browse files
chore: prerelease 1.51.0-rc.3 (#5969)
🤖 I have created a release *beep* *boop* --- ## [1.51.0-rc.3](v1.50.0...v1.51.0-rc.3) (2025-06-09) ### Features * integrate the transformer client with cslb for source transformations ([#5881](#5881)) ([53b8156](53b8156)) * triggers deployment for staging and hosted releases ([#5950](#5950)) ([c8d849e](c8d849e)) ### Bug Fixes * block internal IP access as destination ([#5888](#5888)) ([a0a4b91](a0a4b91)) * collected metric named router_process_jobs_count collides with previously collected histogram named router_process_jobs ([#5966](#5966)) ([d60d224](d60d224)) * **processor:** throughput stalling due to mutex deadlock on full connection pool ([#5919](#5919)) ([b18df16](b18df16)) * router request failing with unsupported media type error ([#5968](#5968)) ([edaa10c](edaa10c)) * under reporting of load files when using upload id ([#5889](#5889)) ([4a3a11c](4a3a11c)) * under reporting of load files when using upload id ([#5889](#5889)) ([#5906](#5906)) ([4f300cf](4f300cf)) * use jsonrs stdlib for encoding warehouse transformations ([#5945](#5945)) ([0963a17](0963a17)) * warehouse transformations geo enrichment as string ([#5907](#5907)) ([4f300cf](4f300cf)) * warehouse transformations responses ordering ([#5954](#5954)) ([ea1a527](ea1a527)) ### Miscellaneous * add config to disable load table stats for clickhouse ([#5932](#5932)) ([55c26f2](55c26f2)) * add event delivery metrics for async destinations ([#5930](#5930)) ([7e9f1b5](7e9f1b5)) * add new metric regulation_worker_deletion_status_count ([#5939](#5939)) ([1aa00f9](1aa00f9)) * add test case for dynamic config pattern with numeric default value ([#5904](#5904)) ([9cd7180](9cd7180)) * clean up destinationInfo from refreshTokenParams ([#5897](#5897)) ([4eb40cd](4eb40cd)) * **deps:** bump github.com/apache/pulsar-client-go from 0.15.1-candidate-2 to 0.15.1 ([#5895](#5895)) ([4a3a11c](4a3a11c)) * fix aws sdk v2 ([#5928](#5928)) ([e5b0ab4](e5b0ab4)) * flakiness in upload jobs count ([#5913](#5913)) ([b167104](b167104)) * proc sample store uploader ([#5917](#5917)) ([2e3b796](2e3b796)) * remove unused schemas repo in warehouse router ([#5879](#5879)) ([4e96935](4e96935)) * **router:** adaptive throttler decreasing throttling rate dynamically based on current throttled rate ([#5931](#5931)) ([3d3b5b3](3d3b5b3)) * **router:** use different stats for capturing process stage jobs and requests ([#5944](#5944)) ([6728b2a](6728b2a)) * use zero transport on new common reporting client ([#5959](#5959)) ([d35e2cc](d35e2cc)) * warehouse transformations json diff with encoding ([#5937](#5937)) ([2e3b796](2e3b796)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent edaa10c commit 1dff520

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Changelog
22

3+
## [1.51.0-rc.3](https://github.com/rudderlabs/rudder-server/compare/v1.50.0...v1.51.0-rc.3) (2025-06-09)
4+
5+
6+
### Features
7+
8+
* integrate the transformer client with cslb for source transformations ([#5881](https://github.com/rudderlabs/rudder-server/issues/5881)) ([53b8156](https://github.com/rudderlabs/rudder-server/commit/53b8156cc5dece3fd9ea391bd25423b4dc78a249))
9+
* triggers deployment for staging and hosted releases ([#5950](https://github.com/rudderlabs/rudder-server/issues/5950)) ([c8d849e](https://github.com/rudderlabs/rudder-server/commit/c8d849ef08a6f2f4449dd9532789bc43ba31e28f))
10+
11+
12+
### Bug Fixes
13+
14+
* block internal IP access as destination ([#5888](https://github.com/rudderlabs/rudder-server/issues/5888)) ([a0a4b91](https://github.com/rudderlabs/rudder-server/commit/a0a4b91a786d70bd6ae24da1a3444ea1ef3110f3))
15+
* collected metric named router_process_jobs_count collides with previously collected histogram named router_process_jobs ([#5966](https://github.com/rudderlabs/rudder-server/issues/5966)) ([d60d224](https://github.com/rudderlabs/rudder-server/commit/d60d2243efdce148cb0dc1c1b58b1b8b0759b709))
16+
* **processor:** throughput stalling due to mutex deadlock on full connection pool ([#5919](https://github.com/rudderlabs/rudder-server/issues/5919)) ([b18df16](https://github.com/rudderlabs/rudder-server/commit/b18df16c9c29e474277a3685f83a2c75863a97c0))
17+
* router request failing with unsupported media type error ([#5968](https://github.com/rudderlabs/rudder-server/issues/5968)) ([edaa10c](https://github.com/rudderlabs/rudder-server/commit/edaa10c3f70a7d1727f64228a1103bf0fb264ffb))
18+
* under reporting of load files when using upload id ([#5889](https://github.com/rudderlabs/rudder-server/issues/5889)) ([4a3a11c](https://github.com/rudderlabs/rudder-server/commit/4a3a11c33ac7e29419e192fc9edb3883f888a38c))
19+
* under reporting of load files when using upload id ([#5889](https://github.com/rudderlabs/rudder-server/issues/5889)) ([#5906](https://github.com/rudderlabs/rudder-server/issues/5906)) ([4f300cf](https://github.com/rudderlabs/rudder-server/commit/4f300cf701dbd1c91711475c0244e6a61d6d7864))
20+
* use jsonrs stdlib for encoding warehouse transformations ([#5945](https://github.com/rudderlabs/rudder-server/issues/5945)) ([0963a17](https://github.com/rudderlabs/rudder-server/commit/0963a17b2f7c005ce671a5a41841d6142075b3ad))
21+
* warehouse transformations geo enrichment as string ([#5907](https://github.com/rudderlabs/rudder-server/issues/5907)) ([4f300cf](https://github.com/rudderlabs/rudder-server/commit/4f300cf701dbd1c91711475c0244e6a61d6d7864))
22+
* warehouse transformations responses ordering ([#5954](https://github.com/rudderlabs/rudder-server/issues/5954)) ([ea1a527](https://github.com/rudderlabs/rudder-server/commit/ea1a527a51b4a6262175f05ef9f9725c0c8acc6a))
23+
24+
25+
### Miscellaneous
26+
27+
* add config to disable load table stats for clickhouse ([#5932](https://github.com/rudderlabs/rudder-server/issues/5932)) ([55c26f2](https://github.com/rudderlabs/rudder-server/commit/55c26f289029314d31cda3fdb28aa36415f78442))
28+
* add event delivery metrics for async destinations ([#5930](https://github.com/rudderlabs/rudder-server/issues/5930)) ([7e9f1b5](https://github.com/rudderlabs/rudder-server/commit/7e9f1b527e3c6fe28bb16418f5029b988acb5c4e))
29+
* add new metric regulation_worker_deletion_status_count ([#5939](https://github.com/rudderlabs/rudder-server/issues/5939)) ([1aa00f9](https://github.com/rudderlabs/rudder-server/commit/1aa00f9582da393487d68809008635f2772adcf2))
30+
* add test case for dynamic config pattern with numeric default value ([#5904](https://github.com/rudderlabs/rudder-server/issues/5904)) ([9cd7180](https://github.com/rudderlabs/rudder-server/commit/9cd718077a9d7d991efa68dfa67de3e395e97aa6))
31+
* clean up destinationInfo from refreshTokenParams ([#5897](https://github.com/rudderlabs/rudder-server/issues/5897)) ([4eb40cd](https://github.com/rudderlabs/rudder-server/commit/4eb40cd7e8a55a63f60c2c2edac02c028538bb6d))
32+
* **deps:** bump github.com/apache/pulsar-client-go from 0.15.1-candidate-2 to 0.15.1 ([#5895](https://github.com/rudderlabs/rudder-server/issues/5895)) ([4a3a11c](https://github.com/rudderlabs/rudder-server/commit/4a3a11c33ac7e29419e192fc9edb3883f888a38c))
33+
* fix aws sdk v2 ([#5928](https://github.com/rudderlabs/rudder-server/issues/5928)) ([e5b0ab4](https://github.com/rudderlabs/rudder-server/commit/e5b0ab403dec48368b7751873554863def00823f))
34+
* flakiness in upload jobs count ([#5913](https://github.com/rudderlabs/rudder-server/issues/5913)) ([b167104](https://github.com/rudderlabs/rudder-server/commit/b167104a7c3873514feeb54d62b403a8f5f44b33))
35+
* proc sample store uploader ([#5917](https://github.com/rudderlabs/rudder-server/issues/5917)) ([2e3b796](https://github.com/rudderlabs/rudder-server/commit/2e3b7965146f3e658bab0407dc286d8440abc10b))
36+
* remove unused schemas repo in warehouse router ([#5879](https://github.com/rudderlabs/rudder-server/issues/5879)) ([4e96935](https://github.com/rudderlabs/rudder-server/commit/4e96935f505063d78d1740bad26ac53620542396))
37+
* **router:** adaptive throttler decreasing throttling rate dynamically based on current throttled rate ([#5931](https://github.com/rudderlabs/rudder-server/issues/5931)) ([3d3b5b3](https://github.com/rudderlabs/rudder-server/commit/3d3b5b354cf963c33a73f48c27c324fb3b59ce93))
38+
* **router:** use different stats for capturing process stage jobs and requests ([#5944](https://github.com/rudderlabs/rudder-server/issues/5944)) ([6728b2a](https://github.com/rudderlabs/rudder-server/commit/6728b2a0d5edd9203c2ff2d8cec8e1ccc458e3d1))
39+
* use zero transport on new common reporting client ([#5959](https://github.com/rudderlabs/rudder-server/issues/5959)) ([d35e2cc](https://github.com/rudderlabs/rudder-server/commit/d35e2ccb4a9962421a914ee10eb4d093a5d8b4f0))
40+
* warehouse transformations json diff with encoding ([#5937](https://github.com/rudderlabs/rudder-server/issues/5937)) ([2e3b796](https://github.com/rudderlabs/rudder-server/commit/2e3b7965146f3e658bab0407dc286d8440abc10b))
41+
342
## [1.50.6](https://github.com/rudderlabs/rudder-server/compare/v1.50.5...v1.50.6) (2025-06-09)
443

544

0 commit comments

Comments
 (0)