Skip to content

Commit

Permalink
2023-12-06, N|Solid v5.0.1 Iron Release
Browse files Browse the repository at this point in the history
PR-url: #41
  • Loading branch information
juanarbol committed Dec 7, 2023
1 parent 21459cb commit 179d258
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG_NSOLID.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# N|Solid Changelog

## 2023-12-07, Version 20.10.0-nsolid-v5.0.1 'Iron'

* [21459cb673] - src: NODE_RELEASE should be node (Santiago Gimeno) https://github.com/nodesource/nsolid/pull/36
* [9eb4d066f7] - agents: fix crash in HttpCurlGlobalInitializer (Santiago Gimeno) https://github.com/nodesource/nsolid/pull/34
* [5a47d7e128] - agents: fix crash in StatsDAgent (Santiago Gimeno) https://github.com/nodesource/nsolid/pull/32
* [b2c1bb381f] - agents: fix OTLPAgent race conditions on cleanup (Santiago Gimeno) https://github.com/nodesource/nsolid/pull/30
* [d8dbacc05f] - src: change how fd counter is done (Trevor Norris)
* [f6fd580c25] - src: fix SetupArrayBufferExports() declaration (Santiago Gimeno) https://github.com/nodesource/nsolid/pull/25
* [ed78fc603a] - src: cleanup the RunCommand queues on RemoveEnv (Santiago Gimeno) https://github.com/nodesource/nsolid/pull/25
* [2e5526744d] - src: fix EnvInst::GetCurrent() (Santiago Gimeno) https://github.com/nodesource/nsolid/pull/25
* [33c8b296b9] - src: change EnvList::promise_tracking_() signature (Santiago Gimeno) https://github.com/nodesource/nsolid/pull/25
* [6eb5d34f6c] - src: fix NODE_RELEASE_URLBASE (Santiago Gimeno) https://github.com/nodesource/nsolid/pull/27
* [3ec83cd8fd] - src: clear envinst_ after env (Trevor Norris) https://github.com/nodesource/nsolid/pull/24
* [1dca94bfed] - src: use own RequestInterrupt implementation (Trevor Norris) https://github.com/nodesource/nsolid/pull/24
* [3ac8239878] - src: reset main_thread_id_ when it is removed (Trevor Norris) https://github.com/nodesource/nsolid/pull/24
* [d849d3fdc1] - src: make main_thread_id_ atomic (Trevor Norris) https://github.com/nodesource/nsolid/pull/24
* [ffb241f9e2] - agents: fix profile/snapshot messages body format (Santiago Gimeno) https://github.com/nodesource/nsolid/pull/23
* [6e37c40044] - src: move CpuProfilerStor impl to cc file (Santiago Gimeno) https://github.com/nodesource/nsolid/pull/18
* [877b3a3dcd] - src: handle bad allocation errors (Santiago Gimeno) https://github.com/nodesource/nsolid/pull/20
* [a0a32ca005] - agents: fixup log in ZmqAgent (Santiago Gimeno) https://github.com/nodesource/nsolid/pull/22
* [24bde1e8d7] - agents: remove ASSERT that can be ignored (Trevor Norris) https://github.com/nodesource/nsolid/pull/13
* [bced2edb52] - src: don't allow parallel calls to Update() (Trevor Norris) https://github.com/nodesource/nsolid/pull/13
2 changes: 1 addition & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define NSOLID_MINOR_VERSION 0
#define NSOLID_PATCH_VERSION 1

#define NSOLID_VERSION_IS_RELEASE 0
#define NSOLID_VERSION_IS_RELEASE 1

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit 179d258

Please sign in to comment.