Releases: hawkular/hawkular-client-python
Releases · hawkular/hawkular-client-python
0.5.5
Release 0.5.4
Adds support for requesting multiple metric_ids from stats endpoint.
- Missing alerts package, use 0.5.5 or 0.6.0 instead
Release 0.5.3
Small metrics release that allows the use of datetime and timedelta when dealing with timestamps (writing datapoints or querying for datapoints)
Release 0.5.2
Adds RPM spec file to the github repository.
Metrics updates:
- Add delete_tenant
- Add create_percentiles_filter and create_tags_filter for query_metric_stats
Alerts updates:
- Fixes imports for
from hawkular import *
- Add delete_trigger
Release 0.5.1
Changes since 0.5.0
- Fixes username/password base64 encoding when using Python 2.7
- Adds Dampening create/update/delete to Alerts API (thanks @dkorn)
Release 0.4.5
A small release:
- Add context option to HawkularClient for SSL setup
- Support MetricType.String
- Add Host header for HTTP/1.1 connections