Skip to content

Releases: rudderlabs/rudder-server

v1.38.3

20 Nov 04:57
e4cb7f1
Compare
Choose a tag to compare

1.38.3 (2024-11-20)

Bug Fixes

  • allow only enabled dest in backendSubscriber, fix klaviyo bulk (#5309) (8808245)

v1.38.2

20 Nov 04:33
1c78429
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.38.1...v1.38.2

DO NOT USE THIS RELEASE

v1.38.1

14 Nov 05:56
94aa254
Compare
Choose a tag to compare

1.38.1 (2024-11-14)

Bug Fixes

v1.38.0

12 Nov 05:41
f070da1
Compare
Choose a tag to compare

1.38.0 (2024-11-11)

Bug Fixes

  • add error logs for handle async for visibility of error (#5248) (2aae3ec)
  • address flaky marketo test (#5246) (6abcedd)
  • parse error due incrorrect csv response from marketo-n (#5252) (2aae3ec)
  • silent ignore of 4xx errors from reporting (#5253) (9f2b7e7)
  • too many concurrent timer firings (#5283) (cae62c5)

Miscellaneous

  • deps: bump github.com/marcboeker/go-duckdb from 1.8.2 to 1.8.3 in the go-deps group (#5263) (f7fcd5a)
  • deps: bump the go-deps group across 1 directory with 11 updates (#5260) (d7f2a1b)
  • deps: bump the go-deps group across 1 directory with 2 updates (#5240) (4fbb837)
  • deps: bump the go-deps group with 3 updates (#5271) (c2c4cbd)
  • release 1.38.0 (#5280) (4d48f3c)
  • remove unused columns from scylla (#5261) (d3000d6)

v1.38.0-rc.2

11 Nov 10:04
fdfec6e
Compare
Choose a tag to compare
v1.38.0-rc.2 Pre-release
Pre-release

1.38.0-rc.2 (2024-11-11)

Bug Fixes

  • add error logs for handle async for visibility of error (#5248) (2aae3ec)
  • address flaky marketo test (#5246) (6abcedd)
  • parse error due incrorrect csv response from marketo-n (#5252) (2aae3ec)
  • silent ignore of 4xx errors from reporting (#5253) (9f2b7e7)
  • too many concurrent timer firings (#5283) (cae62c5)

Miscellaneous

  • deps: bump github.com/marcboeker/go-duckdb from 1.8.2 to 1.8.3 in the go-deps group (#5263) (f7fcd5a)
  • deps: bump the go-deps group across 1 directory with 11 updates (#5260) (d7f2a1b)
  • deps: bump the go-deps group across 1 directory with 2 updates (#5240) (4fbb837)
  • deps: bump the go-deps group with 3 updates (#5271) (c2c4cbd)
  • release 1.38.0 (#5280) (4d48f3c)
  • remove unused columns from scylla (#5261) (d3000d6)

v1.38.0-rc.1

11 Nov 07:39
faf191f
Compare
Choose a tag to compare
v1.38.0-rc.1 Pre-release
Pre-release

1.38.0-rc.1 (2024-11-11)

Bug Fixes

  • add error logs for handle async for visibility of error (#5248) (2aae3ec)
  • address flaky marketo test (#5246) (6abcedd)
  • parse error due incrorrect csv response from marketo-n (#5252) (2aae3ec)
  • silent ignore of 4xx errors from reporting (#5253) (9f2b7e7)

Miscellaneous

  • deps: bump github.com/marcboeker/go-duckdb from 1.8.2 to 1.8.3 in the go-deps group (#5263) (f7fcd5a)
  • deps: bump the go-deps group across 1 directory with 11 updates (#5260) (d7f2a1b)
  • deps: bump the go-deps group across 1 directory with 2 updates (#5240) (4fbb837)
  • deps: bump the go-deps group with 3 updates (#5271) (c2c4cbd)
  • release 1.38.0 (#5280) (4d48f3c)
  • remove unused columns from scylla (#5261) (d3000d6)

v1.37.2

01 Nov 11:38
c06a01f
Compare
Choose a tag to compare

1.37.2 (2024-11-01)

Bug Fixes

  • parse error due incrorrect csv response from marketo-n (#5252) (76beb84)

v1.37.1

30 Oct 10:53
07b6555
Compare
Choose a tag to compare

1.37.1 (2024-10-30)

Bug Fixes

  • add error logs for handle async for visibility of error (#5248) (03d2472)

v1.37.0

29 Oct 06:00
c18d8be
Compare
Choose a tag to compare

1.37.0 (2024-10-28)

Features

  • introduce batch read for scylla (#5212) (ab62155)
  • onboard initial marketo builk upload implementation (#5114) (ad598b0)

Bug Fixes

  • common db pool config wasn't reloadable (#5210) (ace1447)
  • dedup - use writeBatch to put keys in badger (#5204) (9683021)

Miscellaneous

  • deps: bump cloud.google.com/go/storage from 1.44.0 to 1.45.0 in the frequent group (#5208) (da9f8c8)
  • deps: bump google.golang.org/api from 0.200.0 to 0.201.0 in the frequent group (#5203) (bf2b4c6)
  • deps: bump the frequent group across 1 directory with 2 updates (#5221) (f7a04a3)
  • deps: bump the go-deps group across 1 directory with 5 updates (#5201) (6edd75f)
  • deps: bump the go-deps group with 3 updates (#5209) (12cc5e8)
  • reduce metrics cardinality (#5222) (18c102f)
  • remove git submodule (b3535cd)
  • remove old replay code (#5198) (59454eb)
  • remove unused rudder cli code (#5199) (4494209)
  • webhook v0 deprecation while defaulting to v1 (#5187) (9d27a0f)

v1.37.0-rc.1

28 Oct 08:36
b7659aa
Compare
Choose a tag to compare
v1.37.0-rc.1 Pre-release
Pre-release

1.37.0-rc.1 (2024-10-28)

Features

  • introduce batch read for scylla (#5212) (ab62155)
  • onboard initial marketo builk upload implementation (#5114) (ad598b0)

Bug Fixes

  • common db pool config wasn't reloadable (#5210) (ace1447)
  • dedup - use writeBatch to put keys in badger (#5204) (9683021)

Miscellaneous

  • deps: bump cloud.google.com/go/storage from 1.44.0 to 1.45.0 in the frequent group (#5208) (da9f8c8)
  • deps: bump google.golang.org/api from 0.200.0 to 0.201.0 in the frequent group (#5203) (bf2b4c6)
  • deps: bump the frequent group across 1 directory with 2 updates (#5221) (f7a04a3)
  • deps: bump the go-deps group across 1 directory with 5 updates (#5201) (6edd75f)
  • deps: bump the go-deps group with 3 updates (#5209) (12cc5e8)
  • reduce metrics cardinality (#5222) (18c102f)
  • remove git submodule (b3535cd)
  • remove old replay code (#5198) (59454eb)
  • remove unused rudder cli code (#5199) (4494209)
  • webhook v0 deprecation while defaulting to v1 (#5187) (9d27a0f)