Skip to content

Commit ddce825

Browse files
chore: prerelease 1.60.0-rc.2 (#6401)
🤖 I have created a release *beep* *boop* --- ## [1.60.0-rc.2](v1.59.0...v1.60.0-rc.2) (2025-09-30) ### Features * **router:** jobsdb pickup query batch size adapting to throttling limit ([#6338](#6338)) ([c38b971](c38b971)) ### Bug Fixes * add outgoing metrics to proxy flow ([#6355](#6355)) ([23a5c81](23a5c81)) * aws session config region ([#6354](#6354)) ([23a5c81](23a5c81)) * dedup gauge ([#6359](#6359)) ([a562df4](a562df4)) * keydb grpc config ([#6370](#6370)) ([cf04743](cf04743)) * missing keydb client stats ([#6360](#6360)) ([c42e5c8](c42e5c8)) * naming collision in redis throttling configuration ([#6365](#6365)) ([4f87afb](4f87afb)) * set table type to external for glue ([#6386](#6386)) ([9017582](9017582)) * ut mirroring tests ([#6341](#6341)) ([51dd4f7](51dd4f7)) * **warehouse:** alter namespace col size ([#6379](#6379)) ([fbba498](fbba498)) * **warehouse:** skip extract async job failing test ([#6378](#6378)) ([89a4d1e](89a4d1e)) ### Miscellaneous * add authentication to reporting client ([#6384](#6384)) ([502d2b0](502d2b0)) * add explicit permissions for workflows ([#6381](#6381)) ([1d22623](1d22623)) * add readme for async destinaiton module ([#6356](#6356)) ([cc80333](cc80333)) * configurable event name trimming for reporting ([#6394](#6394)) ([7628efa](7628efa)) * remove deprecated throttling configuration keys ([#6377](#6377)) ([8d667b7](8d667b7)) * upgrade build-scan-push-action to v1.8.0 ([#6350](#6350)) ([51dd4f7](51dd4f7)) --- 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 7628efa commit ddce825

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

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

3+
## [1.60.0-rc.2](https://github.com/rudderlabs/rudder-server/compare/v1.59.0...v1.60.0-rc.2) (2025-09-30)
4+
5+
6+
### Features
7+
8+
* **router:** jobsdb pickup query batch size adapting to throttling limit ([#6338](https://github.com/rudderlabs/rudder-server/issues/6338)) ([c38b971](https://github.com/rudderlabs/rudder-server/commit/c38b9717dfa2beca4fc79675e3a5abe7b0e90725))
9+
10+
11+
### Bug Fixes
12+
13+
* add outgoing metrics to proxy flow ([#6355](https://github.com/rudderlabs/rudder-server/issues/6355)) ([23a5c81](https://github.com/rudderlabs/rudder-server/commit/23a5c813b8c2d6c71b776260a5e687bf8e3e5abb))
14+
* aws session config region ([#6354](https://github.com/rudderlabs/rudder-server/issues/6354)) ([23a5c81](https://github.com/rudderlabs/rudder-server/commit/23a5c813b8c2d6c71b776260a5e687bf8e3e5abb))
15+
* dedup gauge ([#6359](https://github.com/rudderlabs/rudder-server/issues/6359)) ([a562df4](https://github.com/rudderlabs/rudder-server/commit/a562df4fc63c99850864a188298d51696c0038e9))
16+
* keydb grpc config ([#6370](https://github.com/rudderlabs/rudder-server/issues/6370)) ([cf04743](https://github.com/rudderlabs/rudder-server/commit/cf04743ccb7be76648aa9493b4e9b21f9844dcfe))
17+
* missing keydb client stats ([#6360](https://github.com/rudderlabs/rudder-server/issues/6360)) ([c42e5c8](https://github.com/rudderlabs/rudder-server/commit/c42e5c86a9215dd5e929f17faff885d917c92313))
18+
* naming collision in redis throttling configuration ([#6365](https://github.com/rudderlabs/rudder-server/issues/6365)) ([4f87afb](https://github.com/rudderlabs/rudder-server/commit/4f87afbeab52464f247a8b6eda8f368fe46d16b9))
19+
* set table type to external for glue ([#6386](https://github.com/rudderlabs/rudder-server/issues/6386)) ([9017582](https://github.com/rudderlabs/rudder-server/commit/901758283a5f3e6d562f3509214302d37a2841f9))
20+
* ut mirroring tests ([#6341](https://github.com/rudderlabs/rudder-server/issues/6341)) ([51dd4f7](https://github.com/rudderlabs/rudder-server/commit/51dd4f7821503cd7277114fbdbabbe7fe444eb6b))
21+
* **warehouse:** alter namespace col size ([#6379](https://github.com/rudderlabs/rudder-server/issues/6379)) ([fbba498](https://github.com/rudderlabs/rudder-server/commit/fbba498f6fcf04f376b635de741dcd0d4270b4ac))
22+
* **warehouse:** skip extract async job failing test ([#6378](https://github.com/rudderlabs/rudder-server/issues/6378)) ([89a4d1e](https://github.com/rudderlabs/rudder-server/commit/89a4d1e5f2f6d1e84e24b8cc4ee3f580b40c04ff))
23+
24+
25+
### Miscellaneous
26+
27+
* add authentication to reporting client ([#6384](https://github.com/rudderlabs/rudder-server/issues/6384)) ([502d2b0](https://github.com/rudderlabs/rudder-server/commit/502d2b0acbbd12a37801a97cd12598ec5dc1990c))
28+
* add explicit permissions for workflows ([#6381](https://github.com/rudderlabs/rudder-server/issues/6381)) ([1d22623](https://github.com/rudderlabs/rudder-server/commit/1d22623505e2a1c759c8cd5a7dd84c82996e3deb))
29+
* add readme for async destinaiton module ([#6356](https://github.com/rudderlabs/rudder-server/issues/6356)) ([cc80333](https://github.com/rudderlabs/rudder-server/commit/cc8033316a83c0eb0b69763e523d1b1c9f2b01c6))
30+
* configurable event name trimming for reporting ([#6394](https://github.com/rudderlabs/rudder-server/issues/6394)) ([7628efa](https://github.com/rudderlabs/rudder-server/commit/7628efaac005d3c8e1a7efa37456e1f8b3608ccd))
31+
* remove deprecated throttling configuration keys ([#6377](https://github.com/rudderlabs/rudder-server/issues/6377)) ([8d667b7](https://github.com/rudderlabs/rudder-server/commit/8d667b7307c16f959d46cc345bc1be3784ab58b9))
32+
* upgrade build-scan-push-action to v1.8.0 ([#6350](https://github.com/rudderlabs/rudder-server/issues/6350)) ([51dd4f7](https://github.com/rudderlabs/rudder-server/commit/51dd4f7821503cd7277114fbdbabbe7fe444eb6b))
33+
334
## [1.59.4](https://github.com/rudderlabs/rudder-server/compare/v1.59.3...v1.59.4) (2025-09-22)
435

536

0 commit comments

Comments
 (0)