MockVWSnow intercepts bothrequests(viaresponses) andhttpx(viarespx) simultaneously.MockVWSForHttpxhas been removed —MockVWShandles both HTTP libraries.
- Add
VuMarkTargetclass for VuMark template targets, alongside the renamedImageTargetclass (previouslyTarget).ImageTargetis for image-based targets andVuMarkTargetis for VuMark template targets. Both can be stored in aVuforiaDatabase.
- Add
sleep_fnparameter toMockVWSfor injecting a custom delay strategy, enabling deterministic and fast tests without monkey-patching.
- Add
response_delay_secondsparameter toMockVWSfor simulating slow server responses and testing timeout handling. - Add
response_delay_secondssetting to the Flask mock (VWSSettingsandVWQSettings) for simulating slow server responses.
- Support passing data as strings.
- Fix installation on Windows now that
numpy2.0.0 has been released.
- Add a structural similarity image matcher.
- Distribute type information.
- Initial release