Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Releases: apilytics/apilytics-python

v1.6.0

26 Mar 19:56
Compare
Choose a tag to compare

Added

  • Add apilytics.flask.apilytics_middleware for sending metrics from Flask applications.

Fixed

  • Fix FastAPI middleware suggested installation order; it should ideally be the last one added.

v1.5.0

17 Mar 21:22
Compare
Choose a tag to compare

Added

  • Send user's IP address with metrics. Used for visualization aggregate geolocation data.
    The IP is never stored, and it is never sent to 3rd parties.

v1.4.0

20 Feb 22:22
Compare
Choose a tag to compare

Added

  • Send current system CPU usage together with metrics on Linux systems.
  • Send current system memory usage and total available memory together with metrics on Linux systems.
  • Add platform name to sent Apilytics version info.

v1.3.0

02 Feb 21:55
Compare
Choose a tag to compare

Added

  • Send User-Agent information with metrics.

v1.2.1

01 Feb 07:39
Compare
Choose a tag to compare

Fixed

  • Don't send 0 as the response size for streaming responses, send nothing instead.

v1.2.0

31 Jan 21:24
Compare
Choose a tag to compare

Added

  • Send request and response body size information with metrics.

Changed

  • Change status_code into an optional parameter in ApilyticsSender.set_response_info.

v1.1.0

16 Jan 18:12
Compare
Choose a tag to compare

Added

  • Send query parameters in addition to the path.

v1.0.2

16 Jan 01:23
8358eca
Compare
Choose a tag to compare

Added

  • Send Apilytics version info together with metrics.

v1.0.1

12 Jan 15:20
Compare
Choose a tag to compare

Fixed

  • Improve README documentation.

v1.0.0

10 Jan 23:36
Compare
Choose a tag to compare

Added

  • Initial version with Django and FastAPI support.