Skip to content

Commit

Permalink
chg: [release] Updated CHANGELOG, bumped release number and updated d…
Browse files Browse the repository at this point in the history
…ependencies.
  • Loading branch information
cedricbonhomme committed Dec 20, 2023
1 parent 40b174a commit 74427fa
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 102 deletions.
19 changes: 11 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
# SCANDALE project news


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

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

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

No notable changes related to the probe agents.

Various improvements related to the schemas (Pydantic) and
to the models (SQLAlchemy).


## 0.0.1 (2023-12-13)

Expand Down
Loading

0 comments on commit 74427fa

Please sign in to comment.