- drop first info event without a version
- add support for uptime kuma 1.23.0 and 1.23.1
- remove
namefrom maintenance monitors and status pages - rstip url globally
- convert sendUrl from bool to int
- validate accepted status codes types
- add support for uptime kuma 1.22.0 and 1.22.1
- fix ValueError if monitor authMethod is None
- add
ssl_verifyparameter - add
wait_eventsparameter - implement context manager for UptimeKumaApi class
- drop Python 3.6 support
- implement
get_monitor_statushelper method - implement timeouts for all methods (
timeoutparameter) - add support for uptime kuma 1.21.3
- drop support for Uptime Kuma versions < 1.21.3
- check for required notification arguments
- raise exception when deleting an element that does not exist
- replace raw return values with enum values
- adjust monitor
statustype to allow all used values - fix memory leak
- Python 3.7+ required
- maintenance parameter
timezonerenamed totimezoneOption - Removed the
wait_timeoutparameter. Use the newtimeoutparameter instead. Thetimeoutparameter specifies how many seconds the client should wait for the connection, an expected event or a server response. - changed return values of methods
get_heartbeats,get_important_heartbeats,avg_ping,uptime,cert_info - Uptime Kuma versions < 1.21.3 are not supported in uptime-kuma-api 1.0.0+
- Removed the
get_heartbeatmethod. This method was never intended to retrieve information. Useget_heartbeatsorget_important_heartbeatsinstead. - Types of return values changed to enum values:
- monitor:
type(str -> MonitorType),status(bool -> MonitorStatus),authMethod(str -> AuthMethod) - notification:
type(str -> NotificationType) - docker host:
dockerType(str -> DockerType) - status page:
style(str -> IncidentStyle) - maintenance:
strategy(str -> MaintenanceStrategy) - proxy:
protocol(str -> ProxyProtocol)
- monitor:
- add support for uptime kuma 1.21.2
- implement custom socketio headers
- do not wait for events that have already arrived
- add support for uptime kuma 1.21.1
- add support for uptime kuma 1.21.0
- add support for uptime kuma 1.20.0
- add support for uptime kuma 1.19.5
- add support for uptime kuma 1.19.3
- remove unsupported type hints on old python versions
- add support for uptime kuma 1.19.2
- skip condition check for None values
- add parameter
wait_timeoutto adjust connection timeout
- add type to notification provider options
- remove required notification provider args check
- support for uptime kuma 1.18.3
- support for uptime kuma 1.18.1 / 1.18.2
- update event list data after changes
- support autoLogin for enabled disableAuth
- set_settings password is only required if disableAuth is enabled
- increase event wait time to receive the slow statusPageList event
- remove
tagsfrom monitor input - convert monitor notificationIDList only once
- generate pushToken on push monitor save
- convert monitor notificationIDList return value
- support for uptime kuma 1.18.0
- convert values on monitor edit
- implement 2FA login
- allow to add monitors to status pages
- do not block certain methods
- initial release