Skip to content

Commit 5554e72

Browse files
committed
2026-01-14, Version 24.13.0-nsolid-v6.2.0 'Krypton'
1 parent c9d341d commit 5554e72

2 files changed

Lines changed: 22 additions & 3 deletions

File tree

doc/changelogs/NSOLID_CHANGELOG_V6_NODE_V24.md

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

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

5+
## 2026-01-14, Version 24.13.0-nsolid-v6.2.0 'Krypton'
6+
7+
### Commits
8+
9+
* \[[`666670a76b`](https://github.com/nodesource/nsolid/commit/666670a76b)] - Merge tag 'v24.13.0' into node-v24.13.0-nsolid-v6.1.2-release (Santiago Gimeno)
10+
* \[[`fd7c44ee33`](https://github.com/nodesource/nsolid/commit/fd7c44ee33)] - **agents**: fix otel-cpp warning when setting creds (Santiago Gimeno)
11+
* \[[`67b4bce062`](https://github.com/nodesource/nsolid/commit/67b4bce062)] - **agents**: increase gRPC timeout from 10 to 60 secs (Santiago Gimeno)
12+
* \[[`7d4cbcaef1`](https://github.com/nodesource/nsolid/commit/7d4cbcaef1)] - **agents**: add option to dump grpc keylog file (Santiago Gimeno) [#406](https://github.com/nodesource/nsolid/pull/406)
13+
* \[[`751b622cd2`](https://github.com/nodesource/nsolid/commit/751b622cd2)] - **deps**: update to protobuf v33.2 (Santiago Gimeno) [#398](https://github.com/nodesource/nsolid/pull/398)
14+
* \[[`fcab1898d3`](https://github.com/nodesource/nsolid/commit/fcab1898d3)] - **deps**: update grpc to 1.76.0 (Santiago Gimeno) [#390](https://github.com/nodesource/nsolid/pull/390)
15+
* \[[`1f41f13e5e`](https://github.com/nodesource/nsolid/commit/1f41f13e5e)] - **deps**: update to protobuf v33.0 (Santiago Gimeno)
16+
* \[[`e6ed2d1e88`](https://github.com/nodesource/nsolid/commit/e6ed2d1e88)] - **deps**: update to protobuf v33.0 (Santiago Gimeno) [#389](https://github.com/nodesource/nsolid/pull/389)
17+
* \[[`eb0e4988c6`](https://github.com/nodesource/nsolid/commit/eb0e4988c6)] - **deps**: update libcurl to 8.17.0 (Santiago Gimeno) [#388](https://github.com/nodesource/nsolid/pull/388)
18+
* \[[`c3d5f95aaa`](https://github.com/nodesource/nsolid/commit/c3d5f95aaa)] - **lib,src**: set default metrics interval to 5 secs (Santiago Gimeno)
19+
* \[[`2de22bbc07`](https://github.com/nodesource/nsolid/commit/2de22bbc07)] - **src**: fix null pointer deref error in SetWeak cb (Santiago Gimeno)
20+
* \[[`ba6c1d0a3c`](https://github.com/nodesource/nsolid/commit/ba6c1d0a3c)] - **src**: set name to nsolid threads (Santiago Gimeno) [#401](https://github.com/nodesource/nsolid/pull/401)
21+
* \[[`cb8bd50ca7`](https://github.com/nodesource/nsolid/commit/cb8bd50ca7)] - **test**: fix linting issues after v24.13.0 rebase (Santiago Gimeno)
22+
* \[[`8116ecd9b4`](https://github.com/nodesource/nsolid/commit/8116ecd9b4)] - **test**: add grpc tests testing TLS connections (Santiago Gimeno) [#406](https://github.com/nodesource/nsolid/pull/406)
23+
524
## 2025-12-08, Version 24.11.1-nsolid-v6.1.1 'Krypton'
625

726
### 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)