Skip to content

Release 0.14.0

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 11 Aug 15:23
· 18 commits to main since this release

[0.14.0] - 2023-08-11

Added

  • PR#178 resolved #177 by adding support for sparse indices. This was further improved in PR#180 by using tame-index for registry index operations.

Changed

  • PR#180 introduced 2 major refactors. tame-index is now used to fetch index metadata as well as several related helper functions, shrinking this codebase a bit. git2 has been replaced by gix, completely removing both it and openssl from the dependency graph.
  • PR#181 made changes to asyncify the code, giving good speedups in mirror operations, but (at the moment) slightly worse timings for sync. This will hopefully be fixed in a later patch.