Skip to content

Commit 56b4da8

Browse files
committed
2026-06-10, Version 22.22.3-nsolid-v6.3.0 'Jod'
1 parent 8605241 commit 56b4da8

2 files changed

Lines changed: 26 additions & 3 deletions

File tree

doc/changelogs/NSOLID_CHANGELOG_V6_NODE_V22.md

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

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

5+
## 2026-06-10, Version 22.22.3-nsolid-v6.3.0 'Jod'
6+
7+
### Commits
8+
9+
* \[[`8605241d34`](https://github.com/nodesource/nsolid/commit/8605241d34)] - Merge tag 'v22.22.3' into node-v22.22.3-nsolid-v6.3.0-release (Santiago Gimeno)
10+
* \[[`32e25b1030`](https://github.com/nodesource/nsolid/commit/32e25b1030)] - **agents**: add nsolidVersion attr to metrics (Santiago Gimeno) [#477](https://github.com/nodesource/nsolid/pull/477)
11+
* \[[`f6a7bbc822`](https://github.com/nodesource/nsolid/commit/f6a7bbc822)] - **agents**: add nsolid-version and add it to metadata (Santiago Gimeno) [#460](https://github.com/nodesource/nsolid/pull/460)
12+
* \[[`264f379148`](https://github.com/nodesource/nsolid/commit/264f379148)] - **agents,lib,src,test**: add traceSampleRate support (Santiago Gimeno) [#430](https://github.com/nodesource/nsolid/pull/430)
13+
* \[[`0d3993e422`](https://github.com/nodesource/nsolid/commit/0d3993e422)] - **deps**: update grpc to 1.80.0 (Santiago Gimeno) [#471](https://github.com/nodesource/nsolid/pull/471)
14+
* \[[`ce94513452`](https://github.com/nodesource/nsolid/commit/ce94513452)] - **deps**: update libcurl to 8.20.0 (Santiago Gimeno) [#470](https://github.com/nodesource/nsolid/pull/470)
15+
* \[[`1d96d6dee8`](https://github.com/nodesource/nsolid/commit/1d96d6dee8)] - **deps**: add support for exporting Summary via OTLP (Santiago Gimeno) [#422](https://github.com/nodesource/nsolid/pull/422)
16+
* \[[`16965398fe`](https://github.com/nodesource/nsolid/commit/16965398fe)] - **deps**: update opentelemetry-cpp to 1.27.0 (Santiago Gimeno) [#422](https://github.com/nodesource/nsolid/pull/422)
17+
* \[[`308e650a44`](https://github.com/nodesource/nsolid/commit/308e650a44)] - **deps**: update opentelemetry-cpp to 1.25.0 (Santiago Gimeno) [#422](https://github.com/nodesource/nsolid/pull/422)
18+
* \[[`f7dee8c743`](https://github.com/nodesource/nsolid/commit/f7dee8c743)] - **deps**: update grpc to 1.78.1 (Santiago Gimeno) [#434](https://github.com/nodesource/nsolid/pull/434)
19+
* \[[`e9e5a54516`](https://github.com/nodesource/nsolid/commit/e9e5a54516)] - **deps**: update libcurl to 8.19.0 (Santiago Gimeno) [#435](https://github.com/nodesource/nsolid/pull/435)
20+
* \[[`292ab8927a`](https://github.com/nodesource/nsolid/commit/292ab8927a)] - **deps**: update to protobuf v34.0 (Santiago Gimeno) [#433](https://github.com/nodesource/nsolid/pull/433)
21+
* \[[`6ea011376f`](https://github.com/nodesource/nsolid/commit/6ea011376f)] - **lib**: route saas asset APIs through grpc (Santiago Gimeno) [#460](https://github.com/nodesource/nsolid/pull/460)
22+
* \[[`33b32bee2e`](https://github.com/nodesource/nsolid/commit/33b32bee2e)] - **lib,src**: autostart grpc agent for saas configs (Santiago Gimeno) [#460](https://github.com/nodesource/nsolid/pull/460)
23+
* \[[`efcbf3f8de`](https://github.com/nodesource/nsolid/commit/efcbf3f8de)] - **src**: enrich OTLP metrics resource attributes (Santiago Gimeno) [#454](https://github.com/nodesource/nsolid/pull/454)
24+
* \[[`a616cc755b`](https://github.com/nodesource/nsolid/commit/a616cc755b)] - **src,test**: add totalMem process metric (Santiago Gimeno) [#469](https://github.com/nodesource/nsolid/pull/469)
25+
* \[[`73fa4b9a94`](https://github.com/nodesource/nsolid/commit/73fa4b9a94)] - **src,test**: preserve Latin1 strings in fastSpan APIs (Santiago Gimeno) [#450](https://github.com/nodesource/nsolid/pull/450)
26+
* \[[`153e53bc80`](https://github.com/nodesource/nsolid/commit/153e53bc80)] - **test**: trim noisy grpc asset logging (Santiago Gimeno) [#460](https://github.com/nodesource/nsolid/pull/460)
27+
528
## 2026-04-30, Version 22.22.2-nsolid-v6.2.4 'Jod'
629

730
### 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 2
37-
#define NSOLID_PATCH_VERSION 5
36+
#define NSOLID_MINOR_VERSION 3
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)