Releases: moira-alert/python-moira-client
Releases · moira-alert/python-moira-client
v4.2.1
v4.2.0
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
Add support for prometheus trigger creation.
Now you canuse trigger_source
field in api that overrides is_remote
field
v4.0.2
Fix typo
v4.0.1
Small refactor to satisfy users that use Python < 3.6
v4.0.0
Make validation for Python-client like validation in Web Moira. It is need to make valiation right and unified for all Moira client sides.
v3.0.0
_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
v2.6.0
Moira Client 2.5.1
Features
- Added ability to subscribe for all triggers without specifying tags moira-alert/moira#236.