Skip to content

Commit 795e698

Browse files
committed
2026-07-22, Version 22.23.1-nsolid-v6.3.3 'Jod'
Signed-off-by: Santiago Gimeno <santiago.gimeno@gmail.com>
1 parent 09cecf2 commit 795e698

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

doc/changelogs/NSOLID_CHANGELOG_V6_NODE_V22.md

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

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

5+
## 2026-07-22, Version 22.23.1-nsolid-v6.3.3 'Jod'
6+
7+
### Commits
8+
9+
* \[[`34972b9e90`](https://github.com/nodesource/nsolid/commit/34972b9e90)] - **agents**: fix statsdTags in reconfigure response (Santiago Gimeno) [#495](https://github.com/nodesource/nsolid/pull/495)
10+
* \[[`09cecf29c4`](https://github.com/nodesource/nsolid/commit/09cecf29c4)] - **deps**: upgrade to ip-address\@10.2.0 (Santiago Gimeno)
11+
* \[[`4239b2b709`](https://github.com/nodesource/nsolid/commit/4239b2b709)] - **deps**: upgrade to tar\@7.5.20 (Santiago Gimeno)
12+
* \[[`cceb847a26`](https://github.com/nodesource/nsolid/commit/cceb847a26)] - **deps**: update libcurl to 8.21.0 (Santiago Gimeno) [#497](https://github.com/nodesource/nsolid/pull/497)
13+
* \[[`0f61d1defe`](https://github.com/nodesource/nsolid/commit/0f61d1defe)] - **deps**: fix versions of minimatch & brace-expansion (Minwoo Jung)
14+
* \[[`a0aee02543`](https://github.com/nodesource/nsolid/commit/a0aee02543)] - **test**: fix test-http-agent-keepalive again (Santiago Gimeno) [#488](https://github.com/nodesource/nsolid/pull/488)
15+
516
## 2026-06-24, Version 22.23.1-nsolid-v6.3.2 'Jod'
617

718
### Commits

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#define NSOLID_MINOR_VERSION 3
3737
#define NSOLID_PATCH_VERSION 3
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)