Skip to content

Releases: adonisjs/core

Removing request logger in favor of profiler

27 Aug 17:21
Compare
Choose a tag to compare

We must use profiler as one stop solution for all sort of internal logs

  • chore(package): upgrade application module c8a58e1
  • refactor: remove request logger in favor of universal profiler 9fa69de
  • chore(package): update dependencies b7fdd34

v2.0.12...v2.0.13

Adding logs to instructions file

19 Aug 02:37
Compare
Choose a tag to compare
  • refactor: add log message to instructions cec11c7
  • chore(package): update dependencies 4930279

v2.0.11...v2.0.12

Added support for profiler

17 Aug 09:01
Compare
Choose a tag to compare
  • feat: adding profiler to the core f8b6d38
  • chore(package): update dependencies 24a0cec

v2.0.10...v2.0.11

Handful of bug fixes related to application state

30 Jul 03:17
Compare
Choose a tag to compare
  • test: add test for application state 2e47664
  • fix: set application.isReady when server is ready 31ea269
  • chore(package): update dependencies 9e5e1df

v2.0.9...v2.0.10

Adding support for signed urls

29 Jul 05:43
Compare
Choose a tag to compare

Yayy! We finally have support for signed urls. Once a URL is signed, you can ensure that no one has tampered it at all.

  • test: fix breaking tests 343aa14
  • chore: update app config template 71ea842
  • feat: extend request and router on boot 5032536
  • feat: add support for signedUrl f6e6fd0
  • chore(package): update dependencies 7c44352

v2.0.8...v2.0.9

Fixing config templates

27 Jul 19:06
Compare
Choose a tag to compare
  • refactor: store templates as .txt files 9adf769
  • chore(package): update dependencies 36376fe

v2.0.7...v2.0.8

Dependency updates and handful of new features

27 Jul 11:06
Compare
Choose a tag to compare

The core now has a health check module, which can & will report the readiness, liveliness and the health of the application.

  • chore: getting rid of toc hook f968dd5
  • docs: update readme contents and layout 35c49d8
  • fix: copy correct templates during instructions run 01689a7
  • refactor: making youch a development dependency 21704c7
  • refactor: bind application to the container 2ef25b5
  • refactor: fix HealthCheck typo and register to the container 39ec2aa
  • refactor: improve the boostrap process to reliably handle shutdowns 9a79d59
  • feat: add Healthcheck module df92dee
  • fix: make exception handler accept logger 9f6a8a6
  • chore(package): update dependencies a9f77c0
  • chore(deps-dev): bump cz-conventional-changelog from 2.1.0 to 3… (#1115) b53cfef
  • chore(deps-dev): bump husky from 3.0.0 to 3.0.1 (#1113) 92ad152
  • chore(deps-dev): bump @adonisjs/sink from 2.0.0 to 2.0.1 (#1112) ec18114
  • chore(deps): [security] bump lodash from 4.17.11 to 4.17.14 (#1111) a209a2d

v2.0.6...v2.0.7

Support for nested route groups

18 Jul 09:19
Compare
Choose a tag to compare

Finally, we have support for nested route groups by underlying @poppinss/http-server package.

Also this release contains a handful of bug fixes in the ambient module declarations.

  • chore: update http-server version a51d76b
  • chore: make sure to publish instructions and config files to npm 92b5de1
  • refactor: fix breaking tests 431029b
  • chore: add adonisjs instructions file to copy files dad019b
  • chore(package): move @adonisjs/fold to a peer dependency 85bee8c
  • chore(package): update dependencies cd44dd0
  • fix: middleware store ambient module name 38882e5

v2.0.5...v2.0.6

Add support for hashing

12 Jul 15:08
Compare
Choose a tag to compare

Added support for Hash provider using @poppinss/hash

  • feat: add support for hash provider 85f1017
  • chore(deps-dev): bump husky from 2.7.0 to 3.0.0 (#1096) 3846814
  • chore(deps): bump @adonisjs/fold from 6.0.3 to 6.1.0 (#1098) 5d5d712
  • chore(deps-dev): bump typescript from 3.5.2 to 3.5.3 (#1102) ee6a7b0
  • chore(deps-dev): bump @types/node from 12.0.10 to 12.6.2 (#1103) 85783c5
  • fix: fixes the author's profile, add alt text in ts image, add blank line after headings in README.md (#1088) 94e00e9

v2.0.4...v2.0.5

Update dependencies that has some interface changes

29 Jun 07:49
Compare
Choose a tag to compare
  • chore(package): update dependencies b227c53
  • chore(package): update dependencies 5ade824

v2.0.3...v2.0.4