lb_state_manager 1.1.3 lb_state_manager: ^1.1.3 copied to clipboard
Logbot State Manager service to return the state of the devices and device services
1.1.3 #
- CHANGE: Updated dependencies
1.1.2 #
- CHANGE: Updated API Calls through proxy
1.1.1 #
- CHANGE: Updated dependencies
1.1.0 #
- FEAT: Added a new service to run get the device statuses on background during runtime. This way, the API is called only once in a minute and the status is cached and can be quickly and easily read when needed
- FEAT: Updated the example application with the new APIs to read the cached status
- CHANGE: Added Enums to list the services that support the health-checks.
1.0.2 #
- CHANGE: Removed unused dependencies.
lb_state_manager
is now completely independent fromlb_firewall
,lb_writer
andlb_setup
- FIX: Fixed problem when API calls completed before the refresh token process, causing an unauthorized error
- FIX: Fixed wrong health checks endpoints that would always return UNHEALTHY services
- FIX: Fixed problem where device available on REMOTE would have status of OFF
1.0.1 #
- FIX: Updated lb_setup to 1.0.4 to fix wrong response model for DeviceBriefing
1.0.0 #
- FEAT: First release