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: CHANGELOG.md
+11
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
5
6
6
## [Unreleased]
7
+
### Breaking Changes
8
+
- dropped ruby 2.1 support (@yuri-zubov sponsored by Actility, https://www.actility.com)
9
+
- added `rest-client` as a dependency which requires you to have a local c compiler present to install this plugin (@yuri-zubov sponsored by Actility, https://www.actility.com)
10
+
11
+
### Security
12
+
- updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@yuri-zubov sponsored by Actility, https://www.actility.com)
13
+
- updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@yuri-zubov sponsored by Actility, https://www.actility.com)
14
+
15
+
### Added
16
+
- Added ability to get metrics from VertX (@yuri-zubov sponsored by Actility, https://www.actility.com)
17
+
- Added health-check VertX (@yuri-zubov sponsored by Actility, https://www.actility.com)
0 commit comments