|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v0.13.0 |
| 4 | +* Revise requirements files to have layered requirements (#978, #982) |
| 5 | +* Update tutorial instructions (#981, #992) and documenntation (#1054) |
| 6 | +* Fix broken CI (#985) |
| 7 | +* Add support for BLAKE hash functions (#993) |
| 8 | +* Replace hard-coded logger names (#989) |
| 9 | +* Don't list root metadata in snapshot metadata (#988) |
| 10 | +* Remove obsolete client documentation (#1001) |
| 11 | +* Enable targets metadata to be generated without access to the target files (#1007, #1020) |
| 12 | +* Fix file path hashing to ensure they are hashed as they appear in targets metadata (#1007) |
| 13 | +* Refactor code handling hashed bins (#1007, #1013, #1040, #1058) |
| 14 | +* Make delegating to a large number of hashed bins more performant (#1012) |
| 15 | +* Improve path handling consistency when adding targets and paths (#1008) |
| 16 | +* Clarify error message and docstring for custom parameter of add_target() (#1027) |
| 17 | +* Fix tests (#1029, #1064, #1067) |
| 18 | +* Implement support for abstract files and directories (#1024, #1034) |
| 19 | +* Fix loading of delegated targets during repository load (#1049, #1052, #1071) |
| 20 | +* Fix key loading in repo.py (#1066) |
| 21 | +* Remove redundant code in downloader (#1073) |
| 22 | +* Make lengths and hashes optional for timestamp and snapshot roles (#1031) |
| 23 | +* Fix alarming logging in updater (#1092) |
| 24 | + |
3 | 25 | ## v0.12.2
|
4 | 26 | * Fix incorrect threshold signature computation (#974)
|
5 | 27 | * Drop support for python 3.4 (#966)
|
|
0 commit comments