Skip to content

Commit bd82f88

Browse files
chore: prerelease 1.50.0-rc.1 (#5894)
🤖 I have created a release *beep* *boop* --- ## [1.50.0-rc.1](v1.49.0...v1.50.0-rc.1) (2025-05-26) ### Features * implement aws v2 implementation ([#5852](#5852)) ([18fd4fb](18fd4fb)) ### Bug Fixes * do not panic for invalid router payload ([#5880](#5880)) ([f4a0e7c](f4a0e7c)) * server panicking with invalid byte sequence for encoding utf8 0x00 ([#5882](#5882)) ([4c1a0de](4c1a0de)) * skip source_id when fetching warehouse schema from database ([#5886](#5886)) ([092ee2a](092ee2a)) * warehouse pending tables to skip ([#5867](#5867)) ([864fd49](864fd49)) * warehouse transformations ([#5875](#5875)) ([715ccfa](715ccfa)) ### Miscellaneous * **deps:** bump the go-deps group across 1 directory with 25 updates ([#5890](#5890)) ([3c4ddd8](3c4ddd8)) * **jobsdb:** migrate incomplete datasets in pairs excluding completed ones ([#5876](#5876)) ([9d8b573](9d8b573)) * **jobsdb:** remove support for jobDoneMigrateThres ([#5873](#5873)) ([4745d2b](4745d2b)) * make reporting client params configurable ([#5891](#5891)) ([39f7e75](39f7e75)) * move house keeping action to commit sha ([#5885](#5885)) ([d379e82](d379e82)) * refactor config change dtype for config to json.RawMessage ([#5874](#5874)) ([940adb0](940adb0)) * refactor webhook pkg to make it reusable in other repos ([#5594](#5594)) ([1ee57bc](1ee57bc)) * remove redundant structure for account with definition ([#5872](#5872)) ([89bc62b](89bc62b)) * remove support for transformer-based kafka batching ([#5870](#5870)) ([60a571c](60a571c)) * revert support new consent resolution strategy values ([#5855](#5855)) ([c7e3b37](c7e3b37)) * revert use account to decide oauth type of a destination ([#5861](#5861)) ([6232755](6232755)) * **router:** additional observability metrics ([#5887](#5887)) ([da3ba3c](da3ba3c)) * sync release v1.49.0 to main branch ([#5851](#5851)) ([78cc5a9](78cc5a9)) * use jsonrs from rudder-go-kit ([#5869](#5869)) ([39064af](39064af)) --- 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 39f7e75 commit bd82f88

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

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

3+
## [1.50.0-rc.1](https://github.com/rudderlabs/rudder-server/compare/v1.49.0...v1.50.0-rc.1) (2025-05-26)
4+
5+
6+
### Features
7+
8+
* implement aws v2 implementation ([#5852](https://github.com/rudderlabs/rudder-server/issues/5852)) ([18fd4fb](https://github.com/rudderlabs/rudder-server/commit/18fd4fba5fdf836e532bba7cc6f4ac3781adaf53))
9+
10+
11+
### Bug Fixes
12+
13+
* do not panic for invalid router payload ([#5880](https://github.com/rudderlabs/rudder-server/issues/5880)) ([f4a0e7c](https://github.com/rudderlabs/rudder-server/commit/f4a0e7c9df55aaaf1b10586641b0e6b8df4e82e3))
14+
* server panicking with invalid byte sequence for encoding utf8 0x00 ([#5882](https://github.com/rudderlabs/rudder-server/issues/5882)) ([4c1a0de](https://github.com/rudderlabs/rudder-server/commit/4c1a0de1709964c36021d11a4fb6928fbbb854e6))
15+
* skip source_id when fetching warehouse schema from database ([#5886](https://github.com/rudderlabs/rudder-server/issues/5886)) ([092ee2a](https://github.com/rudderlabs/rudder-server/commit/092ee2aa719803ebdc63542f7b758efb103896c4))
16+
* warehouse pending tables to skip ([#5867](https://github.com/rudderlabs/rudder-server/issues/5867)) ([864fd49](https://github.com/rudderlabs/rudder-server/commit/864fd49b1635d0443d5d2ab27bb09399c2cd77bb))
17+
* warehouse transformations ([#5875](https://github.com/rudderlabs/rudder-server/issues/5875)) ([715ccfa](https://github.com/rudderlabs/rudder-server/commit/715ccfa9c6da279395e8bf8541c1a71ffa1cb94b))
18+
19+
20+
### Miscellaneous
21+
22+
* **deps:** bump the go-deps group across 1 directory with 25 updates ([#5890](https://github.com/rudderlabs/rudder-server/issues/5890)) ([3c4ddd8](https://github.com/rudderlabs/rudder-server/commit/3c4ddd8925fc1ad1ae15ffcdbec9fe9b7125017a))
23+
* **jobsdb:** migrate incomplete datasets in pairs excluding completed ones ([#5876](https://github.com/rudderlabs/rudder-server/issues/5876)) ([9d8b573](https://github.com/rudderlabs/rudder-server/commit/9d8b573fe085b015b0390296442262518b852873))
24+
* **jobsdb:** remove support for jobDoneMigrateThres ([#5873](https://github.com/rudderlabs/rudder-server/issues/5873)) ([4745d2b](https://github.com/rudderlabs/rudder-server/commit/4745d2b1a91f27261c9a381d78c949a49d4f3c02))
25+
* make reporting client params configurable ([#5891](https://github.com/rudderlabs/rudder-server/issues/5891)) ([39f7e75](https://github.com/rudderlabs/rudder-server/commit/39f7e7559e2a7f44746271bef7f64d697d57afe0))
26+
* move house keeping action to commit sha ([#5885](https://github.com/rudderlabs/rudder-server/issues/5885)) ([d379e82](https://github.com/rudderlabs/rudder-server/commit/d379e820075223e728047624c25fa847fe3dd0b9))
27+
* refactor config change dtype for config to json.RawMessage ([#5874](https://github.com/rudderlabs/rudder-server/issues/5874)) ([940adb0](https://github.com/rudderlabs/rudder-server/commit/940adb02853374a7e23e11e2cb858f2ff457fc8d))
28+
* refactor webhook pkg to make it reusable in other repos ([#5594](https://github.com/rudderlabs/rudder-server/issues/5594)) ([1ee57bc](https://github.com/rudderlabs/rudder-server/commit/1ee57bc4dc91c0389ff7cdd63d37a0aa7c03c77a))
29+
* remove redundant structure for account with definition ([#5872](https://github.com/rudderlabs/rudder-server/issues/5872)) ([89bc62b](https://github.com/rudderlabs/rudder-server/commit/89bc62bd9ab21c546be4b9acb7f94c5f240a3ef3))
30+
* remove support for transformer-based kafka batching ([#5870](https://github.com/rudderlabs/rudder-server/issues/5870)) ([60a571c](https://github.com/rudderlabs/rudder-server/commit/60a571cea9359db1e949f2e4c40ba85ca038a0a6))
31+
* revert support new consent resolution strategy values ([#5855](https://github.com/rudderlabs/rudder-server/issues/5855)) ([c7e3b37](https://github.com/rudderlabs/rudder-server/commit/c7e3b37e1eeaef04c31fb37b5557208178953cc4))
32+
* revert use account to decide oauth type of a destination ([#5861](https://github.com/rudderlabs/rudder-server/issues/5861)) ([6232755](https://github.com/rudderlabs/rudder-server/commit/6232755882293157539ad003f11eb7bbc67c2a78))
33+
* **router:** additional observability metrics ([#5887](https://github.com/rudderlabs/rudder-server/issues/5887)) ([da3ba3c](https://github.com/rudderlabs/rudder-server/commit/da3ba3c5cdbf7e863aac65ae7649b178e0c91cde))
34+
* sync release v1.49.0 to main branch ([#5851](https://github.com/rudderlabs/rudder-server/issues/5851)) ([78cc5a9](https://github.com/rudderlabs/rudder-server/commit/78cc5a962e30ade3840597f5b597b01846eabb67))
35+
* use jsonrs from rudder-go-kit ([#5869](https://github.com/rudderlabs/rudder-server/issues/5869)) ([39064af](https://github.com/rudderlabs/rudder-server/commit/39064af0c0f6e7346d7003da45c024dec3228f26))
36+
337
## [1.49.5](https://github.com/rudderlabs/rudder-server/compare/v1.49.4...v1.49.5) (2025-05-21)
438

539

0 commit comments

Comments
 (0)