Skip to content

Commit 4824d74

Browse files
committed
updates to changelog for 9.0.0 prep
1 parent 4c519a1 commit 4824d74

File tree

1 file changed

+8
-156
lines changed

1 file changed

+8
-156
lines changed

CHANGELOG.md

Lines changed: 8 additions & 156 deletions
Original file line numberDiff line numberDiff line change
@@ -1,164 +1,16 @@
11
### v9.0.0 (2022-08-01)
22

3+
* **BREAKING** Removed support for Node 12.
4+
5+
The minimum supported version is now Node v14. For further information on our support policy, see: https://docs.newrelic.com/docs/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent.
6+
7+
* Added support for Node 18.
8+
39
* Fixed GC binder to properly record Garbage Collection metrics in Node 18.
410

5-
* Bumped minimum `nan` version to ^2.16.0.
11+
* Resolved several dev-dependency audit warnings.
612

7-
* Dropped support for Node 12.
8-
* Updated the engines field to >= 14.
9-
* Updated release-workflow to cover Node versions 14-18.
10-
11-
--- NOTES NEEDS REVIEW ---
12-
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
13-
<details>
14-
<summary>Changelog</summary>
15-
<p><em>Sourced from <a href="https://github.com/moment/moment/blob/develop/CHANGELOG.md">moment's changelog</a>.</em></p>
16-
<blockquote>
17-
<h3>2.29.4</h3>
18-
<ul>
19-
<li>Release Jul 6, 2022
20-
<ul>
21-
<li><a href="https://github-redirect.dependabot.com/moment/moment/pull/6015">#6015</a> [bugfix] Fix ReDoS in preprocessRFC2822 regex</li>
22-
</ul>
23-
</li>
24-
</ul>
25-
<h3>2.29.3 <a href="https://gist.github.com/ichernev/edebd440f49adcaec72e5e77b791d8be">Full changelog</a></h3>
26-
<ul>
27-
<li>Release Apr 17, 2022
28-
<ul>
29-
<li><a href="https://github-redirect.dependabot.com/moment/moment/pull/5995">#5995</a> [bugfix] Remove const usage</li>
30-
<li><a href="https://github-redirect.dependabot.com/moment/moment/pull/5990">#5990</a> misc: fix advisory link</li>
31-
</ul>
32-
</li>
33-
</ul>
34-
</blockquote>
35-
</details>
36-
<details>
37-
<summary>Commits</summary>
38-
<ul>
39-
<li><a href="https://github.com/moment/moment/commit/000ac1800e620f770f4eb31b5ae908f6167b0ab2"><code>000ac18</code></a> Build 2.24.4</li>
40-
<li><a href="https://github.com/moment/moment/commit/f2006b647939466f4f403721b8c7816d844c038c"><code>f2006b6</code></a> Bump version to 2.24.4</li>
41-
<li><a href="https://github.com/moment/moment/commit/536ad0c348f2f99009755698f491080757a48221"><code>536ad0c</code></a> Update changelog for 2.29.4</li>
42-
<li><a href="https://github.com/moment/moment/commit/9a3b5894f3d5d602948ac8a02e4ee528a49ca3a3"><code>9a3b589</code></a> [bugfix] Fix redos in preprocessRFC2822 regex (<a href="https://github-redirect.dependabot.com/moment/moment/issues/6015">#6015</a>)</li>
43-
<li><a href="https://github.com/moment/moment/commit/6374fd860aeff75e6c9d9d11540c6b22bc7ef175"><code>6374fd8</code></a> Merge branch 'master' into develop</li>
44-
<li><a href="https://github.com/moment/moment/commit/b4e615307ee350b58ac9899e3587ce43972b0753"><code>b4e6153</code></a> Revert &quot;[bugfix] Fix redos in preprocessRFC2822 regex (<a href="https://github-redirect.dependabot.com/moment/moment/issues/6015">#6015</a>)&quot;</li>
45-
<li><a href="https://github.com/moment/moment/commit/7aebb1617fc9bced87ab6bc4c317644019b23ce7"><code>7aebb16</code></a> [bugfix] Fix redos in preprocessRFC2822 regex (<a href="https://github-redirect.dependabot.com/moment/moment/issues/6015">#6015</a>)</li>
46-
<li><a href="https://github.com/moment/moment/commit/57c90622e402c929504cc6d6f3de4ebe2a9ffc73"><code>57c9062</code></a> Build 2.29.3</li>
47-
<li><a href="https://github.com/moment/moment/commit/aaf50b6bca4075f40a3372c291ae8072fb4e9dcf"><code>aaf50b6</code></a> Fixup release complaints</li>
48-
<li><a href="https://github.com/moment/moment/commit/26f4aef9ca0b4c998107bf7e2cf1c33c30368d44"><code>26f4aef</code></a> Bump version to 2.29.3</li>
49-
<li>Additional commits viewable in <a href="https://github.com/moment/moment/compare/2.29.2...2.29.4">compare view</a></li>
50-
</ul>
51-
</details>
52-
<br />
53-
54-
55-
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moment&package-manager=npm_and_yarn&previous-version=2.29.2&new-version=2.29.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
56-
57-
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
58-
59-
[//]: # (dependabot-automerge-start)
60-
[//]: # (dependabot-automerge-end)
61-
62-
---
63-
64-
<details>
65-
<summary>Dependabot commands and options</summary>
66-
<br />
67-
68-
You can trigger Dependabot actions by commenting on this PR:
69-
- `@dependabot rebase` will rebase this PR
70-
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
71-
- `@dependabot merge` will merge this PR after your CI passes on it
72-
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
73-
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
74-
- `@dependabot reopen` will reopen this PR if it is closed
75-
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
76-
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
77-
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
78-
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
79-
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
80-
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
81-
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
82-
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
83-
84-
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/newrelic/node-native-metrics/network/alerts).
85-
86-
</details>
87-
--------------------------
88-
89-
* Updated CI to run against Node versions 14-18.
90-
91-
--- NOTES NEEDS REVIEW ---
92-
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
93-
<details>
94-
<summary>Changelog</summary>
95-
<p><em>Sourced from <a href="https://github.com/moment/moment/blob/develop/CHANGELOG.md">moment's changelog</a>.</em></p>
96-
<blockquote>
97-
<h3>2.29.2 <a href="https://gist.github.com/ichernev/1904b564f6679d9aac1ae08ce13bc45c">See full changelog</a></h3>
98-
<ul>
99-
<li>Release Apr 3 2022</li>
100-
</ul>
101-
<p>Address <a href="https://github.com/advisories/GHSA-8hfj-j24r-96c4">https://github.com/advisories/GHSA-8hfj-j24r-96c4</a></p>
102-
</blockquote>
103-
</details>
104-
<details>
105-
<summary>Commits</summary>
106-
<ul>
107-
<li><a href="https://github.com/moment/moment/commit/75e2ac573e8cd62086a6bc6dc1b8d271e2804391"><code>75e2ac5</code></a> Build 2.29.2</li>
108-
<li><a href="https://github.com/moment/moment/commit/5a2987758edc7d413d1248737d9d0d1b65a70450"><code>5a29877</code></a> Bump version to 2.29.2</li>
109-
<li><a href="https://github.com/moment/moment/commit/4fd847b7a8c7065d88ba0a64b727660190dd45d7"><code>4fd847b</code></a> Update changelog for 2.29.2</li>
110-
<li><a href="https://github.com/moment/moment/commit/4211bfc8f15746be4019bba557e29a7ba83d54c5"><code>4211bfc</code></a> [bugfix] Avoid loading path-looking locales from fs</li>
111-
<li><a href="https://github.com/moment/moment/commit/f2a813afcfd0dd6e63812ea74c46ecc627f6a6a6"><code>f2a813a</code></a> [misc] Fix indentation (according to prettier)</li>
112-
<li><a href="https://github.com/moment/moment/commit/7a10de889de64c2519f894a84a98030bec5022d9"><code>7a10de8</code></a> [test] Avoid hours around DST</li>
113-
<li><a href="https://github.com/moment/moment/commit/e96809208c9d1b1bbe22d605e76985770024de42"><code>e968092</code></a> [locale] ar-ly: fix locale name (<a href="https://github-redirect.dependabot.com/moment/moment/issues/5828">#5828</a>)</li>
114-
<li><a href="https://github.com/moment/moment/commit/53d7ee6ad8c60c891571c7085db91831bbc095b4"><code>53d7ee6</code></a> [misc] fix builds (<a href="https://github-redirect.dependabot.com/moment/moment/issues/5836">#5836</a>)</li>
115-
<li><a href="https://github.com/moment/moment/commit/52019f1dda47c3e598aaeaa4ac89d5a574641604"><code>52019f1</code></a> [misc] Specify length of toArray return type (<a href="https://github-redirect.dependabot.com/moment/moment/issues/5766">#5766</a>)</li>
116-
<li><a href="https://github.com/moment/moment/commit/0dcaaa689d02dde824029b09ab6aa64ff351ee2e"><code>0dcaaa6</code></a> [locale] tr: update translation of Monday and Saturday (<a href="https://github-redirect.dependabot.com/moment/moment/issues/5756">#5756</a>)</li>
117-
<li>Additional commits viewable in <a href="https://github.com/moment/moment/compare/2.29.1...2.29.2">compare view</a></li>
118-
</ul>
119-
</details>
120-
<br />
121-
122-
123-
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moment&package-manager=npm_and_yarn&previous-version=2.29.1&new-version=2.29.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
124-
125-
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
126-
127-
[//]: # (dependabot-automerge-start)
128-
[//]: # (dependabot-automerge-end)
129-
130-
---
131-
132-
<details>
133-
<summary>Dependabot commands and options</summary>
134-
<br />
135-
136-
You can trigger Dependabot actions by commenting on this PR:
137-
- `@dependabot rebase` will rebase this PR
138-
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
139-
- `@dependabot merge` will merge this PR after your CI passes on it
140-
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
141-
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
142-
- `@dependabot reopen` will reopen this PR if it is closed
143-
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
144-
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
145-
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
146-
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
147-
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
148-
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
149-
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
150-
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
151-
152-
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/newrelic/node-native-metrics/network/alerts).
153-
154-
</details>
155-
--------------------------
156-
157-
* Bumped tap to ^16.0.1.
158-
159-
* Resolved dev-only audit warnings.
160-
161-
* Bumped async to ^3.2.2 to resolve dev dependency audit warning.
13+
* Bumped minimum `nan` version to ^2.16.0.
16214

16315
### v8.0.0 (2022-03-22)
16416

0 commit comments

Comments
 (0)