Skip to content

Releases: axe-api/axe-api

1.7.3

01 Mar 10:02
5fadc59

Choose a tag to compare

1.7.3 (2026-03-01)

  • Dependency upgrades
  • Dynamic Path Parameters Not Functioning in Auto-Generated Swagger Documentation (#703). (Thanks to @mahendra7041)

v1.7.2

10 Jul 14:45
cb3b046

Choose a tag to compare

1.7.2 (2025-07-10)

  • Dependency upgrades

v1.7.1

13 Jun 19:21

Choose a tag to compare

1.7.1 (2025-06-13)

  • Security upgrades

v1.7.0

13 Jun 18:30

Choose a tag to compare

1.7.0 (2025-06-13)

  • Dependency upgrades
  • Dropped Node.js 18 support

v1.6.1

12 Jan 14:29

Choose a tag to compare

1.6.1 (2025-01-12)

  • Dependency upgrades

v1.6.0

02 Jan 17:49

Choose a tag to compare

1.6.0 (2024-01-02)

  • Node.js v22 support #500
  • Security upgrades

v1.5.2

01 Dec 20:21

Choose a tag to compare

1.5.2 (2024-12-01)

  • Fixed custom endpoints auto-generated docs #602
  • Fixed types in auto-generated docs #603
  • Fixed trashed parameter docs #604
  • Added Event interfaces that don't have res object. #590

v1.5.1

19 Nov 10:03

Choose a tag to compare

1.5.1 (2024-11-19)

  • Fixed console.log bug.

v1.5.0

19 Nov 09:43

Choose a tag to compare

1.5.0 (2024-11-19)

  • createRateLimitMiddleware function has been added to created rate limit middleware with custom configuration. #566
  • Disable x-powered-by response headers. #567
  • with relation queries should be able to manage in the model definition. #572
  • onBeforePatch and onAfterPatch hooks/events are not working on HandlerTypes.PATCH #573
  • hostname parameter has been added to configurations. #584
  • Fixed performance issues on related-data queries. #585
  • Fixed query limit issue #587
  • Fixed model serialization function doesn't work on ALL handlers issue. #588

v1.4.8

06 Oct 10:15

Choose a tag to compare

1.4.8 (2024-10-06)

  • Rate limit doesn't work. #564