Skip to content

Commit e595fa3

Browse files
authored
Merge pull request #195 from Jiri-Kremser/release-notes
More changes to changelog (2.9.0)
2 parents 66e0be1 + 2083349 commit e595fa3

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

CHANGES.rdoc

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,28 @@ This document describes the relevant changes between releases of the
44
_hawkular-client_ project.
55

66
=== V 2.9.0
7-
* Adds the ability to assign tags to existing alerts
8-
* Uniform Client names
9-
* Supports Update Collection Intervals command.
10-
* Clients classes pass through options to RestClient
11-
* Added an option to query metrics based on tag only
7+
* Adding a way to update collection interval on the agent
8+
* Fixed <code>get_entity</code> method in the inventory client
9+
* Big improvements to the testing suite. Now we run the tests against live Hawkular server that runs as a Docker container
10+
* Fixed a bug in operations client where it was necessary to pass the operation name only as a string and it silently failed with symbol
11+
* Alert conditions now expose also the interval field
12+
* Added an option to query metrics based on tag only (regardless to type)
13+
* Improved passing of options to underlying Rest client
14+
* The API is now consistent when creating resource that already existed
15+
* Making sure the gem can work with Alerts 1.5.1
16+
* Now it's unable to add/remove datasources if the Hawkular Services are running in container
17+
* All the sub-clients are now lazily initiated with the first usage
18+
* Adds the ability to assign and remove tags to existing alerts
19+
* Uniform client names
20+
21+
==== Deprecations
22+
* instead of <code>HawkularUtilsMixin</code> use <code>Hawkular::ClientUtils</code>
23+
* instead of <code>Hawkular::Operations::OperationsClient</code> use <code>Hawkular::Operations::Client</code>
24+
* instead of <code>Hawkular::Alerts::AlertsClient</code> use <code>Hawkular::Alerts::Client</code>
25+
* instead of <code>Hawkular::Token::TokenClient</code> use <code>Hawkular::Token::Client</code>
26+
* instead of <code>Hawkular::Inventory::InventoryClient</code> use <code>Hawkular::Inventory::Client</code>
27+
28+
Warning: in the next major version we may remove the deprecated API
1229

1330
Full list of changes can be found at https://github.com/hawkular/hawkular-client-ruby/milestone/14?closed=1
1431

0 commit comments

Comments
 (0)