File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed
Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- lint disable maximum-line-length no-literal-urls prohibited-strings-->
44
5+ ## 2026-01-14, Version 20.20.0-nsolid-v6.2.0 'Iron'
6+
7+ ### Commits
8+
9+ * \[ [ ` b14bc708e8 ` ] ( https://github.com/nodesource/nsolid/commit/b14bc708e8 )] - Merge tag 'v20.20.0' into node-v20.20.0-nsolid-v6.2.0-release (Santiago Gimeno)
10+ * \[ [ ` 908c627054 ` ] ( https://github.com/nodesource/nsolid/commit/908c627054 )] - ** agents** : fix otel-cpp warning when setting creds (Santiago Gimeno)
11+ * \[ [ ` 1f7faef940 ` ] ( https://github.com/nodesource/nsolid/commit/1f7faef940 )] - ** agents** : increase gRPC timeout from 10 to 60 secs (Santiago Gimeno)
12+ * \[ [ ` ceee8152ec ` ] ( https://github.com/nodesource/nsolid/commit/ceee8152ec )] - ** agents** : add option to dump grpc keylog file (Santiago Gimeno) [ #406 ] ( https://github.com/nodesource/nsolid/pull/406 )
13+ * \[ [ ` 4da827cd82 ` ] ( https://github.com/nodesource/nsolid/commit/4da827cd82 )] - ** deps** : update to protobuf v33.2 (Santiago Gimeno) [ #398 ] ( https://github.com/nodesource/nsolid/pull/398 )
14+ * \[ [ ` 02a5752ad1 ` ] ( https://github.com/nodesource/nsolid/commit/02a5752ad1 )] - ** deps** : update grpc to 1.76.0 (Santiago Gimeno) [ #390 ] ( https://github.com/nodesource/nsolid/pull/390 )
15+ * \[ [ ` d573042969 ` ] ( https://github.com/nodesource/nsolid/commit/d573042969 )] - ** deps** : update to protobuf v33.0 (Santiago Gimeno) [ #389 ] ( https://github.com/nodesource/nsolid/pull/389 )
16+ * \[ [ ` 2a6ecd0bac ` ] ( https://github.com/nodesource/nsolid/commit/2a6ecd0bac )] - ** deps** : update libcurl to 8.17.0 (Santiago Gimeno) [ #388 ] ( https://github.com/nodesource/nsolid/pull/388 )
17+ * \[ [ ` b176cba61c ` ] ( https://github.com/nodesource/nsolid/commit/b176cba61c )] - ** lib,src** : set default metrics interval to 5 secs (Santiago Gimeno)
18+ * \[ [ ` 1984b805bb ` ] ( https://github.com/nodesource/nsolid/commit/1984b805bb )] - ** src** : fix null pointer deref error in SetWeak cb (Santiago Gimeno)
19+ * \[ [ ` bf3a07c4a9 ` ] ( https://github.com/nodesource/nsolid/commit/bf3a07c4a9 )] - ** src** : set name to nsolid threads (Santiago Gimeno) [ #401 ] ( https://github.com/nodesource/nsolid/pull/401 )
20+ * \[ [ ` edd2cce398 ` ] ( https://github.com/nodesource/nsolid/commit/edd2cce398 )] - ** test** : add grpc tests testing TLS connections (Santiago Gimeno) [ #406 ] ( https://github.com/nodesource/nsolid/pull/406 )
21+
522## 2025-12-08, Version 20.19.6-nsolid-v6.1.1 'Iron'
623
724### Commits
Original file line number Diff line number Diff line change 3333#define NODE_VERSION_IS_RELEASE 1
3434
3535#define NSOLID_MAJOR_VERSION 6
36- #define NSOLID_MINOR_VERSION 1
37- #define NSOLID_PATCH_VERSION 2
36+ #define NSOLID_MINOR_VERSION 2
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)
You can’t perform that action at this time.
0 commit comments