Skip to content

Commit 087532b

Browse files
chore: release 1.82.0 (#7241)
🤖 I have created a release *beep* *boop* --- ## [1.82.0](v1.81.0...v1.82.0) (2026-08-03) ### Features * **processor:** fork event processing for configured isolated destinations ([#7207](#7207)) ([6eb91b4](6eb91b4)) * **processor:** isolated destination processing pipeline ([#7202](#7202)) ([a684641](a684641)) * **router:** detect and classify transformer-proxy contract breaches (INT-6839) ([#7184](#7184)) ([c7a15a8](c7a15a8)) * **router:** gate 296 delivered-with-warning behind per-workspace rollout ([#7217](#7217)) ([1d772a1](1d772a1)) ### Bug Fixes * apply configured client QPS and Burst settings in restConfig ([#7220](#7220)) ([762bc06](762bc06)) * gcs manager allows non-service account credentials and warehouse ssl keys can escape their containing path ([#7227](#7227)) ([3e126b2](3e126b2)) * mid-run pod deaths under concurrent test runs ([#7212](#7212)) ([5279b64](5279b64)) * normalize null BingAds offline conversion fields ([#7236](#7236)) ([678f130](678f130)) * use correct JSON tag for adjustedConversionTime in bing-ads ([#7204](#7204)) ([50df0f7](50df0f7)) ### Miscellaneous * add new readme logo ([#7200](#7200)) ([ab86afd](ab86afd)) * **deps:** bump the go-deps group across 1 directory with 32 updates ([#7199](#7199)) ([0eaa833](0eaa833)) * **jobsdb:** graceful shutdown of addNewDSLoop and refreshDSListLoop ([#7210](#7210)) ([78e104c](78e104c)) * remove archiveInPreProcess processor toggle ([#7205](#7205)) ([f471b1d](f471b1d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: rudderstack-github-actions[bot] <236995729+rudderstack-github-actions[bot]@users.noreply.github.com>
1 parent ab86afd commit 087532b

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## [1.82.0](https://github.com/rudderlabs/rudder-server/compare/v1.81.0...v1.82.0) (2026-08-03)
4+
5+
6+
### Features
7+
8+
* **processor:** fork event processing for configured isolated destinations ([#7207](https://github.com/rudderlabs/rudder-server/issues/7207)) ([6eb91b4](https://github.com/rudderlabs/rudder-server/commit/6eb91b47bfa76631dd22e370f244e70a6547c07b))
9+
* **processor:** isolated destination processing pipeline ([#7202](https://github.com/rudderlabs/rudder-server/issues/7202)) ([a684641](https://github.com/rudderlabs/rudder-server/commit/a684641a6705d0a377765b891868a162f2206b43))
10+
* **router:** detect and classify transformer-proxy contract breaches (INT-6839) ([#7184](https://github.com/rudderlabs/rudder-server/issues/7184)) ([c7a15a8](https://github.com/rudderlabs/rudder-server/commit/c7a15a8d88fe248cacd19edadf0d4fc257cb290f))
11+
* **router:** gate 296 delivered-with-warning behind per-workspace rollout ([#7217](https://github.com/rudderlabs/rudder-server/issues/7217)) ([1d772a1](https://github.com/rudderlabs/rudder-server/commit/1d772a1823ed23b073d44ac8cbd3b0949f443b36))
12+
13+
14+
### Bug Fixes
15+
16+
* apply configured client QPS and Burst settings in restConfig ([#7220](https://github.com/rudderlabs/rudder-server/issues/7220)) ([762bc06](https://github.com/rudderlabs/rudder-server/commit/762bc06e2f45ae8660360c715539d2de0beade1b))
17+
* gcs manager allows non-service account credentials and warehouse ssl keys can escape their containing path ([#7227](https://github.com/rudderlabs/rudder-server/issues/7227)) ([3e126b2](https://github.com/rudderlabs/rudder-server/commit/3e126b2027150b3aaae85500a658e3ef9b9d724c))
18+
* mid-run pod deaths under concurrent test runs ([#7212](https://github.com/rudderlabs/rudder-server/issues/7212)) ([5279b64](https://github.com/rudderlabs/rudder-server/commit/5279b6473d1a6a6be6c87f349451f2c95b85f23a))
19+
* normalize null BingAds offline conversion fields ([#7236](https://github.com/rudderlabs/rudder-server/issues/7236)) ([678f130](https://github.com/rudderlabs/rudder-server/commit/678f1307d47314bf148ba50c8edf849ab8c0e430))
20+
* use correct JSON tag for adjustedConversionTime in bing-ads ([#7204](https://github.com/rudderlabs/rudder-server/issues/7204)) ([50df0f7](https://github.com/rudderlabs/rudder-server/commit/50df0f7a08c435e152a9d5bcdc4b25ba31344496))
21+
22+
23+
### Miscellaneous
24+
25+
* add new readme logo ([#7200](https://github.com/rudderlabs/rudder-server/issues/7200)) ([ab86afd](https://github.com/rudderlabs/rudder-server/commit/ab86afdb1d2f27ed4a2f6ad545495655c8259e0c))
26+
* **deps:** bump the go-deps group across 1 directory with 32 updates ([#7199](https://github.com/rudderlabs/rudder-server/issues/7199)) ([0eaa833](https://github.com/rudderlabs/rudder-server/commit/0eaa8337a3b2efa3d562b87af196730bc4456427))
27+
* **jobsdb:** graceful shutdown of addNewDSLoop and refreshDSListLoop ([#7210](https://github.com/rudderlabs/rudder-server/issues/7210)) ([78e104c](https://github.com/rudderlabs/rudder-server/commit/78e104cb77d36bf4af7e6bf1b5e56b308f89081d))
28+
* remove archiveInPreProcess processor toggle ([#7205](https://github.com/rudderlabs/rudder-server/issues/7205)) ([f471b1d](https://github.com/rudderlabs/rudder-server/commit/f471b1db7899e72770d99c79a89d270cf686ed7f))
29+
330
## [1.81.5](https://github.com/rudderlabs/rudder-server/compare/v1.81.4...v1.81.5) (2026-07-31)
431

532

0 commit comments

Comments
 (0)