Skip to content

v1.5.0

Compare
Choose a tag to compare
@LoicPoullain LoicPoullain released this 10 Jan 09:00
· 2659 commits to master since this release

Features

  • [Social auth] Add Github and LinkedIn providers (issue: #125) (PR: #591)
  • [CLI] Set default CSRF protection for sessions in the configuration (PR: #594).
  • Support the 'none' option for SameSite cookie attribute (PR: #594).
  • Be able to customize the global exception handler (issue: #370) (PR: #595)
  • Be able to increase the request body size limit (issue: #596) (PR: #597)
  • [Internal] Compile Foal's packages with the option noImplicitAny: true (PR: #600)
  • Remove type-graphql dependency introduced by mistake in v1.3.1 (PR: #608)
  • [CLI] Remove wrong npm naming control (PR: #610)

Dependencies

  • @foal/mongodb
    • mongodb@3.4 (#609)