Skip to content

Releases: moira-alert/python-moira-client

v4.2.1

30 May 11:04
6f9a845
Compare
Choose a tag to compare

Changes:

Add support for name field in contacts

v4.2.0

04 Jun 10:08
dd6fead
Compare
Choose a tag to compare

Changes

Add support for multiple clusters in trigger creation

Now you can use cluster_id field in api to set non-default cluster for remote triggers. List of available clusters can be seen in api at https://your-moira-url/api/config

v4.1.1

21 Sep 07:31
5d65a88
Compare
Choose a tag to compare

Add support for prometheus trigger creation.

Now you canuse trigger_source field in api that overrides is_remote field

v4.0.2

11 May 08:57
b801a68
Compare
Choose a tag to compare

Fix typo

v4.0.1

11 May 05:19
2315f99
Compare
Choose a tag to compare

Small refactor to satisfy users that use Python < 3.6

v4.0.0

04 May 11:50
5f2bccd
Compare
Choose a tag to compare

Make validation for Python-client like validation in Web Moira. It is need to make valiation right and unified for all Moira client sides.

Use new validation for creating/updating triggers

Return response object instead of string ID

v3.0.0

11 Jan 16:20
6f36e5e
Compare
Choose a tag to compare

‼️ Remove underscore-prefixed fields that contained scheduling time settings:

  • _start_hour
  • _start_minute
  • _end_hour
  • _end_minute
  • _timezone_offset
  • disabled_days

Because they were duplicates of data from sched field.

Please use sched field for scheduling settings instead.

v2.6.1

09 Jan 10:03
68d10c1
Compare
Choose a tag to compare
  • Fix missed disabled_days
  • Push only tags create

v2.6.0

12 Dec 07:38
7f2b7cc
Compare
Choose a tag to compare
  • Add "/setMaintenance" methods #8
  • set login equal to auth_user by default if last one is specified #9
  • add "/config" methods #10
  • add support for changing moira notification state #16

Moira Client 2.5.1

09 Oct 14:04
65aff59
Compare
Choose a tag to compare

Features