Skip to content

Releases: Meituan-Dianping/lyrebird

v3.0.0

21 May 07:04
3b11287
Compare
Choose a tag to compare

New:

  • Added multi-process mode to optimize Lyrebird proxy performance under high load.
    • Supported running Checker、Reporter in independent processes.
    • Migrated some contextual resources to Redis in multi-process mode.
    • Added multi-process asynchronous resource manager.
  • Added multi-process asynchronous resource manager.
  • Added Redis wrapper class for dict-like Redis access, hiding Redis existence from users.
  • Added "process" parameter to @event annotation.
  • Added rate limiting functionality to extra mock server.
  • Optimized Lyrebird termination process.
  • Added PATCHER category to Extension.
  • Added Redis dependency to Lyrebird Docker image.

Fix:

  • Fixed issue with abnormal data changes during Checker runtime.
  • Fixed issue with opening browser page after Lyrebird terminates.
  • Reduced lyrebird_metrics reporting volume for Checker.
  • Added request body to flow channel ES reporting information.
  • Fixed the issue of failing to search for special characters in Datamanager.

v2.26.4

08 May 07:29
384788a
Compare
Choose a tag to compare
  • Add switch to control whether lyrebird_metrics reports.
  • Fix bug that group delete failed.

v2.26.3

26 Apr 03:32
5ec6c48
Compare
Choose a tag to compare
  • Limit event report times

v2.26.2

24 Apr 07:59
ae49c0f
Compare
Choose a tag to compare
  • Fix bugs datamanager v2 brings.

v2.26.1

22 Apr 12:04
19e2d71
Compare
Choose a tag to compare
  • Optimize agent post processing.
  • Change the Start Command of mitmproxy.
  • Add report in EventServer.

v2.26.0

19 Apr 02:09
8358a91
Compare
Choose a tag to compare
  • Update datamanager to better adapt the adapter.

v2.25.5

03 Apr 03:34
a19a25a
Compare
Choose a tag to compare

-Added the ability to control the level of the configuration dictionary that can be modified when patching the config.
-Fixed an issue where configuration update exceptions occurred after deleting a certain config.

v2.25.4

18 Mar 07:31
4349c24
Compare
Choose a tag to compare
  • Fix the inconsistency in the truncation length of the URL displayed on the inspector page.

v2.25.3

08 Mar 05:28
5d6e2af
Compare
Choose a tag to compare
  • Fix bug that keep-request-body flag not change when ssr is open.

v2.25.2

04 Mar 05:05
b5a523f
Compare
Choose a tag to compare
  • Add support for HTTP PATCH method in mock server.
  • Enabled request navigation in Inspector with keyboard arrows.