I can see that in a few recent commits, you guys have made changes to move away from deprecated API calls. However, in doing so, you've actually replaced calls that previously returned the application version with calls that return the OS version. This affects av, dosv and vr event fields.
osVersion = deviceInfo.GetOSVersion()
av: osVersion["major"] + "." + osVersion["minor"]