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
<imgalign="right"src="https://user-images.githubusercontent.com/551402/208212084-1d0c07e2-4135-4c61-b2da-8f2fddbc66ed.png"alt="Bits the dog JavaScript"width="200px"/>
@@ -28,24 +29,25 @@ Most of the documentation for `dd-trace` is available on these webpages:
28
29
|[`v1`](https://github.com/DataDog/dd-trace-js/tree/v1.x)||`>= v12`|**End of Life**| 2021-07-13 | 2022-02-25 |
29
30
|[`v2`](https://github.com/DataDog/dd-trace-js/tree/v2.x)||`>= v12`|**End of Life**| 2022-01-28 | 2023-08-15 |
We currently maintain two release lines, namely `v3`and `v4`.
34
-
Features and bug fixes that are merged are released to the `v4` line and, if appropriate, also the `v3` line.
35
+
We currently maintain three release lines, namely `v5`, `v4`and `v3`.
36
+
Features and bug fixes that are merged are released to the `v5` line and, if appropriate, also the`v4` &`v3` line.
35
37
36
-
For any new projects it is recommended to use the `v4` release line:
38
+
For any new projects it is recommended to use the `v5` release line:
37
39
38
40
```sh
39
41
$ npm install dd-trace
40
42
$ yarn add dd-trace
41
43
```
42
44
43
-
However, existing projects that already use the `v3` release line, or projects that need to support EOL versions of Node.js, may continue to use these release lines.
45
+
However, existing projects that already use the `v4` & `v3` release line, or projects that need to support EOL versions of Node.js, may continue to use these release lines.
44
46
This is done by specifying the version when installing the package.
45
47
46
48
```sh
47
-
$ npm install dd-trace@3
48
-
$ yarn add dd-trace@3
49
+
$ npm install dd-trace@4
50
+
$ yarn add dd-trace@4
49
51
```
50
52
51
53
Any backwards-breaking functionality that is introduced into the library will result in an increase of the major version of the library and therefore a new release line.
0 commit comments