Releases: hibare/Moni
Releases · hibare/Moni
v0.3.9-alpha
What's Changed
Full Changelog: v0.3.8-alpha...v0.3.9-alpha
v0.3.8-alpha
What's Changed
Full Changelog: v0.3.7-alpha...v0.3.8-alpha
v0.3.7-alpha
0.2.7-alpha
Package upgrade/update:
- apscheduler to 3.8.0
- django-filter to 21.1
- urllib3 to1.26.7
- django to 3.2.7
Changes:
- Rename notificaitons to notifiers
- Created & updated timestamp fields for jobs & notifiers
- Update dev docker-compose file
New API:
- List jobs using a notifier
- Notifier history delete
v0.2.6-alpha
Fix:
- Requirements
v0.2.5-alpha
New:
- [API] Job response time
- [API] Job uptime
- [API] Job history delete
- [API] Notification delivery percentage
- [API] Notification history delete
- [Notifier] Gotify
- [Notifier] Webhook
- [Notifier] Discord
- Notification execution history
- OpenAPI Schema
- Swagger
- Redoc
Fix:
- [API] Notification test
Chage:
- API authentication header
Update/Upgrade:
- Bump Django 3.2.6
v0.1.5-alpha
Changes:
- Job history endpoint changed (/api/v1/job//history/)
New:
- Job pause endpoint (/api/v1/job//pause/)
- Job resume endpoint (/api/v1/job//resume/)
- Request roundtrip time in job history
v0.1.4-alpha
Update Python deps:
- asgiref to 3.4.1
- django to 3.2.5
v0.1.3-alpha
Fix missing deps
v0.1.2-alpha
Fix requirements + Remove hard coded values + Rename workflows