Jsail

Latest version: v0.5.1

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

Scan your dependencies

Page 1 of 2

0.5.1

------------------

* Argument ``--fields`` was added. You can use it to specify which fields
should be printed to stdout. By default, all fields are printed.
* Fixed error with parsing entries where fields contains ``time`` key
with non string value.

0.5.0

------------------

* Now jsail searches fields dict not only in key ``fields``, but also
in ``fields``.
* Fixed precendence of fields searched for item's timestamp. Previously,
item found in ``timestamp`` can be overwritten by value from
``time``. Now these fields are searched in this order and first found
value is used:

- ``timestamp``
- ``timestamp``
- ``time``
- ``(fields | fields).timestamp``
- ``(fields | fields).time``

0.4.0

------------------

* Unbuffered stdin usage was fixed and now program
exists correctly if it encounter EOF.

0.3.0

------------------

* Now jsail recognizes as timestamp keys ``timestamp``,
``time``, ``fields.timestamp``, ``fields.time``.
And similarly, for message these keys are checked:
``message``, ``msg``, ``fields.message``, ``fields.msg``.
* Now jsail quietly skips lines which can't be parsed
as single JSON document.

0.2.1

------------------

* Fixed issue with STDIN bufering. Previously,
input given from STDIN was buffered and sometimes
``jsail`` didn't show content until buffer fills up.
Now this behaviour is fixed.

0.2.0

------------------

* 'anyjson' was added into the requrements list.
* Now jsail will process STDIN if filename wasn't given as a command line argument. This makes possible to use it in unix pipelines.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.