Skip to content

Releases: rooseveltframework/roosevelt

0.22.10

28 May 12:51
1a73de1
Compare
Choose a tag to compare
  • Enabled WAL in the SQLite instance used for session storage by default.
  • Updated various dependencies.

0.22.9

24 May 16:01
209a9d2
Compare
Choose a tag to compare
  • Fixed an issue with cert generation from CLI scripts properly this time.

0.22.8

24 May 15:40
c0160c9
Compare
Choose a tag to compare
  • Fixed an issue with cert generation from CLI scripts.
  • Updated various dependencies.

0.22.7

16 May 17:23
d80451b
Compare
Choose a tag to compare
  • 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

03 May 18:50
cae395e
Compare
Choose a tag to compare
  • Fixed a bug that caused self-signed certs to get regenerated every time the app restarted.
  • Updated various dependencies.

0.22.5

03 May 14:48
f825a44
Compare
Choose a tag to compare
  • 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

19 Apr 15:32
9ea55c7
Compare
Choose a tag to compare
  • 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

19 Apr 13:39
05fe643
Compare
Choose a tag to compare
  • 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

14 Apr 11:47
7c69fd3
Compare
Choose a tag to compare
  • Fixed a bug that caused self-signed certs to get regenerated every time the app restarted.
  • Updated various dependencies.

0.22.1

05 Apr 13:34
6160231
Compare
Choose a tag to compare
  • Exposed the express-session middleware for use in Roosevelt apps.
  • Updated various dependencies.