|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## <a name="v0-28-0-alpha.10" href="#v0-28-0-alpha-10">v0.28.0-alpha.10</a> [(2021-11-11)](https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.10) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.9...v0.28.0-alpha.10) |
| 6 | + |
| 7 | +#### Summary of changes |
| 8 | +- Reworked CI due to GitHub dropping Ubuntu 16.04 support |
| 9 | +- When building for Electron on Windows/macOS and prebuilts are unavailable: NodeGit will attempt to build OpenSSL locally by default. This is due to Conan changing their API/provided OpenSSL binaries. There are options for pointing to an installed OpenSSL location or URL for downloading prebuilt binaries, see [Building from source](http://www.nodegit.org/guides/install/from-source/). |
| 10 | +- Updated OpenSSL to 1.1.1l |
| 11 | +- Updated libssh2 to 1.10.0 |
| 12 | +- Added `Repo.prototype.statistics` method for calculating repository statistics |
| 13 | +- More progress towards becoming context-aware |
| 14 | + |
| 15 | +#### Merged PRs into NodeGit |
| 16 | +- [Allow download of prebuilt OpenSSL](https://github.com/nodegit/nodegit/pull/1875) |
| 17 | +- [Update libssh2 to 1.10.0](https://github.com/nodegit/nodegit/pull/1874) |
| 18 | +- [Statistics with same output as "git-sizer -j"](https://github.com/nodegit/nodegit/pull/1846) |
| 19 | +- [Fix memory leak on context shutdown](https://github.com/nodegit/nodegit/pull/1856) |
| 20 | +- [Build OpenSSL locally for Electron](https://github.com/nodegit/nodegit/pull/1870) |
| 21 | +- [Fix a reference error when compiling with VC2019](https://github.com/nodegit/nodegit/pull/1859) |
| 22 | +- [Use containers for Linux CI](https://github.com/nodegit/nodegit/pull/1860) |
| 23 | + |
| 24 | + |
3 | 25 | ## <a name="v0-28-0-alpha.9" href="#v0-28-0-alpha-9">v0.28.0-alpha.9</a> [(2021-06-04)](https://github.com/nodegit/nodegit/releases/tag/v0.28.0-alpha.9) |
4 | 26 |
|
5 | 27 | [Full Changelog](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.8...v0.28.0-alpha.9) |
|
73 | 95 | - NodeGit.Cherrypick |
74 | 96 | - NodeGit.Cherrypick.commit |
75 | 97 | - NodeGit.Merge |
76 | | - - NodeGit.Patch.fromBlobs |
| 98 | + - NodeGit.PatchBlobs |
77 | 99 | - NodeGit.Rebase.open |
78 | 100 | - NodeGit.Remote.prototype.connect |
79 | 101 | - NodeGit.Remote.prototype.download |
|
0 commit comments