Releases: libgit2/libgit2sharp
LibGit2Sharp v0.29.0
Changes
- This release includes libgit2 v1.7.1.
- CI changes for the native binaries has removed support for CentOS 7. See #2066 for details.
Additions
- Add proxy options #2065
- See PR for details, including some breaking changes to
CloneOptions
andSubmoduleUpdateOptions
- See PR for details, including some breaking changes to
LibGit2Sharp v0.28.0
Additions
- Add CustomHeaders to PushOptions #2052
LibGit2Sharp v0.27.2
Changes
- This release includes libgit2 v1.6.4.
Fixes
- Can't access GIT config (Repository.Config) since v0.27.0 #2031
LibGit2Sharp v0.27.1
Fixes
- AssemblyVersion of v0.27.0 is
0.0.0.0
, which is lower than the AssemblyVersion of the v0.26.x releases. #2030
LibGit2Sharp v0.27.0
Changes
- LibGit2Sharp now targets .NET Framework 4.7.2 and .NET 6.
- This release includes libgit2 v1.6.3.
- Changes to the native binaries let LibGit2Sharp work on all .NET 6 supported OS versions and architectures.
GlobalSetings.NativeLibraryPath
used to automatically append architecture to the path when running on .NET Framework. This behavior has been removed to make it consistent. #1918
Additions
- Add support for adding and clearing multi-valued configuration #1720
- added lines and deleted lines in content changes #1790
- Set / get supported extensions #1908
- Simplify dealing with missing git objects #1909
- Throw NotFoundException if trees are missing when computing diff #1936
Fixes
- Adjust GitStatusOptions to match structure of native libgit2 #1884
- Update git_worktree_add_options struct to include ref pointer #1890
- Fix git_remote_connect not throwing on non-zero result #1913
- Fix incorrect information in exceptions #1919
- Checkout branch looks to remote tracking branches as fallback #1820
- Fixed calling into native libgit2 on osx-arm64 #1955
LibGit2Sharp v0.26.2
This is a security release that includes updates for several CVEs reported to the Git project, including CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351, CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, and CVE-2019-1357.
This release includes libgit2 v0.28.4.
LibGit2Sharp v0.26.1
This is a security and bugfix release that fixes minor possible security issues, including validation that the ProgramData configuration area is owned by an administrator or the current user, and handling commit objects with a large number of parents.
This release includes libgit2 v0.28.3.
LibGit2Sharp v0.26
Additions
- Add
CherryPickCommitIntoIndex
toObjectDatabase
- The underlying native library (libgit2) now no longer relies on libcurl
- The underlying native library now no longer relies on zlib
- Add
IndentHeuristic
option toCompareOptions
LibGit2Sharp v0.26.0 RC1
This is a prerelease for the forthcoming LibGit2Sharp v0.26.0, based on libgit2 v0.28.0.
LibGit2Sharp v0.25.4
This is a security and bugfix release that fixes a number of minor possible security issues, including possible errors during the parsing of commit and tag information. In addition, a number of performance improvements and bugfixes are included in the underlying native library.
This release includes libgit2 v0.27.7.