You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
#173Options::with_static_credentials adds
support for static credential files for use
in environments where they are injected into
the process by means other than an on-disk file.
#174IntervalTree now has the methods min, max, and gaps for getting the minimum,
maximum, and non-contiguous gaps for the tracked
intervals, for use in situations where users
may want to implement their own deduplication
strategies.