Skip to content

Releases: adonisjs/http-server

define listArgs property for brisk route handle

15 Dec 02:31
Compare
Choose a tag to compare

The listArgs will be used by the list:routes command to provide more info about the brisk handler

Features

  • define listArgs for brisk routes handler (9173f99)

Full Changelog: v7.3.0...v7.4.0

Add `x-request-id` to the response when exists in the request

28 Nov 06:44
Compare
Choose a tag to compare

Features

  • add x-request-id to the response (#96) (e1da87e)

What's Changed

  • Specify using Node buffer by importing it by @McSneaky in #91
  • feat: add x-request-id to the response by @dmartel in #96

New Contributors

Full Changelog: v7.2.5...v7.3.0

Ensure the server cannot be booted twice and routes are committed only once

09 Oct 16:45
Compare
Choose a tag to compare

Fixes adonisjs/inertia#39

Bug Fixes

  • ensure server is booted only once and routes are committed once (bad9443)

Full Changelog: v7.2.4...v7.2.5

Update cookie dependency

08 Oct 16:36
Compare
Choose a tag to compare
  • ci: add release workflow (14c20e7)
  • chore: update cookie dependency (066349b)

Full Changelog: v7.2.3...v7.2.4

Fix bug with defineConfig helper

21 May 13:12
Compare
Choose a tag to compare
  • refactor: relay trustProxy value as it is in normalizedConfig (87d7fc9)
  • chore: update dependencies (912fd1e)

Full Changelog: v7.2.2...v7.2.3

Update dependencies

22 Apr 06:33
Compare
Choose a tag to compare
  • Merge branch 'main' into develop (7389edc)
  • chore(release): 7.2.1 (b00020e)
  • chore: update release-it config (86b4fa5)
  • chore: update dependencies (54fd0e6)
  • chore: update release-it config (03cc997)
  • chore: update dependencies (adbbd76)

Full Changelog: v7.2.1...v7.2.2

Add a specific citgm script

16 Apr 08:31
c092b40
Compare
Choose a tag to compare

Commits

  • chore: fix typo in release script (8743e2e)
  • chore: add a citgm script (1f6730b)
  • chore: switch to release-it (384900a)
  • chore: update dependencies (4d6338c)

Full Changelog: v7.2.0...v7.2.1

Add response.onFinish method to listen when response is finished

29 Mar 16:53
Compare
Choose a tag to compare

Please consult the documentation on how response.onFinish method works. https://docs.adonisjs.com/guides/response#running-actions-after-response-finishes

Commits

  • fix: fix invalid types bf4f0bb
  • feat: add response.onFinish method 647d400

v7.1.0...v7.2.0

Full Changelog: v7.1.0...v7.2.0

Add ResponseStatus enum

22 Feb 22:36
Compare
Choose a tag to compare
  • fix(response): correct status 416 5ef57d5
  • feat(response): export response status a17c106
  • feat(response): add response status enum cc45664

Full Changelog: v7.0.3...v7.1.0

Make Router class macroable

02 Feb 10:59
Compare
Choose a tag to compare
  • fix: make router class (via lookup store) macroable 5828c59
  • chore: update dependencies b7e3a29

Full Changelog: v7.0.2...v7.0.3