Mercurial > p > roundup > code
diff CHANGES.txt @ 6804:25d08e15e3b4
issue2551224 - Replace dbm db for sessions/otks when using sqlite
Generate new sqlite db's for storing one time keys and session and
other ephemeral data.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 25 Jul 2022 15:30:36 -0400 |
| parents | 863c63b73315 |
| children | bdd28b244839 |
line wrap: on
line diff
--- a/CHANGES.txt Mon Jul 25 15:07:32 2022 -0400 +++ b/CHANGES.txt Mon Jul 25 15:30:36 2022 -0400 @@ -18,12 +18,15 @@ - Dockerfile healthcheck fixed so it works when trackers are specified on command line. Also cleanup of unneeded packages. - +- issue2551224 - Replace dbm db for sessions and otks when using + sqlite. New databases are created for session data (db-session) + and one time key data (db-otk). The data is ephemeral so no need to + migrate. Features: - Dockerfile build allows adding additional python packages via pip, - setting UID traker is run under. + setting UID tracker is run under. 2022-07-13 2.2.0
