8000 bump release version (#599) · RuntimeTools/appmetrics@fa687dc · GitHub
[go: up one dir, main page]

Skip to content

Commit fa687dc

Browse files
tobespcstalleyj
authored andcommitted
bump release version (#599)
1 parent e6bff4a commit fa687dc

File tree

2 files changed

+35
-32
lines changed

2 files changed

+35
-32
lines changed

README.md

Lines changed: 34 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -487,41 +487,44 @@ This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudN
487487
| V5.x.x | May 2019 | Dec 2020 | | Current |
488488

489489
## Version
490-
5.0.2
490+
5.0.3
491491

492492
## Release History
493-
`5.0.2` - Bump level of omr-agentcore.
494-
`5.0.1` - Bug fix for incorrect timings on http requests.
495-
`5.0.0` - Add Node 12 support, remove Node 6 support.
496-
`4.0.1` - Bug fix release including adding Node 10 support on Windows (Unix already working).
497-
`4.0.0` - Remove node-hc and add support for preloading.
498-
`3.1.3` - Packaging fix.
499-
`3.1.2` - Bug fixes.
500-
`3.1.1` - Node v6 on z/OS support.
501-
`3.1.0` - HTTPS probe added. Remove support for Node v7.
502-
`3.0.2` - Probe defect for Node 8 support.
503-
`3.0.1` - Packaging bug fix to allow build from source if binary not present.
504-
`3.0.0` - Remove express probe. Additional data available in http and request events. Code improvements.
505-
`2.0.1` - Remove support for Node.js 0.10, 0.12, 5. Add heapdump api call.
506-
`1.2.0` - Add file data collection capability and option configuration via api.
507-
`1.1.2` - Update agent core to 3.0.10, support Node.js v7.
508-
`1.1.1` - Fix node-gyp rebuild failure and don't force MQTT broker to on
509-
`1.1.0` - Bug fixes, improved MongoDB data, updated dependencies, CPU watchdog feature
510-
`1.0.13` - Express probe, strong-supervisor integration
511-
`1.0.12` - Appmetrics now fully open sourced under Apache 2.0 license
512-
`1.0.11` - Bug fixes
513-
`1.0.10` - Bug fixes
514-
`1.0.9` - Loopback and Riak support, bug fixes and update to agent core 3.0.9.
515-
`1.0.8` - Oracle support, bug fixes and api tests runnable using 'npm test'.
516-
`1.0.7` - StrongOracle support, support for installing with a proxy, expose MongoDB, MQLight and MySQL events to connectors.
517-
`1.0.6` - OracleDB support and bug fixes.
518-
`1.0.5` - Expose HTTP events to connectors (including MQTT).
519-
`1.0.4` - Redis, Leveldown, Postgresql, Memcached, MQLight and MQTT support, higher precision timings, and improved performance.
520-
`1.0.3` - Node.js v4 support.
521-
`1.0.2` - HTTP, MySQL, MongoDB, request tracking and function tracing support.
522-
`1.0.1` - Mac OS X support, io.js v2 support.
493+
`5.0.3` - Bug fix.
494+
`5.0.2` - Bump level of omragentcore.
495+
`5.0.1` - Bug fix for incorrect timiings on http request.
496+
`5.0.0` - Add Node 12 support, remove Node 6 support.
497+
`4.0.1` - Bug fix release including adding Node 10 support on Windows (Unix already working).
498+
`4.0.0` - Remove node-hc and add support for preloading.
499+
`3.1.3` - Packaging fix.
500+
`3.1.2` - Bug fixes.
501+
`3.1.1` - Node v6 on z/OS support.
502+
`3.1.0` - HTTPS probe added. Remove support for Node v7.
503+
`3.0.2` - Probe defect for Node 8 support.
504+
`3.0.1` - Packaging bug fix to allow build from source if binary not present.
505+
`3.0.0` - Remove express probe. Additional data available in http and request events. Code improvements.
506+
`2.0.1` - Remove support for Node.js 0.10, 0.12, 5. Add heapdump api call.
507+
`1.2.0` - Add file data collection capability and option configuration via api.
508+
`1.1.2` - Update agent core to 3.0.10, support Node.js v7.
509+
`1.1.1` - Fix node-gyp rebuild failure and don't force MQTT broker to on
510+
`1.1.0` - Bug fixes, improved MongoDB data, updated dependencies, CPU watchdog feature
511+
`1.0.13` - Express probe, strong-supervisor integration
512+
`1.0.12` - Appmetrics now fully open sourced under Apache 2.0 license
513+
`1.0.11` - Bug fixes
514+
`1.0.10` - Bug fixes
515+
`1.0.9` - Loopback and Riak support, bug fixes and update to agent core 3.0.9.
516+
`1.0.8` - Oracle support, bug fixes and api tests runnable using 'npm test'.
517+
`1.0.7` - StrongOracle support, support for installing with a proxy, expose MongoDB, MQLight and MySQL events to connectors.
518+
`1.0.6` - OracleDB support and bug fixes.
519+
`1.0.5` - Expose HTTP events to connectors (including MQTT).
520+
`1.0.4` - Redis, Leveldown, Postgresql, Memcached, MQLight and MQTT support, higher precision timings, and improved performance.
521+
`1.0.3` - Node.js v4 support.
522+
`1.0.2` - HTTP, MySQL, MongoDB, request tracking and function tracing support.
523+
`1.0.1` - Mac OS X support, io.js v2 support.
523524
`1.0.0` - First release.
524525

526+
527+
525528
[1]:https://marketplace.eclipse.org/content/ibm-monitoring-and-diagnostic-tools-health-center
526529
[2]:http://www.ibm.com/support/knowledgecenter/SS3KLZ/com.ibm.java.diagnostics.healthcenter.doc/topics/connecting.html
527530
[3]:https://github.com/RuntimeTools/appmetrics/wiki

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appmetrics",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"engines": {
55
"node": ">=6"
66
},

0 commit comments

Comments
 (0)
0