Skip to content

Commit a4c6828

Browse files
authored
Update README.md
1 parent 6b3a121 commit a4c6828

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,9 +434,9 @@ Requests are a special type of event emitted by appmetrics. All the probes name
434434

435435
### Supported platforms
436436

437-
The Node Application Metrics agent supports the following runtime environments:
437+
The Node Application Metrics agent supports the following runtime environments where a Node.js runtime is available:
438438

439-
* **Node.js v4, v6 and v7** on:
439+
* **Node.js v4, v6 ,v7 and v8** on:
440440
* 64-bit or 32-bit runtime on Windows (x64 or x86)
441441
* 64-bit or 32-bit runtime on Linux (x64, x86, PPC32, PPC64, PPC64LE, z31, z64)
442442
* 64-bit or 32-bit runtime on AIX (PPC64)
@@ -494,9 +494,10 @@ The npm package for this project uses a semver-parsable X.0.Z version number for
494494
Non-release versions of this project (for example on github.com/RuntimeTools/appmetrics) will use semver-parsable X.0.Z-dev.B version numbers, where X.0.Z is the last release with Z incremented and B is an integer. For further information on the development process go to the [appmetrics wiki][3]: [Developing](https://github.com/RuntimeTools/appmetrics/wiki/Developing).
495495

496496
## Version
497-
3.0.2-development
497+
3.0.2
498498

499499
## Release History
500+
`3.0.2` - Probe defect for Node 8 support.
500501
`3.0.1` - Packaging bug fix to allow build from source if binary not present.
501502
`3.0.0` - Remove express probe. Additional data available in http and request events. Code improvements.
502503
`2.0.1` - Remove support for Node.js 0.10, 0.12, 5. Add heapdump api call.

0 commit comments

Comments
 (0)