Releases: Meituan-Dianping/lyrebird
Releases · Meituan-Dianping/lyrebird
v2.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.
v2.21.2
- Fix the problem that mitmproxy cannot run due to incompatible versions of flask and werkzeug.
- Update CodeQL.
v2.21.1
- Fix request errors in diff-mode by using the original request body.
v2.21.0
- change log to independent process
v2.20.1
- Fix error when reading personal conf as None.
v2.20.0
New:
- Notification center alert can be controlled by the extension itself
- Replace imp with importlib since imp is deprecated
v2.19.2
New:
- Change diff mode proxy to asyn
- Inspector flow detail shows Jsonpath
v2.19.1
Fix:
- Inspector unselect flow after save
v2.19.0
New:
Fix:
- Switches in extension might be hided
- Error when broken database path is not existed
- Inspector display Request url query error when query contains no equal
v2.18.0
New:
- Support viewing information of database in Inspector-Pro, and notice when database file is too large.
- Mock ssr add jsonpath to get part of mock data.
- Extra mock server add client address.
- API flow/{id} decode can be controlled by config.
- Jsonpath returns one result.
Fix:
- Report server NoneType errors when server initialization is not complete.
- Fix the issue where new database cannot be written after clearing events.
- Reset automatically when database is locked.