Skip to content

Releases: adonisjs/http-server

Making internal exceptions reach the global exception handler

18 Dec 08:07

Choose a tag to compare

  • refactor: do not use abortIf to raise route not found exception 1fa67bd
  • chore: update dependencies 0e8fcbb

v1.5.2...v1.5.3

HttpContext now allows extensible API via macroable

24 Nov 13:14

Choose a tag to compare

  • feat: allow adding macros to http context 941e9ba
  • chore: update dependencies 029a2b9

v1.5.1...v1.5.2

Type hinting macroable macros and getters

22 Nov 09:19

Choose a tag to compare

  • refactor: typehint macro and getter callbacks 571376c

v1.5.0...v1.5.1

Adding support for resources with custom name

22 Nov 07:50

Choose a tag to compare

  • feat: add support for naming resources bdd98ea
  • chore: update dependencies 1e642e5

v1.4.0...v1.5.0

Handful of improvements and bug fixes

11 Nov 15:26

Choose a tag to compare

  • fix(response): do not set Content-length for 304 responses a8cf88f
  • chore: disable typedoc temporarily since it's not working with latest typescript 75f5911
  • fix: ensure that routes for domain are searched only when domain is registered 9518de9
  • refactor: improve typings for inline middleware functions 3953f1d
  • feat(resource): allow registering middleware as a wildcard for all routes 1eab857
  • refactor: ensure resource route and param names are always in snake case 125131b
  • fix(resource): strip leading and trailing slashes from resource name cba5f4e
  • chore: update dependencies 1c1a2ac
  • fix(Response): correctly send the response when file doesn't exist while streaming it (#11) 75a9f68

v1.3.1...v1.4.0

Add toJSON to request class

01 Oct 16:47

Choose a tag to compare

  • feat(request): implement toJSON f1aff98
  • chore: update dependencies d8db9f3

v1.3.0...v1.3.1

Adding support for abort requests using one liners

23 Sep 11:03

Choose a tag to compare

  • refactor: use response.abort for raising not found exceptions f2ce46c
  • feat(response): add abort and abortIf helpers d75f273
  • refactor: remove hooks profiling, since each hook must profile themselves b94bf77
  • chore: update dependencies afd8e5a

v1.2.11...v1.3.0

Fixing bug related to profiler scope getting changed during server requests

20 Sep 14:46

Choose a tag to compare

  • fix(server): middleware&hooks now point to the correct profiler row instance 741311f
  • chore: update dependencies 3bed9c6

v1.2.10...v1.2.11

Fixing the ambient module declaration for Server

10 Sep 05:13

Choose a tag to compare

  • fix: export Server const from ambient module 76d6984

v1.2.9...v1.2.10

Fixing request types

09 Sep 14:25

Choose a tag to compare

  • fix: request constructor type 3311488
  • fix: add missing dependency on proxy-addr cd8002b

v1.2.8...v1.2.9