·
9 commits
to release/stable/v2
since this release
Bug Fixes
- Fixed a bug where calling
constructConfigurationObjectafter a configuration refresh would fail with anInvalidOperationErrorindicating ambiguity when constructing a configuration object. The issue occurred because parsed JSON values were assigned by reference instead of by deep copy, causing subsequent calls toconstructConfigurationObjectto encounter modified data from a previous call. #286