Releases: moira-alert/python-moira-client
Releases · moira-alert/python-moira-client
v5.1.0
What's Changed
- feat: system-tag api support by @HeavyPunk in #46
- fix: actualize system tags test by @HeavyPunk in #47
- feat: system tag support by @HeavyPunk in #48
New Contributors
- @HeavyPunk made their first contribution in #46
Full Changelog: v5.0.0...v5.1.0
v5.0.0
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
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