Lyrebird

Latest version: v2.26.4

Safety actively analyzes 627821 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 39 of 40

0.13.3

**Fix:**
There is no content-length in headers

0.13.2

**New**
1. Custom config
bash
lyrebird -c your/config/file/path

Then lyrebird will start with this custom config
If this custom config did not have prop like mock.port, lyrebird will load default setting to set this prop
**e.g.**
your custom conf is:
Json
{
"my-key": "my-value"
}

Lyrebird actually load config:

{
"mock.port": 9090,
"mock.data":"./data",
...
my-key": "my-value"
}

2. Template system for config file
We import jinjia2 for config. Now you can use val current_dir in the config file, to set a file path
**like**

{
"key":"{{current_dir}}/my/data/file"
}

Then lyrebird actually load a config:

{
...
"key":"/your/config/root/dir/my/data/file"
}

0.13.1

**Fix**
* logger color formatter working in file handler

0.13.0

**New**
* New command line
* You can using a custom config file to start lyrebird

**Fix**
* Inspector can't deselect current line but deselect the last one

0.12.1

0.12.0

New events bus

**New**
* Event bus: keep latest message as channel's state

Page 39 of 40

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.