Skip to content

Commit 7a1dea0

Browse files
committed
Bump to v0.28.0-alpha.10
1 parent 84d4649 commit 7a1dea0

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Change Log
22

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+
325
## <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)
426

527
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.8...v0.28.0-alpha.9)
@@ -73,7 +95,7 @@
7395
- NodeGit.Cherrypick
7496
- NodeGit.Cherrypick.commit
7597
- NodeGit.Merge
76-
- NodeGit.Patch.fromBlobs
98+
- NodeGit.PatchBlobs
7799
- NodeGit.Rebase.open
78100
- NodeGit.Remote.prototype.connect
79101
- NodeGit.Remote.prototype.download

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.28.0-alpha.9",
4+
"version": "0.28.0-alpha.10",
55
"homepage": "http://nodegit.org",
66
"keywords": [
77
"libgit2",

0 commit comments

Comments
 (0)