Skip to content

Releases: moira-alert/python-moira-client

v4.3.2

07 Feb 07:35
8cf4699
Compare
Choose a tag to compare

What's Changed

  • fix: The PATCH method should be used to update a team by @SharUpOff in #44

Full Changelog: v4.3.1...v4.3.2

v4.3.1

07 Feb 07:35
587aa56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.3.1

v4.3.0

07 Feb 07:35
cc8f918
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.3.0

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.