Skip to content

Releases: Meituan-Dianping/lyrebird

v2.8.1

17 Aug 11:26
53363a8
Compare
Choose a tag to compare
  • Fix DataManager PUT error when message is None

v2.8.0

12 Aug 11:50
f89d520
Compare
Choose a tag to compare

New:
DataManager add plain json content
DataManager group detail display info

Fix:
Wrong hover info on DataManager Activate and Deactivate button

v2.7.1

18 Jul 12:40
9445cab
Compare
Choose a tag to compare

Fix #665

v2.7.0

11 Jul 08:12
653eff2
Compare
Choose a tag to compare

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

29 Jun 07:19
05f68ba
Compare
Choose a tag to compare

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

09 Jun 09:58
9bf8690
Compare
Choose a tag to compare
  • DataManager displays super_by
  • Using aiohttp instead of flask
    • Improve proxy performance
    • Headers original case

v2.5.4

07 Jun 07:04
1adb86b
Compare
Choose a tag to compare
  • BugFix: fix event search API .

v2.5.3

07 Jun 02:58
ffbbec1
Compare
Choose a tag to compare
  • BugFix: add flow decoder before find matched mock data.

v2.5.2

02 Jun 10:08
725328b
Compare
Choose a tag to compare
  • Add event json data format check: the value of key "message" must be a string.

v2.5.1

01 Jun 10:52
7df321a
Compare
Choose a tag to compare
  • Update Inspector pro Button bar search input style