Skip to content

Releases: moira-alert/python-moira-client

v5.1.0

12 May 12:29
76a2041

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.1.0

v5.0.0

03 Mar 09:27
6cad1c7

Choose a tag to compare

‼️ The add method creates a new contact if the passed name does not match an existing one.

What's Changed

  • fix!: The add method should create a new contact if the passed name does not match an existing one by @SharUpOff in #45

Full Changelog: v4.3.2...v5.0.0

v4.3.2

07 Feb 07:35
8cf4699

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

Choose a tag to compare

What's Changed

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

v4.3.0

07 Feb 07:35
cc8f918

Choose a tag to compare

What's Changed

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

v4.2.1

30 May 11:04
6f9a845

Choose a tag to compare

Changes:

Add support for name field in contacts

v4.2.0

04 Jun 10:08
dd6fead

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

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

Choose a tag to compare

Fix typo

v4.0.1

11 May 05:19
2315f99

Choose a tag to compare

Small refactor to satisfy users that use Python < 3.6