Skip to content

Releases: Meituan-Dianping/lyrebird

v3.2.1

22 Jan 09:14
e857d3b
Compare
Choose a tag to compare
  • Fix import error in Docker pipeline

v3.2.0

21 Jan 08:31
a1f1098
Compare
Choose a tag to compare
  • Compatible with Python3.12 and Python3.13
  • Optimized the Request Header delivery mechanism to reduce the time complexity
  • Optimize Response Header, Lyrebird internal Header no longer actually returns

v3.1.2

24 Dec 09:02
0f3f438
Compare
Choose a tag to compare
  • Fix Lyrebird mistakenly forwarding internal headers.
  • Fix the issue where the original Modifier still takes effect after changing Modifier to Checker in the Extension.
  • Fix the problem of abnormal request records when the Mock data's Response data is empty.
  • Bypass WebSocket connections in the mitm proxy to prevent WebSocket connection failures in the web.

v3.1.1

21 Nov 02:15
f3aea14
Compare
Choose a tag to compare

Fix some bugs on the 9999 server.

v3.1.0

11 Nov 08:18
aa1d4b7
Compare
Choose a tag to compare
  • Added configuration page, supporting configuration operations such as editing black and white lists.
  • Fixed some request-related issues.

v3.0.5

10 Jul 02:16
53d8051
Compare
Choose a tag to compare
  • Fix memory leaky during start

v3.0.4

04 Jul 08:42
76791cc
Compare
Choose a tag to compare

Fix:

  • Fix flow content render error.
  • Add sqlite db reset threshold.
  • Fix event sender error after enable multiprocess.

v3.0.3

07 Jun 01:49
aa198bc
Compare
Choose a tag to compare
  • Fix event info error.

v3.0.2

27 May 12:06
9aee2e9
Compare
Choose a tag to compare
  • Fix the issue of failing to kill the Redis process.
  • Fix the issue of data format causing failure in storing into SQLite.

v3.0.1

24 May 11:30
dd14861
Compare
Choose a tag to compare
  • Fixe a defect that caused process leakage.
  • Update Dockerfile.
  • Add the option to append values for the --enable-multiprocess parameter.
  • Add apiDiff info when proxying ssr requests.