Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

v4.5.0

Compare
Choose a tag to compare
@mcuadros mcuadros released this 10 Jul 09:57
· 406 commits to master since this release
3bd5e82

This release includes a variety of different changes, some performance improvements for packafile index decoding, but as well as some functions at storage were made public, plus some other fixes and improvements.

Change Log

  • plumbing: add context to allow cancel on diff/patch computing #874 (smola)
  • utils: diff, skip useless rune->string conversion #873 (smola)
  • Remote.Fetch: error on missing remote reference #870 (mcuadros)
  • packfile: optimise NewIndexFromIdxFile for a very common case #869 (dsymonds)
  • storage/filesystem: avoid norwfs build flag #864 (smola)
  • plumbing/transport: http, Adds token authentication support [Fixes #858] #859 (ebilling)
  • storage: filesystem, make ObjectStorage constructor public #857 (erizocosmico)