-
released this
2023-09-26 22:32:04 +02:00 | 0 commits to master since this releaseBugfixes
- drop first info event without a version (
370b7e3
)
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- drop first info event without a version (
-
released this
2023-08-29 18:41:23 +02:00 | 3 commits to master since this releaseFeatures
- add support for uptime kuma 1.23.0 and 1.23.1
Bugfixes
- remove
name
from maintenance monitors and status pages - rstip url globally
- convert sendUrl from bool to int
- validate accepted status codes types
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
released this
2023-07-07 22:28:25 +02:00 | 9 commits to master since this releaseFeature
- add support for uptime kuma 1.22.0 and 1.22.1
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
released this
2023-05-25 23:53:19 +02:00 | 11 commits to master since this releaseBugfixes
- fix ValueError if monitor authMethod is None
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
released this
2023-05-25 21:35:10 +02:00 | 14 commits to master since this releaseFeatures
- add
ssl_verify
parameter (Thanks @Vinalti) - add
wait_events
parameter - implement context manager for UptimeKumaApi class
- drop Python 3.6 support
- implement
get_monitor_status
helper method - implement timeouts for all methods (
timeout
parameter) - 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
Bugfixes
- adjust monitor
status
type to allow all used values - fix memory leak
BREAKING CHANGES
- Python 3.7+ required
- maintenance parameter
timezone
renamed totimezoneOption
- Removed the
wait_timeout
parameter. Use the newtimeout
parameter instead. Thetimeout
parameter 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_heartbeat
method. This method was never intended to retrieve information. Useget_heartbeats
orget_important_heartbeats
instead. - 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:
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- add
-
released this
2023-04-07 21:14:13 +02:00 | 42 commits to master since this releaseFeature
- add support for uptime kuma 1.21.2
- implement custom socketio headers
Bugfix
- do not wait for events that have already arrived
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
released this
2023-03-30 11:50:02 +02:00 | 48 commits to master since this releaseFeature
- add support for uptime kuma 1.21.1
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
released this
2023-03-20 15:16:06 +01:00 | 51 commits to master since this releaseFeature
- add support for uptime kuma 1.21.0
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
released this
2023-02-13 22:51:50 +01:00 | 56 commits to master since this releaseFeature
- add support for uptime kuma 1.20.0
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
released this
2023-01-17 21:29:51 +01:00 | 59 commits to master since this releaseFeature
- add support for uptime kuma 1.19.5
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download