File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v4.0.0
4
+
5
+ This release is a small API change for Metadata API users (see below).
6
+ ngclient API is compatible but optional DSSE support has been added.
7
+
8
+ ### Added
9
+ * Added optional DSSE support to Metadata API and ngclient (#2436 )
10
+
11
+ ### Changed
12
+ * Metadata API: Improved verification functionality for repository users (#2551 ):
13
+ * This is an API change for Metadata API users (
14
+ ` Root.get_verification_result() ` and ` Targets.get_verification_result() `
15
+ specifically)
16
+ * ` Root.get_root_verification_result() ` has been added to handle the special
17
+ case of root verification
18
+ * Started using UTC datetimes instead of naive datetimes internally (#2573 )
19
+ * Constrain securesystemslib dependency to <0.32.0 in preparation for future
20
+ securesystemslib API changes
21
+ * Various build, test and lint improvements
22
+
23
+
24
+ ## v3.1.1
25
+
26
+ This is a security fix release to address advisory
27
+ GHSA-77hh -43cm-v8j6. The issue does ** not** affect tuf.ngclient
28
+ users, but could affect tuf.api.metadata users.
29
+
30
+ ### Changed
31
+ * Added additional input validation to
32
+ ` tuf.api.metadata.Targets.get_delegated_role() `
33
+
34
+
3
35
## v3.1.0
4
36
5
37
### Added
Original file line number Diff line number Diff line change 4
4
"""TUF."""
5
5
6
6
# This value is used in the requests user agent.
7
- __version__ = "3.1 .0"
7
+ __version__ = "4.0 .0"
You can’t perform that action at this time.
0 commit comments