Releases: infrasonar/python-libservice
Releases · infrasonar/python-libservice
v1.0.3
Compare
Sorry, something went wrong.
No results found
joente
released this
20 Jan 10:03
Added utils:
addr_check()
get_connector()
safe_get()
v1.0.1
Compare
Sorry, something went wrong.
No results found
joente
released this
14 Nov 10:13
Implemented the use_unchanged option for checks.
v1.0.0
Compare
Sorry, something went wrong.
No results found
joente
released this
20 Oct 09:42
Fixed typing issue while reading nodes.
Created v1.0.0 release to remove alpha/beta status.
v0.1.17
Compare
Sorry, something went wrong.
No results found
joente
released this
20 Sep 13:16
v0.1.16
Compare
Sorry, something went wrong.
No results found
joente
released this
10 Sep 11:13
Compatibility with Python 3.12
Warning
This version takes control over the asyncio event loop. If a loop is required, use the one initiated by this library unless you know what you are doing.
from libservice import loop
...
v0.1.15
Compare
Sorry, something went wrong.
No results found
joente
released this
30 Apr 09:55
Added hub.get_check_data() function.
from libservice .hub import hub
...
result = await hub .get_check_data (asset_id , check_id , raw = True )
v0.1.14
Compare
Sorry, something went wrong.
No results found
joente
released this
30 Apr 08:27
Added the option to get the container Id for and asset Id outside a check (and check if the asset is scheduled).
from libservice .serviceroom import service_room
container_id = service_room .get_container_id (asset_id )
if container_id is None :
# missing asset ID
v0.1.12
Compare
Sorry, something went wrong.
No results found
joente
released this
31 Aug 08:18
Upgrade library dependencies.
v0.1.11
Compare
Sorry, something went wrong.
No results found
joente
released this
25 Jul 12:23
Improved logging.
Upgrade library dependencies.
v0.1.10
Compare
Sorry, something went wrong.
No results found
joente
released this
05 Jul 21:15
Added the option to get an async asset lock.
Implement get alerts counter to internal hub protocol.