- Fix the problem of incomplete display content in Inspector.
2.23.0
- Inspector support temporary mock - Inspector select mock data,change from modal to drawer tree - DataManager support custom tab - DataManager can maintain anchor point when tree changes - Bugfix, make sure flow type is HookedDict when match rule
2.22.0
- Add apiDiffConfig. The apiDiffConfig field is added to the mock data information and is used in diff mode. You can customize the fields that need to be checked by diff. - Add datamanager flag to flow to distinguish flow saved by datamanager.
2.21.2
- Fix the problem that mitmproxy cannot run due to incompatible versions of flask and werkzeug. - Update CodeQL.
2.21.1
- Fix request errors in diff-mode by using the original request body.