v2.2.2
Summary
Bug fix: During a software upgrade, while migrating the previous last known configuration, an old TID object may not contain a self._cfg
member. To avoid crashing the system while loading the old config, one must introspect the old TID object to see if it contains a self._cfg
member before trying to access it.
What's Changed
- trid: Fix migration of old TID object (introspect self._cfg member) by @martin-belanger in #367
Full Changelog: v2.2.1...v2.2.2