Skip to content

Commit 3a761e0

Browse files
committed
2023-12-06, N|Solid v5.0.1 Iron Release
PR-url: #41
1 parent 21459cb commit 3a761e0

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG_NSOLID.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# N|Solid Changelog
2+
3+
## 2023-12-07, Version 20.10.0-nsolid-v5.0.1 'Iron'
4+
5+
* \[[`21459cb673`](https://github.com/nodesource/nsolid/commit/21459cb673)] - **src**: NODE\_RELEASE should be node (Santiago Gimeno) [nodesource/nsolid#36](https://github.com/nodesource/nsolid/pull/36)
6+
* \[[`9eb4d066f7`](https://github.com/nodesource/nsolid/commit/9eb4d066f7)] - **agents**: fix crash in HttpCurlGlobalInitializer (Santiago Gimeno) [nodesource/nsolid#34](https://github.com/nodesource/nsolid/pull/34)
7+
* \[[`5a47d7e128`](https://github.com/nodesource/nsolid/commit/5a47d7e128)] - **agents**: fix crash in StatsDAgent (Santiago Gimeno) [nodesource/nsolid#32](https://github.com/nodesource/nsolid/pull/32)
8+
* \[[`b2c1bb381f`](https://github.com/nodesource/nsolid/commit/b2c1bb381f)] - **agents**: fix OTLPAgent race conditions on cleanup (Santiago Gimeno) [nodesource/nsolid#30](https://github.com/nodesource/nsolid/pull/30)
9+
* \[[`f6fd580c25`](https://github.com/nodesource/nsolid/commit/f6fd580c25)] - **src**: fix SetupArrayBufferExports() declaration (Santiago Gimeno) [nodesource/nsolid#25](https://github.com/nodesource/nsolid/pull/25)
10+
* \[[`ed78fc603a`](https://github.com/nodesource/nsolid/commit/ed78fc603a)] - **src**: cleanup the RunCommand queues on RemoveEnv (Santiago Gimeno) [nodesource/nsolid#25](https://github.com/nodesource/nsolid/pull/25)
11+
* \[[`2e5526744d`](https://github.com/nodesource/nsolid/commit/2e5526744d)] - **src**: fix EnvInst::GetCurrent() (Santiago Gimeno) [nodesource/nsolid#25](https://github.com/nodesource/nsolid/pull/25)
12+
* \[[`33c8b296b9`](https://github.com/nodesource/nsolid/commit/33c8b296b9)] - **src**: change EnvList::promise\_tracking\_() signature (Santiago Gimeno) [nodesource/nsolid#25](https://github.com/nodesource/nsolid/pull/25)
13+
* \[[`6eb5d34f6c`](https://github.com/nodesource/nsolid/commit/6eb5d34f6c)] - **src**: fix NODE\_RELEASE\_URLBASE (Santiago Gimeno) [nodesource/nsolid#27](https://github.com/nodesource/nsolid/pull/27)
14+
* \[[`6e37c40044`](https://github.com/nodesource/nsolid/commit/6e37c40044)] - **src**: move CpuProfilerStor impl to cc file (Santiago Gimeno) [nodesource/nsolid#18](https://github.com/nodesource/nsolid/pull/18)
15+
* \[[`877b3a3dcd`](https://github.com/nodesource/nsolid/commit/877b3a3dcd)] - **src**: handle bad allocation errors (Santiago Gimeno) [nodesource/nsolid#20](https://github.com/nodesource/nsolid/pull/20)
16+
* \[[`a0a32ca005`](https://github.com/nodesource/nsolid/commit/a0a32ca005)] - **agents**: fixup log in ZmqAgent (Santiago Gimeno) [nodesource/nsolid#22](https://github.com/nodesource/nsolid/pull/22)
17+
* \[[`24bde1e8d7`](https://github.com/nodesource/nsolid/commit/24bde1e8d7)] - **agents**: remove ASSERT that can be ignored (Trevor Norris) [nodesource/nsolid#13](https://github.com/nodesource/nsolid/pull/13)
18+
* \[[`bced2edb52`](https://github.com/nodesource/nsolid/commit/bced2edb52)] - **src**: don't allow parallel calls to Update() (Trevor Norris) [nodesource/nsolid#13](https://github.com/nodesource/nsolid/pull/13)

src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#define NSOLID_MINOR_VERSION 0
3737
#define NSOLID_PATCH_VERSION 1
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)