Releases: Meituan-Dianping/lyrebird
Releases · Meituan-Dianping/lyrebird
v3.2.1
- Fix import error in Docker pipeline
v3.2.0
- 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
- 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
Fix some bugs on the 9999 server.
v3.1.0
- Added configuration page, supporting configuration operations such as editing black and white lists.
- Fixed some request-related issues.
v3.0.5
- Fix memory leaky during start
v3.0.4
Fix:
- Fix flow content render error.
- Add sqlite db reset threshold.
- Fix event sender error after enable multiprocess.
v3.0.2
- 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
- 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.