mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
## What changed? Flipped the activity.enableStandalone dynamic config default from false to true in chasm/lib/activity/config.go. Since standalone activity is now on by default (alongside the already-defaulted-true history.enableTransitionHistory and history.enableChasm), removed the now-redundant explicit overrides for all three settings from the development config files: development-cass.yaml, development-sql.yaml, and development-xdc.yaml. ## Why? Standalone activity is ready to be on by default, so the server default is updated to reflect that. With all three settings now defaulting to true in code, the explicit value: true overrides in the dev configs no longer do anything and only add noise, so they're removed to keep the dev configs minimal and avoid drift from the code defaults. ## How did you test it? - [X] built - [ ] run locally and tested manually - [X] covered by existing tests - [ ] added new unit test(s) - [ ] added new functional test(s)