Skip to content

Releases: adonisjs/http-server

Add support for cookie client

03 Jul 04:30

Choose a tag to compare

  • feat: add support for cookie client bcc81ef
  • chore: update dependencies a0bdbc9
  • fix: request.header return type (#44) 4ff1db2

v5.4.1...v5.5.0

update dependencies

02 Jun 03:11

Choose a tag to compare

  • chore: update dependencies 0de7cec

v5.4.0...v5.4.1

Add support for Async local storage to access the HTTP context

01 Jun 11:05

Choose a tag to compare

  • feat: add HttpContext.runOutsideContext method 6f42c1c
  • refactor: restructuring the API to be more descriptive (#42) 292b8e1
  • chore: update dependencies 1eec4ac
  • ci: remove appveyor config file 867afa9
  • ci: remove appveyor in favor of gh actions a653e2b
  • chore: update dependencies ea60794
  • feat: add async HTTP context (#18) a7e6d0d
  • test: add test to reproduce regression 3ac1567

v5.3.2...v5.4.0

Fix request.completeUrl method to include the port

17 May 13:26

Choose a tag to compare

  • chore: update dependencies 090784f
  • chore: use husky commit-msg file 6dd4e2e
  • chore: install husky hooks 107485d
  • docs(README): update links bf695a7
  • fix: request.completeUrl should include the port alongwith the hostname 068c63a
  • style: update source and meta files 4931a39
  • ci: use github actions and remove circleci f478511
  • chore: update dependencies f2bccc0

v5.3.1...v5.3.2

update dependencies

05 May 04:55

Choose a tag to compare

  • ci: change package version cache key f4cd44c
  • chore: ignore package-lock file 54a6b80
  • chore: update dependencies bde92c8

v5.3.0...v5.3.1

Fix issue where group middleware we applied in wrong order

23 Apr 15:55

Choose a tag to compare

Calling the middleware method multiple times on a group puts the middleware of the last call first. The release fixes that issue

Commit

  • fix: apply middleware in the right order when nested under groups 334d0f9
  • feat: add getStatus, getBody methods and isStreamResponse property to response 35b584a
  • fix: middleware handler next method to return any 259fe09
  • chore: update dependencies e378f7a

v5.2.1...v5.3.0

Renamremove forceContentNegotiationToJSON in favor of forceContentNegotiationTo

25 Mar 05:13

Choose a tag to compare

  • refactor: remove forceContentNegotiationToJSON in favor of forceContentNegotiationTo 165aaf1

v5.2.0...v5.2.1

Add "request.matchesRoute" and handful of small improvements

22 Mar 16:46

Choose a tag to compare

  • feat: add request.matchesRoute method a67daec
  • chore: update dependencies eff9e8f
  • chore: update dependencies 2927b50
  • fix: correct type of Request#only (#39) e839816
  • fix: improve typings for object used as dictionaries (#38) fa2af33

v5.1.2...v5.2.0

Update interfaces to reflect correct runtime API

16 Feb 06:11

Choose a tag to compare

  • chore: update dependencies f8f48ab
  • fix: update interfaces to have correct api 407e8a1

v5.1.1...v5.1.2

Add method to get response headers

14 Feb 11:18

Choose a tag to compare

  • feat: add method to get response headers 676167d
  • chore: update dependencies 24a59fb

v5.1.0...v5.1.1