Skip to content

Releases: hawkular/hawkular-client-python

0.5.5

14 Mar 11:32
Compare
Choose a tag to compare

This is a fix for 0.5.4 packaging and includes the original alerts.py from 0.5.x series

Release 0.5.4

13 Mar 21:00
76bd56b
Compare
Choose a tag to compare
Release 0.5.4 Pre-release
Pre-release

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

28 Mar 11:15
Compare
Choose a tag to compare

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

23 Feb 11:29
Compare
Choose a tag to compare

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

23 Jan 09:49
Compare
Choose a tag to compare

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

14 Sep 12:11
Compare
Choose a tag to compare

A small release:

  • Add context option to HawkularClient for SSL setup
  • Support MetricType.String
  • Add Host header for HTTP/1.1 connections