You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The downside of using the HTTP API is that it can negatively affect your app's p
12
12
13
13
## Installation
14
14
15
-
Datadog-metrics is compatible with Node.js v14 and later and Deno 2.0 and later. You can install it with NPM:
15
+
Datadog-metrics is compatible with Node.js v14 and later and Deno 2.1 and later. You can install it with NPM:
16
16
17
17
```sh
18
18
npm install datadog-metrics --save
@@ -372,13 +372,13 @@ Contributions are always welcome! For more info on how to contribute or develop
372
372
373
373
**Breaking Changes:**
374
374
375
-
* The minimum required Node.js version is now v14.0.0 and Deno version is 2.0.0.
375
+
* The minimum required Node.js version is now v14.0.0 and Deno version is 2.1.0.
376
376
377
377
* The `code` property on `AuthorizationError` instances has been changed to `DATADOG_METRICS_AUTHORIZATION_ERROR` for clarity and consistency (it was previously `DATADOG_AUTHORIZATION_ERROR`). If you are using `errorInstance.code` to check types, make sure to update the string you were looking for.
378
378
379
379
**New Features:**
380
380
381
-
* Clarify this package is compatible with Deno (>= v2.0). We’ve silently worked on Deno for a long time, but never formally supported it before this release.
381
+
* Clarify this package is compatible with Deno (>= v2.1). We’ve silently worked on Deno for a long time, but never formally supported it before this release.
382
382
383
383
**Deprecations:**
384
384
@@ -800,4 +800,4 @@ Your contributions are always welcome! See [`CONTRIBUTING.md`](./CONTRIBUTING.md
0 commit comments