Skip to content

Releases: apitally/apitally-js

v0.13.0

24 Mar 03:12
b86f219
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

14 Mar 03:30
b78ee24
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update javascript dev dependencies by @renovate in #78
  • chore(deps): update dependency @types/node to v20.17.24 by @renovate in #79
  • Include unhandled exceptions in request log by @itssimon in #80

Full Changelog: v0.11.5...v0.12.0

v0.11.5

07 Mar 04:23
1a83448
Compare
Choose a tag to compare

What's Changed

Fixes

  • Disable client and middleware on 404 response from hub by @itssimon in #76
  • Don't read response body if unsupported content type by @itssimon in #77

Dependencies

  • chore(deps): update javascript dev dependencies by @renovate in #67
  • chore(deps): lock file maintenance by @renovate in #68
  • chore(deps): update javascript dev dependencies by @renovate in #69
  • chore(deps): update dependency @swc/core to v1.10.15 by @renovate in #70
  • chore(deps): update javascript dev dependencies by @renovate in #71
  • chore(deps): update dependency @hono/zod-validator to v0.4.3 by @renovate in #72
  • chore(deps): update dependency prettier to v3.5.2 by @renovate in #73
  • chore(deps): update javascript dev dependencies by @renovate in #74
  • chore(deps): update dependency @types/node to v20.17.22 by @renovate in #75

Full Changelog: v0.11.4...v0.11.5

v0.11.4

08 Jan 05:30
bd6c01e
Compare
Choose a tag to compare

What's Changed

Improvements

Dependencies

  • chore(deps): update dependency fastify to v5.2.0 by @renovate in #58
  • chore(deps): update dependency hono to v4.6.15 by @renovate in #64

Full Changelog: v0.11.3...v0.11.4

v0.11.3

14 Dec 02:53
Compare
Choose a tag to compare

Full Changelog: v0.11.2...v0.11.3

v0.11.2

13 Dec 22:23
a07fa8b
Compare
Choose a tag to compare

What's Changed

Fixes

  • Add lock to writeToFile and rotateFile by @itssimon in #62

Full Changelog: v0.11.1...v0.11.2

v0.11.1

12 Dec 09:14
Compare
Choose a tag to compare

What's Changed

Improvements

  • Exclude requests from health checkers from logging based on User-Agent

Full Changelog: v0.11.0...v0.11.1

v0.11.0

08 Dec 09:59
d4407eb
Compare
Choose a tag to compare

What's Changed

Improvements

Dependencies

  • chore(deps): update dependency @types/node to v20.17.7 by @renovate in #57
  • chore(deps): update codecov/codecov-action action to v5 by @renovate in #59

Full Changelog: v0.10.0...v0.11.0

v0.10.0

05 Nov 11:47
0c49f78
Compare
Choose a tag to compare

What's Changed

Breaking change

  • The useApitally() function for NestJS now expects the app directly as its first argument, and no longer the underlying Express instance. Please see the updated setup guide.

Improvements

Full Changelog: v0.9.5...v0.10.0

v0.9.5

04 Nov 12:11
7267e75
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fix capturing validation errors in Express/NestJS by @itssimon in #52

Full Changelog: v0.9.4...v0.9.5