Skip to content

Commit ee7b26c

Browse files
committed
Bump to v0.26.1
1 parent 7468f5e commit ee7b26c

3 files changed

Lines changed: 39 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Change Log
22

3+
## <a name="v0-26-1" href="#v0-26-1">v0.26.1</a> [(2019-09-16)](https://github.com/nodegit/nodegit/releases/tag/v0.26.1)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.26.0...v0.26.1)
6+
7+
#### Summary of changes
8+
- Bumped LibGit2
9+
- Additional git ignore fixes
10+
- Allow credentials callback to return any credential type from list of supported types
11+
- Memory leak and allocation fixes
12+
- updateTips has optional parameters and should convert plain objects into options structs correctly now
13+
- Added Nodegit.Blob.prototype.filter, this should be used instead of NodeGit.Blob.filteredContent as it is not deprecated.
14+
15+
#### Merged PRs into NodeGit
16+
- [Bump libgit2 to latest fork of master #1723](https://github.com/nodegit/nodegit/pull/1723)
17+
- [updateTips: optional param and normalizeOptions #1722](https://github.com/nodegit/nodegit/pull/1722)
18+
19+
#### Merged PRs into LibGit2
20+
- [Parallelize checkout_create_the_new for perf #4205](https://github.com/libgit2/libgit2/pull/4205)
21+
- [azure: build Docker images as part of the pipeline](https://github.com/libgit2/libgit2/pull/5198)
22+
- [smart: use push_glob instead of manual filtering](https://github.com/libgit2/libgit2/pull/5195)
23+
- [ntlm: fix failure to find openssl headers](https://github.com/libgit2/libgit2/pull/5216)
24+
- [cmake: remove extraneous logging](https://github.com/libgit2/libgit2/pull/5222)
25+
- [open:fix memory leak when passing NULL to git_repository_open_ext](https://github.com/libgit2/libgit2/pull/5224)
26+
- [apply: Fix a patch corruption related to EOFNL handling](https://github.com/libgit2/libgit2/pull/5209)
27+
- [ignore: correct handling of nested rules overriding wild card unignore](https://github.com/libgit2/libgit2/pull/5210)
28+
- [Memory allocation fixes for diff generator](https://github.com/libgit2/libgit2/pull/5214)
29+
- [Use an HTTP scheme that supports the given credentials](https://github.com/libgit2/libgit2/pull/5212)
30+
- [apply: git_apply_to_tree fails to apply patches that add new files](https://github.com/libgit2/libgit2/pull/5208)
31+
- [Optionally read `.gitattributes` from HEAD](https://github.com/libgit2/libgit2/pull/5189)
32+
- [config: implement "onbranch" conditional](https://github.com/libgit2/libgit2/pull/5196)
33+
- [Fix include casing for case-sensitive filesystems.](https://github.com/libgit2/libgit2/pull/5213)
34+
- [util: use 64 bit timer on Windows](https://github.com/libgit2/libgit2/pull/5054)
35+
- [Memory allocation audit](https://github.com/libgit2/libgit2/pull/5200)
36+
- [clone: don't decode URL percent encodings](https://github.com/libgit2/libgit2/pull/5187)
37+
- [Security updates from 0.28.3](https://github.com/libgit2/libgit2/pull/5202)
38+
39+
340
## <a name="v0-26-0" href="#v0-26-0">v0.26.0</a> [(2019-09-09)](https://github.com/nodegit/nodegit/releases/tag/v0.26.0)
441

542
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.25.1...v0.26.0)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nodegit",
33
"description": "Node.js libgit2 asynchronous native bindings",
4-
"version": "0.26.0",
4+
"version": "0.26.1",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",

0 commit comments

Comments
 (0)