Skip to content

v3.1.0

Compare
Choose a tag to compare
@LoicPoullain LoicPoullain released this 28 Nov 05:38
· 241 commits to master since this release

Features

  • Update the max-age attribute of the Strict-Transport-Security header to "industry standard" (issue: #1146) (PR: #1155)
  • [CLI] Disable ESLint rule @typescript-eslint/no-non-null-assertion in generated projects (PR: #1178)
  • [Bug] Support whitespaces around variable names in .env files (issue: #1182) (PR: #1185)
  • Support custom cookie domain in social auth (issue: #1099) (PR: #1187)
  • [CLI] Add foal upgrade command (issue: #1158) (PR: #1186, #1193)
  • Fix: support custom OpenAPI "example" keyword in AJV validation (issue: #1192) (PR: #1194)

Dependencies

#1162

Dependencies

  • @foal/aws-s3
    • @aws-sdk/client-s3@3.198.0
    • @aws-sdk/lib-storage@3.198.0
  • @foal/cli
    • commander@9.4.1
  • @foal/core
    • express@4.18.2
  • @foal/jwks-rsa
    • jwks-rsa@2.1.5
  • @foal/mongodb
    • mongodb@4.11.0
  • @foal/socket.io
    • socket.io@4.5.3
  • @foal/swagger
    • swagger-ui-dist@4.15.2

Contributors