|
1 | 1 | # Change Log |
2 | 2 |
|
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) |
4 | 4 |
|
5 | 5 | [Full Changelog](https://github.com/nodegit/nodegit/compare/v0.27.0...v0.28.0-alpha.1) |
6 | 6 |
|
7 | 7 | #### 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 |
9 | 9 | - Drops support for Node 10.x.y, < 12.19.x, < 14.10.0 |
10 | | -- Drops support for Electron 9.x.y, < 10.1.4 |
11 | 10 | - 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 |
12 | 14 | - 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 |
13 | 17 | - Deprecations |
14 | 18 | - NodeGit.Cred is deprecated in favor of NodeGit.Credential |
15 | 19 |
|
16 | 20 | #### 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) |
20 | 31 |
|
21 | 32 | #### Merged PRs into Libgit2 |
| 33 | +- [winhttp: skip certificate check if unable to send request #5814](https://github.com/libgit2/libgit2/pull/5814) |
22 | 34 | - [sanitizer ci: skip negotiate tests](https://github.com/libgit2/libgit2/pull/5596) |
23 | 35 | - [Add CI support for Memory and UndefinedBehavior Sanitizers](https://github.com/libgit2/libgit2/pull/5569) |
24 | 36 | - [Access HEAD via the refdb backends](https://github.com/libgit2/libgit2/pull/5563) |
|
0 commit comments