Releases: rooseveltframework/roosevelt
Releases · rooseveltframework/roosevelt
0.22.10
- Enabled WAL in the SQLite instance used for session storage by default.
- Updated various dependencies.
0.22.9
- Fixed an issue with cert generation from CLI scripts properly this time.
0.22.8
- Fixed an issue with cert generation from CLI scripts.
- Updated various dependencies.
0.22.7
- Added a max age to the default express-session configuration.
- Fixed an issue with cert generation in production mode.
- Updated various dependencies.
0.22.6
- Fixed a bug that caused self-signed certs to get regenerated every time the app restarted.
- Updated various dependencies.
0.22.5
- Certs generator will now run in production mode as well if
https
is enabled and if the files do not already exist. This behavior can be suppressed by setting https.autoCert
to false
.
- Fixed bug that prevented the static site generator feature from working in dev mode when the HTML validator was enabled.
- Fixed README formatting typos.
- Updated various dependencies.
0.22.4
- Made it possible to set
expressSession
to true
which will set a sane default config so you don't have to spell one out.
0.22.3
- Updated default session store to use SQLite instead of an in-memory database so that sessions are not invalidated when the server restarts.
- Updated various dependencies.
0.22.2
- Fixed a bug that caused self-signed certs to get regenerated every time the app restarted.
- Updated various dependencies.
0.22.1
- Exposed the
express-session
middleware for use in Roosevelt apps.
- Updated various dependencies.