Skip to content

Breaking change with flushHeaders method

Pre-release
Pre-release
Compare
Choose a tag to compare
@thetutlage thetutlage released this 04 Jul 07:21
· 88 commits to develop since this release

Breaking change

  • The flushHeaders method behavior has been ported to writeHead method.
  • The flushHeaders method now loops over the headers and set them using the setHeader method.

Commits

  • docs(README): remove snyk badge and update tests badge URL 1814346
  • chore: add engines to package.json file f5b364d
  • chore: do not publish source files 97eb91f
  • chore: use @adonisjs/tooling presets for tooling config 1f6c481
  • test: refactor tests to use server factory c15c566
  • chore: upgrade japa to v3 9c4fcc0
  • refactor: improve stream response flush headers handling d011ae8
  • chore: rename vscode:test script to quick:test 5c93cbe
  • chore: update dependencies 50c6fab

Full Changelog: v6.8.2-6...v6.8.2-7