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

Releases: apilytics/apilytics-node

v1.5.0

17 Mar 21:23
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.1

20 Feb 22:24
Compare
Choose a tag to compare

Added

  • Add platform name to sent Apilytics version info.

v1.4.0

15 Feb 22:48
Compare
Choose a tag to compare

Added

  • Send current system CPU usage together with metrics.
  • Send current system memory usage and total available memory together with metrics.

v1.3.0

02 Feb 22:35
Compare
Choose a tag to compare

Added

  • Send User-Agent information with metrics.

v1.2.0

01 Feb 22:53
Compare
Choose a tag to compare

Added

  • Send request and response body size information with metrics.
  • Thoroughly document all exported symbols with JSDoc.
  • Enable inlineSources for source maps.

Changed

  • Change statusCode into an optional parameter in @apilytics/core sendApilyticsMetrics.

v1.1.0

16 Jan 18:31
Compare
Choose a tag to compare

Added

  • Send query parameters in addition to the path.

v1.0.2

16 Jan 02:41
d5d2c5c
Compare
Choose a tag to compare

Added

  • Send Apilytics version info together with metrics.

v1.0.1

12 Jan 15:10
bacc6e1
Compare
Choose a tag to compare

Fixed

  • Improve README documentation.

v1.0.0

11 Jan 02:07
b065d0d
Compare
Choose a tag to compare

Added

  • Initial version with Express and Next.js support.