Releases: EmbarkStudios/tame-index
Releases · EmbarkStudios/tame-index
Release 0.9.1
Changed
- PR#44 bumped
gix
-> 0.57
Release 0.9.0
Release 0.8.0
Release 0.7.2
Release 0.7.1
Fixed
- PR#34 resolved a compile issue when targeting
musl
libc.
Release 0.7.0
Changed
- PR#32 resolved #31 by reducing the size of
Error
. - PR#33 updated dependencies, notably
gix
-> 0.54. - PR#33 added a
tame_index::utils::flock::FileLock
parameter to all methods on indices that perform disk operations.
Added
- PR#33 added
tame_index::utils::flock
, which contains aFileLock
for holding an OS file lock for a particular path, as well asLockOptions
for creating them.
Fixed
Release 0.6.0
Release 0.5.6 **yanked**
Release 0.5.5
Changed
- PR#26 changed sparse index request creation to not use HTTP/2 for the version to support corporate potato proxies. This results in a slight but noticeable degradation in throughput when making many requests to a sparse index.