Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit543678e

Browse files
chore: prerelease 1.64.0-rc.2 (#6535)
🤖 I have created a release *beep* *boop*---##[1.64.0-rc.2](v1.63.0...v1.64.0-rc.2)(2025-12-01)### Features* add a new processor stage for source hydration([#6481](#6481))([56dc15e](56dc15e))* add reporting for failed hydration events([#6521](#6521))([eda76fb](eda76fb))* **jobsdb:** introduce partition_id column([#6502](#6502))([f73a8e3](f73a8e3))* **jobsdb:** read excluded partition management([#6520](#6520))([26b2661](26b2661))### Bug Fixes* error handling in getReports for error detail reporting([#6517](#6517))([5824bac](5824bac))* **jobsdb:** system panics with error column jobs.partition_id does notexist ([#6523](#6523))([95f7cb9](95f7cb9))* keydb connection pool([#6506](#6506))([112166e](112166e))* rsources stats deadlock with two syncs from the same source and secondone dropping jobs([#6511](#6511))([d467c1a](d467c1a))* worker job buffer increased memory requirements causing excessive cpufor garbage collection([#6500](#6500))([148442e](148442e))### Miscellaneous* capture parameter labels in jobsdb update job status stats([#6495](#6495))([0b868c1](0b868c1))* cleanup lingering temporary export files upon suppression backupservice startup([#6493](#6493))([6c0493e](6c0493e))* read partition id from message properties and propagate it to routerjobs ([#6518](#6518))([bb57fa5](bb57fa5))* update build-scan-push-action version to 1.8.2([#6508](#6508))([700ff80](700ff80))* update rudder-go-kit and refactor signal context handling([#6501](#6501))([488ba89](488ba89))* watch and update memory limits periodically([#6519](#6519))([791c8ca](791c8ca))---This PR was generated with [ReleasePlease](https://github.com/googleapis/release-please). See[documentation](https://github.com/googleapis/release-please#release-please).
1 parenteda76fb commit543678e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

‎CHANGELOG.md‎

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

3+
## [1.64.0-rc.2](https://github.com/rudderlabs/rudder-server/compare/v1.63.0...v1.64.0-rc.2) (2025-12-01)
4+
5+
6+
### Features
7+
8+
* add a new processor stage for source hydration ([#6481](https://github.com/rudderlabs/rudder-server/issues/6481)) ([56dc15e](https://github.com/rudderlabs/rudder-server/commit/56dc15e2cbe89461f7201332d755672cc6dca8b2))
9+
* add reporting for failed hydration events ([#6521](https://github.com/rudderlabs/rudder-server/issues/6521)) ([eda76fb](https://github.com/rudderlabs/rudder-server/commit/eda76fb23dbc90d585f2fdda54bff0dd8bace6cc))
10+
* **jobsdb:** introduce partition_id column ([#6502](https://github.com/rudderlabs/rudder-server/issues/6502)) ([f73a8e3](https://github.com/rudderlabs/rudder-server/commit/f73a8e3c5ca106a4b36643c2c020be37dd9598ac))
11+
* **jobsdb:** read excluded partition management ([#6520](https://github.com/rudderlabs/rudder-server/issues/6520)) ([26b2661](https://github.com/rudderlabs/rudder-server/commit/26b2661052fb81e1f6f2da0696e4f042ef152225))
12+
13+
14+
### Bug Fixes
15+
16+
* error handling in getReports for error detail reporting ([#6517](https://github.com/rudderlabs/rudder-server/issues/6517)) ([5824bac](https://github.com/rudderlabs/rudder-server/commit/5824baced6125a549c887d0138fd4b76a69dd92c))
17+
* **jobsdb:** system panics with error column jobs.partition_id does not exist ([#6523](https://github.com/rudderlabs/rudder-server/issues/6523)) ([95f7cb9](https://github.com/rudderlabs/rudder-server/commit/95f7cb98153061fac781974d0d04544a1b677791))
18+
* keydb connection pool ([#6506](https://github.com/rudderlabs/rudder-server/issues/6506)) ([112166e](https://github.com/rudderlabs/rudder-server/commit/112166e6d1ffe4b6c12db9b609a270a2b19f9d9d))
19+
* rsources stats deadlock with two syncs from the same source and second one dropping jobs ([#6511](https://github.com/rudderlabs/rudder-server/issues/6511)) ([d467c1a](https://github.com/rudderlabs/rudder-server/commit/d467c1a2a710a3f9f8b6c9f255af25a7754a4bd5))
20+
* worker job buffer increased memory requirements causing excessive cpu for garbage collection ([#6500](https://github.com/rudderlabs/rudder-server/issues/6500)) ([148442e](https://github.com/rudderlabs/rudder-server/commit/148442e6026b34fce6ae6392dbb189f428828bdd))
21+
22+
23+
### Miscellaneous
24+
25+
* capture parameter labels in jobsdb update job status stats ([#6495](https://github.com/rudderlabs/rudder-server/issues/6495)) ([0b868c1](https://github.com/rudderlabs/rudder-server/commit/0b868c18f053cc9c100b09369c499f0b4fedb837))
26+
* cleanup lingering temporary export files upon suppression backup service startup ([#6493](https://github.com/rudderlabs/rudder-server/issues/6493)) ([6c0493e](https://github.com/rudderlabs/rudder-server/commit/6c0493e2a8fd5ba0bc8ec11580fef294f5f2ef5a))
27+
* read partition id from message properties and propagate it to router jobs ([#6518](https://github.com/rudderlabs/rudder-server/issues/6518)) ([bb57fa5](https://github.com/rudderlabs/rudder-server/commit/bb57fa5a31e972be5c65153495559e8694931a9b))
28+
* update build-scan-push-action version to 1.8.2 ([#6508](https://github.com/rudderlabs/rudder-server/issues/6508)) ([700ff80](https://github.com/rudderlabs/rudder-server/commit/700ff806beaf038ab9a3e6d7b27e8c7d1e1507db))
29+
* update rudder-go-kit and refactor signal context handling ([#6501](https://github.com/rudderlabs/rudder-server/issues/6501)) ([488ba89](https://github.com/rudderlabs/rudder-server/commit/488ba8939bf99b3e8d265911f76393d0341cf5f5))
30+
* watch and update memory limits periodically ([#6519](https://github.com/rudderlabs/rudder-server/issues/6519)) ([791c8ca](https://github.com/rudderlabs/rudder-server/commit/791c8cafa40cb116ffcb9514fb7d9b96616e7d29))
31+
332
## [1.63.3](https://github.com/rudderlabs/rudder-server/compare/v1.63.2...v1.63.3) (2025-11-20)
433

534

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp