Releases: Meituan-Dianping/lyrebird
Releases · Meituan-Dianping/lyrebird
v2.8.1
- Fix DataManager PUT error when message is None
v2.8.0
New:
DataManager add plain json content
DataManager group detail display info
Fix:
Wrong hover info on DataManager Activate and Deactivate button
v2.7.0
New:
New lyrebird proxy protocol
http://{lyrbeird-host}:{prot}/?proxyscheme={origin-scheme}&proxyhost={urlencode(origin-host)}&proxypath={urlencode(origin-path)}${origin-query}
Fix:
mock server errorhandler crash
v2.6.1
Set origin url in custom args, if this url not in filter list, lyrebird proxy got wrong url.
curl http://127.0.0.1:9999/?proxy=http://www.baidu.com
lyrebird parse wrong url like ?proxy=http://www.baidu.com/
v2.6.0
- DataManager displays super_by
- Using aiohttp instead of flask
- Improve proxy performance
- Headers original case
v2.5.4
- BugFix: fix event search API .
v2.5.3
- BugFix: add flow decoder before find matched mock data.
v2.5.2
- Add event json data format check: the value of key "message" must be a string.
v2.5.1
- Update Inspector pro Button bar search input style