go-git v4.8.0 Release Notes

Release Date: 2018-11-19 // over 5 years ago
  • 0๏ธโƒฃ This version includes support for a new index extension, the EOIE extension, enabled by default in the upcoming git v2.20. Also includes a bunch of fixes and new features, take a look at the change log.

    ๐Ÿ”„ Change Log

    • ๐Ÿ‘ plumbing: format/index: support for EOIE extension #1025 (mcuadros)
    • ๐Ÿšš plumbing: format/packfile, remove unused getObjectData method #1022 (ajnavarro)
    • ๐Ÿ›  plumbing: format/packfile, Fix broken "thin" packfile support. Fixes #991 #994 (jpeletier)
    • โœ… plumbing: transport/ssh, fix flaky test TestAdvertisedReferencesNotExists. Fixes #969 #1013 (mccurdyc)
    • ๐Ÿ“š plumbing: transport/http: improve TokenAuth documentation #1009 (smola)
    • ๐Ÿ›  plumbing: transport/http, Add missing host/port on redirect. Fixes #820 #1001 (hairyhenderson)
    • plumbing: ReferenceName constructors #998 (mcuadros)
    • storage/filesystem: Added reindex method to reindex packfiles #1019 (jpeletier)
    • Repository: Fix RefSpec for a single tag. #1015 (fkorotkov)
    • ๐Ÿ‘ฏ Repository: cleanup after failed clone #1008 (smola)
    • ๐Ÿ— git: enables building on OpenBSD, Dragonfly BSD and Solaris #992 (yuce)
    • remote: use reference deltas on push when the remote server does not โ€ฆ #987 (bashims)
    • ๐Ÿ‘ฏ examples: PlainClone with Basic Authentication (Password & Access Token) #990 (mccurdyc)