-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
The goal of this ticket is to replace the strict:true that we currently have on the DatabaseVersionBase IDL type definition by strict:false.
This flag is used to specify whether we want to throw an exception if we parse an object that has more fields than expected. The reason why we are disabling it is because it is handy to be able to add more fields to objects without having to worry about backward compatibility.