Skip to content

Commit c851e24

Browse files
chore: prerelease 1.65.0-rc.3 (#6592)
🤖 I have created a release *beep* *boop* --- ## [1.65.0-rc.3](v1.64.0...v1.65.0-rc.3) (2026-01-07) ### Features * add error index reporting for source hydration stage ([#6573](#6573)) ([c0867d9](c0867d9)) * add support for pushing image to ecr ([#6567](#6567)) ([2c9b143](2c9b143)) * jobsdb partition buffer flush and switchover ([#6559](#6559)) ([b87c406](b87c406)) * jobsdb partition buffer store decorator ([#6551](#6551)) ([9d36aec](9d36aec)) * **jobsdb:** partition id filters in get query params ([#6531](#6531)) ([022fe65](022fe65)) * managing buffered partitions in jobsdb partition buffer ([#6544](#6544)) ([89fd603](89fd603)) * partition migration grpc server, client and job executor ([#6568](#6568)) ([3a9b242](3a9b242)) ### Bug Fixes * add ENTERPRISE_TOKEN to Docker build workflows ([#6590](#6590)) ([7f8a95e](7f8a95e)) * add race condition suffix for master branch ([#6582](#6582)) ([65d1813](65d1813)) * async destination framework doesn't return all importing jobs ([#6578](#6578)) ([05a2ee9](05a2ee9)) * handle ctx cancellation during source hydration ([#6555](#6555)) ([77b94a4](77b94a4)) * handle oauth empty secret case ([#6540](#6540)) ([95af013](95af013)) * reporting race condition between flusher and syncer ([#6585](#6585)) ([00f7e4f](00f7e4f)) * transform conversionValue to string before upload for binga ads offline conversion ([#6562](#6562)) ([072548d](072548d)) * unhandled column type error in snowflake streaming ([#6571](#6571)) ([7aed657](7aed657)) ### Miscellaneous * enhance source hydration client retry config ([#6584](#6584)) ([b99eee6](b99eee6)) * **jobsdb:** cache should not be invalidated when adding a read excluded partition ([#6554](#6554)) ([430f06b](430f06b)) * **jobsdb:** extend no results cache to support partition ids ([#6529](#6529)) ([8b2385e](8b2385e)) * refactor async destination job metadata capturing ([#6528](#6528)) ([167cafa](167cafa)) * sync release v1.64.0 to main branch ([#6547](#6547)) ([418c453](418c453)) * warehouse health logs ([#6569](#6569)) ([afcbc39](afcbc39)) --- 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 7f8a95e commit c851e24

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

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

3+
## [1.65.0-rc.3](https://github.com/rudderlabs/rudder-server/compare/v1.64.0...v1.65.0-rc.3) (2026-01-07)
4+
5+
6+
### Features
7+
8+
* add error index reporting for source hydration stage ([#6573](https://github.com/rudderlabs/rudder-server/issues/6573)) ([c0867d9](https://github.com/rudderlabs/rudder-server/commit/c0867d9960c2d6b549a96d28dccf0eb509d67974))
9+
* add support for pushing image to ecr ([#6567](https://github.com/rudderlabs/rudder-server/issues/6567)) ([2c9b143](https://github.com/rudderlabs/rudder-server/commit/2c9b143ef3fbf5a071016daf0d9816fd418489b2))
10+
* jobsdb partition buffer flush and switchover ([#6559](https://github.com/rudderlabs/rudder-server/issues/6559)) ([b87c406](https://github.com/rudderlabs/rudder-server/commit/b87c406b16e64b477e8fc086c3f7b87e984b36dc))
11+
* jobsdb partition buffer store decorator ([#6551](https://github.com/rudderlabs/rudder-server/issues/6551)) ([9d36aec](https://github.com/rudderlabs/rudder-server/commit/9d36aec21852b8aa02f1b9863c8c1930a240179a))
12+
* **jobsdb:** partition id filters in get query params ([#6531](https://github.com/rudderlabs/rudder-server/issues/6531)) ([022fe65](https://github.com/rudderlabs/rudder-server/commit/022fe656645195e796bff47e8af836a6df60f7a2))
13+
* managing buffered partitions in jobsdb partition buffer ([#6544](https://github.com/rudderlabs/rudder-server/issues/6544)) ([89fd603](https://github.com/rudderlabs/rudder-server/commit/89fd60390b22301003c05ff28e58e51d79b53547))
14+
* partition migration grpc server, client and job executor ([#6568](https://github.com/rudderlabs/rudder-server/issues/6568)) ([3a9b242](https://github.com/rudderlabs/rudder-server/commit/3a9b2425114e0ab88c4f214971380364d7b92e61))
15+
16+
17+
### Bug Fixes
18+
19+
* add ENTERPRISE_TOKEN to Docker build workflows ([#6590](https://github.com/rudderlabs/rudder-server/issues/6590)) ([7f8a95e](https://github.com/rudderlabs/rudder-server/commit/7f8a95e57d812aa6eb80214577f6e95271daa2fa))
20+
* add race condition suffix for master branch ([#6582](https://github.com/rudderlabs/rudder-server/issues/6582)) ([65d1813](https://github.com/rudderlabs/rudder-server/commit/65d18135f251df82d4ef398a1ef7496337c6d976))
21+
* async destination framework doesn't return all importing jobs ([#6578](https://github.com/rudderlabs/rudder-server/issues/6578)) ([05a2ee9](https://github.com/rudderlabs/rudder-server/commit/05a2ee97fa96e190b3899069a8266062f919eabf))
22+
* handle ctx cancellation during source hydration ([#6555](https://github.com/rudderlabs/rudder-server/issues/6555)) ([77b94a4](https://github.com/rudderlabs/rudder-server/commit/77b94a4d72ad177bebccdcfed0d8991f7bedd63e))
23+
* handle oauth empty secret case ([#6540](https://github.com/rudderlabs/rudder-server/issues/6540)) ([95af013](https://github.com/rudderlabs/rudder-server/commit/95af01354a1682a1f36980a05b473d7082eef342))
24+
* reporting race condition between flusher and syncer ([#6585](https://github.com/rudderlabs/rudder-server/issues/6585)) ([00f7e4f](https://github.com/rudderlabs/rudder-server/commit/00f7e4f63e79143bfc0bc34887823cf65955dbc5))
25+
* transform conversionValue to string before upload for binga ads offline conversion ([#6562](https://github.com/rudderlabs/rudder-server/issues/6562)) ([072548d](https://github.com/rudderlabs/rudder-server/commit/072548d92410f9a7c666ef3e0d61be4d0d6d8e10))
26+
* unhandled column type error in snowflake streaming ([#6571](https://github.com/rudderlabs/rudder-server/issues/6571)) ([7aed657](https://github.com/rudderlabs/rudder-server/commit/7aed65748be85f7c57af7a71fdb9072cc240b5ef))
27+
28+
29+
### Miscellaneous
30+
31+
* enhance source hydration client retry config ([#6584](https://github.com/rudderlabs/rudder-server/issues/6584)) ([b99eee6](https://github.com/rudderlabs/rudder-server/commit/b99eee6531d675804be2a4f4ec106f37662ebc62))
32+
* **jobsdb:** cache should not be invalidated when adding a read excluded partition ([#6554](https://github.com/rudderlabs/rudder-server/issues/6554)) ([430f06b](https://github.com/rudderlabs/rudder-server/commit/430f06b5c5f788e4d04374999f195a3a35bc7d06))
33+
* **jobsdb:** extend no results cache to support partition ids ([#6529](https://github.com/rudderlabs/rudder-server/issues/6529)) ([8b2385e](https://github.com/rudderlabs/rudder-server/commit/8b2385ef936dcc1033fdbe53fd8f10c080980cee))
34+
* refactor async destination job metadata capturing ([#6528](https://github.com/rudderlabs/rudder-server/issues/6528)) ([167cafa](https://github.com/rudderlabs/rudder-server/commit/167cafa6c215d2f3e399642d5f4418a1c30e5b21))
35+
* sync release v1.64.0 to main branch ([#6547](https://github.com/rudderlabs/rudder-server/issues/6547)) ([418c453](https://github.com/rudderlabs/rudder-server/commit/418c4535511b1cd84f0e14e25214d6daf5fe0c0d))
36+
* warehouse health logs ([#6569](https://github.com/rudderlabs/rudder-server/issues/6569)) ([afcbc39](https://github.com/rudderlabs/rudder-server/commit/afcbc39c32fdb248711c82b642387f4310e466d3))
37+
338
## [1.64.1](https://github.com/rudderlabs/rudder-server/compare/v1.64.0...v1.64.1) (2025-12-05)
439

540

0 commit comments

Comments
 (0)