|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v0.15.0 |
| 4 | +### Added |
| 5 | +* Simple TUF role metadata model in the `tuf.api` package for interacting with |
| 6 | + metadata files directly, per-file without the overheads of reading and |
| 7 | + writing the entire repository at once (#1112, #1177, #1183) |
| 8 | +* Raise `MissingLocalRepositoryError` in updater when local repository can not |
| 9 | + be found (#1173) |
| 10 | +* Tests for targets metadata generation with existing `fileinfo` (#1078) |
| 11 | +* Test-verbosity documentation (#1151) |
| 12 | + |
| 13 | +### Changed |
| 14 | +* Raise an error in `tuf.client.updater` when metadata is loaded without a |
| 15 | + signature (#1100) |
| 16 | +* Print a warning in `tuf.repository_tool` when metadata is written without a |
| 17 | + signature (#1100) |
| 18 | +* Remove iso8661 dependency (#1176) |
| 19 | +* Bump dependencies: cffi (#1146), cryptography (#1149), urllib (#1179), |
| 20 | + securesystemslib (#1183) |
| 21 | +* Overhauled logging to be less verbose and less alarming, by removing logging |
| 22 | + in the library when an exception is raised (including the same information |
| 23 | + that was logged) and using more appropriate log levels (#1145) |
| 24 | +* Make test output more useful by reducing and improving logging (#1145, #1104, #1170) |
| 25 | +* Make the `targets_path`, `metadata_path` and `confined_target_dirs` fields in |
| 26 | + `tuf.client.updater`s mirror configuration optional (#1153, #1166) |
| 27 | +* Include LICENSE files with source distributions (#1162) |
| 28 | +* Update Python version to be used in release instructions (#1163) |
| 29 | +* Remove direct use of `colorama` and dependency (#1180) |
| 30 | + |
| 31 | +### Fixed |
| 32 | +* Ensure file objects and `requests.Responses` are closed during tests (#1147) |
| 33 | +* Auto-test against `securesystemslib` head of development (#1185) |
| 34 | +* Fix parameter name in `tuf.repository_lib` error message (#1078) |
| 35 | + |
3 | 36 | ## v0.14.0 |
4 | 37 | ### Added |
5 | 38 | * Added a mechanism to the Updater to disable the hash prefix for target files |
|
0 commit comments