Skip to content

Commit 74427fa

Browse files
chg: [release] Updated CHANGELOG, bumped release number and updated dependencies.
1 parent 40b174a commit 74427fa

File tree

2 files changed

+105
-102
lines changed

2 files changed

+105
-102
lines changed

CHANGELOG.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
# SCANDALE project news
22

33

4-
## 0.2.0 (not yet released)
4+
## 0.1.0 (2023-12-20)
55

66
The HTTP API is now providing several endpoints related
7-
to the timestamp tokens. An endpoint to receive new
8-
tokens, an endpoint to check the validity of a token by
9-
passing the UUID of a scan as a parameter. And finally,
10-
an endpoint to verify the timestamp of a cryptographic
11-
timestamp token.
7+
to the timestamp tokens (RFC 3161). First, an endpoint to
8+
receive new tokens. Another endpoint to check the validity
9+
of a token by passing as parameter the UUID of a scan.
10+
And finally, an endpoint to verify the timestamp of a
11+
cryptographic timestamp token.
1212

1313
The aggregation engine can collect standardized data from
1414
the probe agents and generate a cryptographic timestamp
15-
token. The aggregation engine uses the HTTP API in order
16-
to store the collected data and the timestamp tokens.
15+
token. It uses the HTTP API in order to store the collected
16+
data and to store the timestamp tokens.
1717

1818
No notable changes related to the probe agents.
1919

20+
Various improvements related to the schemas (Pydantic) and
21+
to the models (SQLAlchemy).
22+
2023

2124
## 0.0.1 (2023-12-13)
2225

0 commit comments

Comments
 (0)