Skip to content

0.22.0

Compare
Choose a tag to compare
@kethinov kethinov released this 03 Apr 23:07
· 25 commits to main since this release
e690314
  • Breaking: Added a unified secrets directory for various app secrets such as HTTPS certs, session secret, CSRF secret, etc. The name of the directory is configurable, but when upgrading an app from the previous version, you may need to alter your rooseveltConfig to remove directories from your cert or key paths. You must now specify only a file name in those params.
  • Added support for express-session for session support.
  • Added CSRF protection.
  • Improved dev sync script for developing Roosevelt significantly.
  • Updated various dependencies.