Skip to content

Commit

Permalink
chore: release 1.37.0 (#5238)
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-github-rudderstack authored Oct 29, 2024
1 parent 18c102f commit c18d8be
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [1.37.0](https://github.com/rudderlabs/rudder-server/compare/v1.36.0...v1.37.0) (2024-10-28)


### Features

* introduce batch read for scylla ([#5212](https://github.com/rudderlabs/rudder-server/issues/5212)) ([ab62155](https://github.com/rudderlabs/rudder-server/commit/ab62155cbf3e3a40076ddb741b4af876048d5baa))
* onboard initial marketo builk upload implementation ([#5114](https://github.com/rudderlabs/rudder-server/issues/5114)) ([ad598b0](https://github.com/rudderlabs/rudder-server/commit/ad598b0e422cfc79c29b644cbe3bde628d7d47b5))


### Bug Fixes

* common db pool config wasn't reloadable ([#5210](https://github.com/rudderlabs/rudder-server/issues/5210)) ([ace1447](https://github.com/rudderlabs/rudder-server/commit/ace14476c4a8d413569338fafac5d150e8cdc876))
* dedup - use writeBatch to put keys in badger ([#5204](https://github.com/rudderlabs/rudder-server/issues/5204)) ([9683021](https://github.com/rudderlabs/rudder-server/commit/9683021e745b01b35e64ce5e7a99311955481ac1))


### Miscellaneous

* **deps:** bump cloud.google.com/go/storage from 1.44.0 to 1.45.0 in the frequent group ([#5208](https://github.com/rudderlabs/rudder-server/issues/5208)) ([da9f8c8](https://github.com/rudderlabs/rudder-server/commit/da9f8c86773bb38106420c93be304f1da9269403))
* **deps:** bump google.golang.org/api from 0.200.0 to 0.201.0 in the frequent group ([#5203](https://github.com/rudderlabs/rudder-server/issues/5203)) ([bf2b4c6](https://github.com/rudderlabs/rudder-server/commit/bf2b4c65ef66f1968d9c3e3f049121b2ea87d78f))
* **deps:** bump the frequent group across 1 directory with 2 updates ([#5221](https://github.com/rudderlabs/rudder-server/issues/5221)) ([f7a04a3](https://github.com/rudderlabs/rudder-server/commit/f7a04a39c07e3e9d15fefeecaa4c32ddde02d7eb))
* **deps:** bump the go-deps group across 1 directory with 5 updates ([#5201](https://github.com/rudderlabs/rudder-server/issues/5201)) ([6edd75f](https://github.com/rudderlabs/rudder-server/commit/6edd75fafbbbee40e685ce3c99e884f232ef5942))
* **deps:** bump the go-deps group with 3 updates ([#5209](https://github.com/rudderlabs/rudder-server/issues/5209)) ([12cc5e8](https://github.com/rudderlabs/rudder-server/commit/12cc5e801cbc51a1f4059adac4a558d88e50ea17))
* reduce metrics cardinality ([#5222](https://github.com/rudderlabs/rudder-server/issues/5222)) ([18c102f](https://github.com/rudderlabs/rudder-server/commit/18c102fcfe56523fee6d8b9594a2f03399b3118f))
* remove git submodule ([b3535cd](https://github.com/rudderlabs/rudder-server/commit/b3535cd30f86a8d242ac632079f95c29e991ece7))
* remove old replay code ([#5198](https://github.com/rudderlabs/rudder-server/issues/5198)) ([59454eb](https://github.com/rudderlabs/rudder-server/commit/59454ebe16a5ea3382da574b88e5ad837c6b205c))
* remove unused rudder cli code ([#5199](https://github.com/rudderlabs/rudder-server/issues/5199)) ([4494209](https://github.com/rudderlabs/rudder-server/commit/4494209142d8bdc5c3d2f232910f297887f904d4))
* webhook v0 deprecation while defaulting to v1 ([#5187](https://github.com/rudderlabs/rudder-server/issues/5187)) ([9d27a0f](https://github.com/rudderlabs/rudder-server/commit/9d27a0f62063c978e08d029c0d3dfba8686be02f))

## [1.36.0](https://github.com/rudderlabs/rudder-server/compare/v1.35.1...v1.36.0) (2024-10-14)


Expand Down

0 comments on commit c18d8be

Please sign in to comment.