Skip to content

2.4.1

Latest

Choose a tag to compare

@zhiyuanliang-ms zhiyuanliang-ms released this 06 May 05:57
· 9 commits to release/stable/v2 since this release
dfb9b45

Bug Fixes

  • Fixed a bug where calling constructConfigurationObject after a configuration refresh would fail with an InvalidOperationError indicating 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 to constructConfigurationObject to encounter modified data from a previous call. #286