Skip to content

Releases: rudderlabs/rudder-server

v1.32.0-rc.1

19 Aug 05:48
b6ef4cd
Compare
Choose a tag to compare
v1.32.0-rc.1 Pre-release
Pre-release

1.32.0-rc.1 (2024-08-19)

Features

Bug Fixes

  • new FileManager for every object storage operation (#4930) (2572016)
  • replace gocql/gocql with scylladb/gocql in go.mod (#4987) (29bccb9)
  • vaccum handling in error detail reports table (#4945) (e9da649)
  • webhook source integration tests (#4942) (e2fe003)

Miscellaneous

  • cleanup duplicate minio contents (#4983) (e5293b8)
  • deps: bump the go-deps group across 1 directory with 9 updates (#4970) (e9da649)
  • enforce max limit for webhook (#4975) (377887a)
  • load testcases from rudder-transformer (#4902) (1c2f8db)
  • store anonymous ids in userID hll to optimise storage (#4988) (4777e68)
  • update destination id label to be consistent with other modules (#4992) (eae14f8)
  • update sync-release action to run on all release prs (#4967) (e9da649)
  • vacuum tracked_users_reports table (#4948) (ce5a009)

v1.31.0

06 Aug 06:22
500cdf2
Compare
Choose a tag to compare

1.31.0 (2024-08-05)

Features

Miscellaneous

  • add handling for alias events in tracked users report (#4899) (65ad974)
  • automate server release on hosted with prerelease (#4915) (65ad974)
  • change mockgen to uber library (#4909) (65ad974)
  • deps: bump docker/login-action from 3.1.0 to 3.3.0 (#4914) (65ad974)
  • deps: bump github.com/aws/aws-sdk-go from 1.54.19 to 1.54.20 in the frequent group (#4907) (65ad974)
  • deps: bump the frequent group across 1 directory with 3 updates (#4917) (65ad974)
  • deps: bump the go-deps group across 1 directory with 4 updates (#4912) (65ad974)
  • deps: bump the go-deps group across 1 directory with 7 updates (#4941) (65ad974)
  • deps: bump the go-deps group across 1 directory with 9 updates (#4970) (65ad974)
  • integrate sqlconnect-go for databricks (#4932) (65ad974)
  • integrate sqlconnect-go for snowflake (#4936) (65ad974)
  • refactor dedup package (#4913) (65ad974)
  • sync release v1.30.0 to main branch (#4918) (65ad974)
  • sync release v1.30.4 to main branch (#4956) (a9c30ae)
  • temp file cleanup for sftp (#4931) (65ad974)
  • trigger release workflow after release (#4940) (65ad974)
  • update sync-release action to run on all release prs (#4967) (65ad974)

v1.31.0-rc.1

05 Aug 06:29
52a3083
Compare
Choose a tag to compare
v1.31.0-rc.1 Pre-release
Pre-release

1.31.0-rc.1 (2024-08-05)

Features

Miscellaneous

  • add handling for alias events in tracked users report (#4899) (65ad974)
  • automate server release on hosted with prerelease (#4915) (65ad974)
  • change mockgen to uber library (#4909) (65ad974)
  • deps: bump docker/login-action from 3.1.0 to 3.3.0 (#4914) (65ad974)
  • deps: bump github.com/aws/aws-sdk-go from 1.54.19 to 1.54.20 in the frequent group (#4907) (65ad974)
  • deps: bump the frequent group across 1 directory with 3 updates (#4917) (65ad974)
  • deps: bump the go-deps group across 1 directory with 4 updates (#4912) (65ad974)
  • deps: bump the go-deps group across 1 directory with 7 updates (#4941) (65ad974)
  • deps: bump the go-deps group across 1 directory with 9 updates (#4970) (65ad974)
  • integrate sqlconnect-go for databricks (#4932) (65ad974)
  • integrate sqlconnect-go for snowflake (#4936) (65ad974)
  • refactor dedup package (#4913) (65ad974)
  • sync release v1.30.0 to main branch (#4918) (65ad974)
  • sync release v1.30.4 to main branch (#4956) (a9c30ae)
  • temp file cleanup for sftp (#4931) (65ad974)
  • trigger release workflow after release (#4940) (65ad974)
  • update sync-release action to run on all release prs (#4967) (65ad974)

v1.30.5-test.1

01 Aug 09:03
07067e3
Compare
Choose a tag to compare
v1.30.5-test.1 Pre-release
Pre-release

1.30.5-test.1 (2024-08-01)

Miscellaneous

v1.30.4

31 Jul 16:47
5e77747
Compare
Choose a tag to compare

1.30.4 (2024-07-31)

Bug Fixes

v1.30.3

29 Jul 08:08
09afe54
Compare
Choose a tag to compare

1.30.3 (2024-07-29)

Bug Fixes

v1.30.3-test.1

25 Jul 08:01
0b7c767
Compare
Choose a tag to compare
v1.30.3-test.1 Pre-release
Pre-release

1.30.3-test.1 (2024-07-25)

Bug Fixes

  • introduce config for get requests in webhook sources (#4927) (dd6791d)

Miscellaneous

  • automate server release on hosted with prerelease (#4915) (b96b681)

v1.30.2

24 Jul 13:21
2a654cf
Compare
Choose a tag to compare

1.30.2 (2024-07-24)

Bug Fixes

  • introduce config for get requests in webhook sources (#4927) (2494e69)

v1.30.1

24 Jul 06:43
ea1f21d
Compare
Choose a tag to compare

1.30.1 (2024-07-24)

Bug Fixes

v1.30.0

23 Jul 07:26
d03df16
Compare
Choose a tag to compare

1.30.0 (2024-07-22)

Features

  • drop trigger for populating warehouse schema versions (#4904) (96558d0)
  • onboard new custom destination: wunderkind (#4798) (8aa0e49)

Bug Fixes

  • fill metadata with typer version id if exist (#4897) (aab477b)
  • gateway: send on closed chan - (*Handle).webRequestQ (#4709) (d857284)
  • remove successJobs tag from upload in klaviyo bulk (#4898) (118d01a)

Miscellaneous

  • add integration tests for mtu reporting (#4860) (784a51c)
  • add missing transformer sent stat (#4855) (3bc3e38)
  • add mock reporting server in mtu integration tests (#4894) (55cdb59)
  • add tests for processor worker (#4884) (9db1ea4)
  • deps: bump github.com/aws/aws-sdk-go from 1.54.14 to 1.54.15 in the frequent group (#4878) (fe10438)
  • deps: bump the frequent group across 1 directory with 2 updates (#4895) (a2137c0)
  • deps: bump the go-deps group across 1 directory with 4 updates (#4900) (f9a8d13)
  • flipping SourceID & OriginalSourceID during transformation (#4887) (009a071)
  • include extra columns for errors reporting table (#4891) (6ca22ca)
  • update default mtu config (#4890) (d962876)
  • upgrade go to 1.22.5 (a80f494)
  • upgrade go v1.22.5 (#4905) (a80f494)