Kent

Latest version: v2.0.0

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

Scan your dependencies

Page 1 of 2

2.0.0

======================

Backwards incompatible changes:

* Changed ``/api/errorlist/`` to ``/api/eventlist/`` and changed response
to a list of JSON objects with "error_id", "project_id", and "summary"
keys.

Example::

curl http://localhost:5000/api/eventlist/
{"events":[{"event_id":"1b1211bb-a113-480c-a3c9-0c7e7aea5e27","project
_id":1,"summary":"test error capture"}]}

* Changed ``/api/error/ERROR_ID/`` to ``/api/event/EVENT_ID/`` and changed
response so that the payload is now a JSON object with "envelope_header",
"header", and "body" keys.

If the event was captured using the ``store`` API, then "envelope_header" and
"header" will be nulls and "body" will contain the payload.

If the event was captured using the ``envelope`` API, then "envelope_header"
will be the payload envelope header, "header" will be the item header, and
"body" will be the item.

Changes:

* Feature: Support ``envelope`` API. (42)
* Maintenance: Update to Flask 3. (73)

Kent quietly stares off into the distance.

1.2.0

==========================

Changes:

* Feature: Improve logging. (69)
* Maintenance: Switch to ruff for formatting. (66)

Kent found a rock shaped like two rocks.

1.1.0

==========================

Changes:

* Feature: Support Python 3.12. (50)
* Maintenance: Switch everything to ``pyproject.toml`` (62)
* Feature: Add ``loggingerror`` to testpost command (48)
* Maintenance: Drop support for Python 3.7. (49)
* Feature: Rework app logging. All lines are now prefixed with the error id to
make tracing easier.
* Feature: Add support for security reports like CSP security reports. (59)

Kent wants to know if the sky is green sometimes.

1.0.0

==========================

Fixes:

* Feature: Rework logging to be more helpful. (32)
* Maintenance: Redid dev requirements.
* Feature: Support Python 3.11. (33)

Kent is building a bird house and asked me for my popsicle stick.

0.5.0

=======================

Fixes:

* Maintenance: Update pico.css to 1.5.3.
* Feature: Add Summary column. (27)

Kent munched on popcorn quietly.

0.4.1

========================

Fixes:

* Bug: kent-server didn't work with Flask 2.1.0. (23)

Kent can make croissants disappear.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.