Skip to content

Commit a8a890f

Browse files
committed
2026-01-14, Version 20.20.0-nsolid-v6.2.0 'Iron'
1 parent 4240296 commit a8a890f

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

doc/changelogs/NSOLID_CHANGELOG_V6_NODE_V20.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
<!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
44

5+
## 2026-01-14, Version 20.20.0-nsolid-v6.2.0 'Iron'
6+
7+
### Commits
8+
9+
* \[[`f3726942d1`](https://github.com/nodesource/nsolid/commit/f3726942d1)] - Merge tag 'v20.20.0' into node-v20.20.0-nsolid-v6.2.0-release (Santiago Gimeno)
10+
* \[[`d9346a854f`](https://github.com/nodesource/nsolid/commit/d9346a854f)] - **agents**: fix otel-cpp warning when setting creds (Santiago Gimeno)
11+
* \[[`1e3c606795`](https://github.com/nodesource/nsolid/commit/1e3c606795)] - **agents**: increase gRPC timeout from 10 to 60 secs (Santiago Gimeno)
12+
* \[[`8b66ac0cdc`](https://github.com/nodesource/nsolid/commit/8b66ac0cdc)] - **agents**: add option to dump grpc keylog file (Santiago Gimeno) [#406](https://github.com/nodesource/nsolid/pull/406)
13+
* \[[`4240296e1f`](https://github.com/nodesource/nsolid/commit/4240296e1f)] - **deps**: fix windows linking error for grpc (Santiago Gimeno)
14+
* \[[`4da827cd82`](https://github.com/nodesource/nsolid/commit/4da827cd82)] - **deps**: update to protobuf v33.2 (Santiago Gimeno) [#398](https://github.com/nodesource/nsolid/pull/398)
15+
* \[[`02a5752ad1`](https://github.com/nodesource/nsolid/commit/02a5752ad1)] - **deps**: update grpc to 1.76.0 (Santiago Gimeno) [#390](https://github.com/nodesource/nsolid/pull/390)
16+
* \[[`d573042969`](https://github.com/nodesource/nsolid/commit/d573042969)] - **deps**: update to protobuf v33.0 (Santiago Gimeno) [#389](https://github.com/nodesource/nsolid/pull/389)
17+
* \[[`2a6ecd0bac`](https://github.com/nodesource/nsolid/commit/2a6ecd0bac)] - **deps**: update libcurl to 8.17.0 (Santiago Gimeno) [#388](https://github.com/nodesource/nsolid/pull/388)
18+
* \[[`a97f1efc3c`](https://github.com/nodesource/nsolid/commit/a97f1efc3c)] - **lib,src**: set default metrics interval to 5 secs (Santiago Gimeno)
19+
* \[[`794bb0d940`](https://github.com/nodesource/nsolid/commit/794bb0d940)] - **src**: fix null pointer deref error in SetWeak cb (Santiago Gimeno)
20+
* \[[`6208f51c08`](https://github.com/nodesource/nsolid/commit/6208f51c08)] - **test**: add grpc tests testing TLS connections (Santiago Gimeno) [#406](https://github.com/nodesource/nsolid/pull/406)
21+
522
## 2025-12-08, Version 20.19.6-nsolid-v6.1.1 'Iron'
623

724
### Commits

src/node_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
#define NODE_VERSION_IS_RELEASE 1
3434

3535
#define NSOLID_MAJOR_VERSION 6
36-
#define NSOLID_MINOR_VERSION 1
37-
#define NSOLID_PATCH_VERSION 2
36+
#define NSOLID_MINOR_VERSION 2
37+
#define NSOLID_PATCH_VERSION 0
3838

39-
#define NSOLID_VERSION_IS_RELEASE 0
39+
#define NSOLID_VERSION_IS_RELEASE 1
4040

4141
#ifndef NODE_STRINGIFY
4242
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)