Releases: moira-alert/python-moira-client
v4.3.2
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
v4.3.0
v4.2.1
Changes:
Add support for name field in contacts
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.