Skip to content

Commit 50762ac

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 132cadd commit 50762ac

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

doc/changelogs/NSOLID_CHANGELOG_V6_NODE_V22.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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+
* \[[`132cadd566`](https://github.com/nodesource/nsolid/commit/132cadd566)] - **deps**: upgrade to ip-address\@10.2.0 (Santiago Gimeno)
11+
* \[[`f3ee9da1bc`](https://github.com/nodesource/nsolid/commit/f3ee9da1bc)] - **deps**: upgrade to tar\@7.5.20 (Santiago Gimeno)
12+
* \[[`0f61d1defe`](https://github.com/nodesource/nsolid/commit/0f61d1defe)] - **deps**: fix versions of minimatch & brace-expansion (Minwoo Jung)
13+
* \[[`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)
14+
515
## 2026-06-24, Version 22.23.1-nsolid-v6.3.2 'Jod'
616

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