Skip to content

Version 6.0.6

Compare
Choose a tag to compare
@matus-tomlein matus-tomlein released this 10 Jul 10:37
· 13 commits to master since this release
b01a810

This PR fixes a bug in remote configuration that resulted in a crash in case the tracker configuration had a logger class configured, which the tracker previously tried to serialize on remote config updates. The logger class is no longer serialized, but it still can persist on config updates as the new tracker configuration can fallback on the previous one for that property.

Bug fixes

  • Fix remote configuration attempting to serialize a logger class after new configuration is fetched (#900)