Skip to content

Commit 620e0b1

Browse files
committed
Bump to v0.28.0-alpha.1
1 parent 10c4182 commit 620e0b1

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,36 @@
11
# Change Log
22

3-
## <a name="v0-28-0-alpha.1" href="#v0-28-0-alpha-1">v0.28.0-alpha.1</a> [(2020-11-20)](https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.1)
3+
## <a name="v0-28-0-alpha.1" href="#v0-28-0-alpha-1">v0.28.0-alpha.1</a> [(2021-03-12)](https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.1)
44

55
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.27.0...v0.28.0-alpha.1)
66

77
#### Summary of changes
8-
- Support for Electron 11
8+
- *Notice* We planned to fix / address Electron 11 compatibility, but ran into some roadblocks. Fix is coming soon, follow [#114](https://github.com/nodegit/nodegit/issues/1774) for details
99
- Drops support for Node 10.x.y, < 12.19.x, < 14.10.0
10-
- Drops support for Electron 9.x.y, < 10.1.4
1110
- Brings in LibGit2 1.0.0
11+
- NodeGit.Config.prototype.setBool handles truthiness, and NodeGit.Config.prototype.getBool returns true or false
12+
- Fix GC ownership memory issue
13+
- Exposes sidebandProgress callback in GitRemoteCallbacks
1214
- Fixes issue with winhttp and optional client certificates
15+
- Addresses proxy issue with certification validation in Windows
16+
- Fix crash in NodeGit.Repository.prototype.refreshReferences
1317
- Deprecations
1418
- NodeGit.Cred is deprecated in favor of NodeGit.Credential
1519

1620
#### Merged PRs into NodeGit
17-
- [Merge pull request #1795 from ianhattendorf/refactor/context-awareness](https://github.com/nodegit/nodegit/pull/1795)
18-
- [Merge pull request #1797 from ianhattendorf/fix/longpaths-enum](https://github.com/nodegit/nodegit/pull/1797)
19-
- [Merge pull request #1788 from implausible/bump/libgit2-1.0.0](https://github.com/nodegit/nodegit/pull/1788)
21+
- [Include libgit2 winhttp proxy fix #1824](https://github.com/nodegit/nodegit/pull/1824)
22+
- [Return/accept boolean for Config#get/setBool #1827](https://github.com/nodegit/nodegit/pull/1827)
23+
- [First stab at #1800 (async/await in examples) #1802](https://github.com/nodegit/nodegit/pull/1802)
24+
- [returns_info: fix ownedByIndices #1823](https://github.com/nodegit/nodegit/pull/1823)
25+
- [Remove block for sideband_progress in remote_callbacks #1801](https://github.com/nodegit/nodegit/pull/1801)
26+
- [Use key to grab credential type #1828](https://github.com/nodegit/nodegit/pull/1828)
27+
- [Don't strdup nullptr from git_tag_message #1822](https://github.com/nodegit/nodegit/pull/1822)
28+
- [Refactor for context-awareness #1795](https://github.com/nodegit/nodegit/pull/1795)
29+
- [Update longpath enums to match libgit2 #1797](https://github.com/nodegit/nodegit/pull/1797)
30+
- [Bump libgit2 to fork of v1.0.0 #1788](https://github.com/nodegit/nodegit/pull/1788)
2031

2132
#### Merged PRs into Libgit2
33+
- [winhttp: skip certificate check if unable to send request #5814](https://github.com/libgit2/libgit2/pull/5814)
2234
- [sanitizer ci: skip negotiate tests](https://github.com/libgit2/libgit2/pull/5596)
2335
- [Add CI support for Memory and UndefinedBehavior Sanitizers](https://github.com/libgit2/libgit2/pull/5569)
2436
- [Access HEAD via the refdb backends](https://github.com/libgit2/libgit2/pull/5563)

0 commit comments

Comments
 (0)