lucasheld
b87eed2597
fix: adjust monitor status
type to allow all used values
...
BREAKING CHANGE: monitor `status` type changed from `bool` to `MonitorStatus`
2023-05-02 20:34:26 +02:00
lucasheld
7ef61f8ce1
feat: drop python 3.6 support
...
BREAKING CHANGE: Python 3.7+ required
2023-05-02 17:57:32 +02:00
lucasheld
50ff8f1219
feat: drop python 3.6 support
...
BREAKING CHANGE: Python 3.7+ required
2023-05-01 19:06:48 +02:00
Vinalti
19bd8aecfa
Clean up code and implement best practices ( #27 )
...
* clean up code and implement best practices:
- `type(a) == list` replace with `isinstance(a, list)`
- `adict['key']` replaced with `adict.get('key')`
- annotation `-> list` replace by more accurate `-> list[dict]`
* improve compatibility with previous python versions with Typing
* little fix
2023-05-01 18:57:55 +02:00
lucasheld
e42f6461c0
feat: implement context manager for UptimeKumaApi class
2023-05-01 18:41:45 +02:00
lucasheld
391e5a3077
feat: add param wait_events
2023-04-30 16:48:36 +02:00
Lucas Held
31fe4466a2
Merge pull request #26 from Vinalti/add-ssl_verify-param
...
Add ssl_verify param
2023-04-30 16:03:11 +02:00
Vinalti
341d320549
Add ssl_verify param
2023-04-28 00:07:01 +02:00
lucasheld
e176b6b613
bump version to 0.13.0
2023-04-07 21:14:13 +02:00
Lucas Held
bdd441dd84
Merge pull request #22 from lucasheld/feature/custom-headers
...
Feature: Implement custom SocketIO Headers
2023-04-07 21:08:13 +02:00
lucasheld
d7f033030e
feat: add support for uptime kuma 1.21.2
2023-04-07 21:03:36 +02:00
lucasheld
be537a14d2
fix: do not wait for events that have already arrived
2023-04-07 20:07:52 +02:00
lucasheld
307b25249c
test: delete maintenances and api keys in setUp
2023-04-07 20:03:30 +02:00
lucasheld
e1fd3b7f03
feat: implement custom socketio headers
2023-03-30 12:19:31 +02:00
lucasheld
cc3588cf4d
bump version to 0.12.0
2023-03-30 11:50:02 +02:00
lucasheld
2773d02ee6
feat: add support for uptime kuma 1.21.1
2023-03-30 11:47:47 +02:00
Lucas Held
b33d2323ca
Update README.md
2023-03-20 15:30:22 +01:00
lucasheld
0492018e6d
bump version to 0.11.0
2023-03-20 15:16:06 +01:00
lucasheld
42c040f451
feat: add support for uptime kuma 1.21.0
2023-03-20 15:14:39 +01:00
Lucas Held
550be17817
Update README.md
2023-02-27 15:28:28 +01:00
Lucas Held
481eb67ff7
Update README.md
2023-02-15 13:06:38 +01:00
lucasheld
5bfd1044f6
Update README.md
2023-02-13 23:26:01 +01:00
lucasheld
5ce6cf2068
bump version to 0.10.0
2023-02-13 22:51:50 +01:00
lucasheld
14e9f47406
feat: add support for uptime kuma 1.20.0
2023-02-13 22:51:21 +01:00
Lucas Held
8427deffe0
Update README.md
2023-01-20 12:33:50 +01:00
lucasheld
03781e2399
bump version to 0.9.0
2023-01-17 21:29:51 +01:00
lucasheld
5e5c327b20
chore: update year
2023-01-17 21:06:18 +01:00
lucasheld
3e56459fb2
feat: add support for uptime kuma 1.19.5
2023-01-17 21:01:55 +01:00
Lucas Held
cc48b688da
Update README.md
2023-01-09 14:30:14 +01:00
lucasheld
a909c75542
bump version to 0.8.0
2023-01-04 22:49:01 +01:00
lucasheld
982c37045a
feat: add support for uptime kuma 1.19.3
2023-01-04 22:46:34 +01:00
lucasheld
4c9d017f62
bump version to 0.7.1
2023-01-01 13:33:05 +01:00
lucasheld
c1d941a200
docs: complete values for uptime kuma 1.19.2
2022-12-30 21:37:13 +01:00
lucasheld
4538901cea
docs: fix list type hints
2022-12-29 01:17:48 +01:00
lucasheld
9e3cbe7d59
docs: replace list[dict] with list type hint and add missing type hints
2022-12-29 01:09:44 +01:00
Lucas Held
10a22c8bc2
Update README.md
2022-12-29 00:44:28 +01:00
lucasheld
fd9411c57e
bump version to 0.7.0
2022-12-29 00:25:54 +01:00
lucasheld
d01ff6d80e
feat: add support for uptime kuma 1.19.2
2022-12-29 00:22:53 +01:00
lucasheld
1e4be04ad7
fix: skip condition check for None values
2022-12-29 00:17:57 +01:00
lucasheld
bc53116d9f
bump version to 0.6.0
2022-12-23 14:09:13 +01:00
lucasheld
e0c4207984
feat: add parameter wait_timeout
to adjust connection timeout
2022-12-23 14:07:46 +01:00
lucasheld
d68168b769
docs: add return types and exceptions
2022-12-17 15:31:47 +01:00
lucasheld
748d2b191a
docs: write param and type in the same line and add optional to type
2022-12-17 15:31:36 +01:00
Lucas Held
6021e9ebc4
Update README.md
2022-12-16 22:10:52 +01:00
lucasheld
ce5ba2d943
docs: add docstrings and sphinx, readthedocs configuration
2022-12-16 21:43:01 +01:00
lucasheld
face6c731d
bump version to 0.5.2
2022-11-05 18:50:57 +01:00
lucasheld
cb62b6c814
test: adjust uptime kuma versions
2022-11-05 18:48:59 +01:00
lucasheld
dac368e2a5
fix: add type to notification provider options
2022-11-05 18:48:31 +01:00
Lucas Held
3c17b2bf16
Update README.md
2022-10-11 11:05:45 +02:00
lucasheld
2c9bf42be5
bump version to 0.5.1
2022-10-07 14:34:04 +02:00