-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.19.0
-
Component/s: Query History
-
None
-
Iteration Newt
If a user executes a query with a Binary, BinData, or UUID type, query history will not be able to load it from disk.
The query history module is using the old mongodb-extended-json, which is not using the new keyword before calling the constructor on a Binary type.