Skip to content

Commit

Permalink
bump release version (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobespc authored and stalleyj committed Jun 26, 2019
1 parent e6bff4a commit fa687dc
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 32 deletions.
65 changes: 34 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,41 +487,44 @@ This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudN
| V5.x.x | May 2019 | Dec 2020 | | Current |

## Version
5.0.2
5.0.3

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



[1]:https://marketplace.eclipse.org/content/ibm-monitoring-and-diagnostic-tools-health-center
[2]:http://www.ibm.com/support/knowledgecenter/SS3KLZ/com.ibm.java.diagnostics.healthcenter.doc/topics/connecting.html
[3]:https://github.com/RuntimeTools/appmetrics/wiki
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appmetrics",
"version": "5.0.2",
"version": "5.0.3",
"engines": {
"node": ">=6"
},
Expand Down

0 comments on commit fa687dc

Please sign in to comment.