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

Releases: apilytics/apilytics-python

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 19:56

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

Choose a tag to compare

@github-actions github-actions released this 17 Mar 21:22

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

Choose a tag to compare

@github-actions github-actions released this 20 Feb 22:22

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

Choose a tag to compare

@github-actions github-actions released this 02 Feb 21:55

Added

  • Send User-Agent information with metrics.

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 01 Feb 07:39

Fixed

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

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 31 Jan 21:24

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

Choose a tag to compare

@github-actions github-actions released this 16 Jan 18:12

Added

  • Send query parameters in addition to the path.

v1.0.2

Choose a tag to compare

@ruohola ruohola released this 16 Jan 01:23
8358eca

Added

  • Send Apilytics version info together with metrics.

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Jan 15:20

Fixed

  • Improve README documentation.

v1.0.0

Choose a tag to compare

@ruohola ruohola released this 10 Jan 23:36

Added

  • Initial version with Django and FastAPI support.