Skip to content

v2.2.2

Compare
Choose a tag to compare
@martin-belanger martin-belanger released this 07 Jun 22:28
· 174 commits to main since this release
fd07276

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

Full Changelog: v2.2.1...v2.2.2