Skip to content

Commit 2c2d358

Browse files
committed
updates and attributions.
1 parent fe10f9a commit 2c2d358

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

CHANGES.txt

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,25 @@ python 3.6 or newer (3.4/3.5 might work, but they are not tested).
1616

1717
Fixed:
1818

19-
- Dockerfile healthcheck fixed so it works when trackers are specified
20-
on command line. Also cleanup of unneeded packages.
19+
- Dockerfile healthcheck fixed so it works when trackers are
20+
specified on command line. Also cleanup of unneeded
21+
packages. (John Rouillard)
2122
- issue2551224 - Replace dbm db for sessions and otks when using
2223
sqlite. New databases are created for session data (db-session)
23-
and one time key data (db-otk). The data is ephemeral so no need to
24-
migrate.
25-
- issue2551223 - Timestamps are truncated in mysql and postgresql for
26-
session and otk database tables. Modify db schema to use a numeric
27-
type that preserves more significant figures. See upgrading.txt for
28-
required steps.
24+
and one time key data (db-otk). The data is ephemeral so no
25+
need to migrate. (John Rouillard)
26+
- issue2551223 - Timestamps are truncated in mysql and postgresql
27+
for session and otk database tables. Modify db schema to use a
28+
numeric type that preserves more significant figures. See
29+
upgrading.txt for required steps. (John Rouillard)
30+
- added more testing of BasicDatabase to support use of SQLite
31+
for that purpose. Had to fix memory, rdbms and dbm edge cases
32+
due to new tests. (John Rouillard)
2933

3034
Features:
3135

32-
- Dockerfile build allows adding additional python packages via pip,
33-
setting UID tracker is run under.
36+
- Dockerfile build allows adding additional python packages via
37+
pip, setting UID tracker is run under. (John Rouillard)
3438

3539
2022-07-13 2.2.0
3640

0 commit comments

Comments
 (0)