2.8.0
API
- serve new refresh token if the user request a new access token within the last hour of validity of the refresh token
- fix audit/search API
SSO
- create OIDC users with firstname and lastname from IdP
Gateways
- restore the alarming support
Workflows
- extend the persistence timeout from 1min to 10min
- make the python json loader strict to False (to allow control characters in token(s) - e.g \t in strings
- extend the bulk timeout from 30 min to 3h
Misc
- cleanup user refresh tokens
- migrate user passwords to BCrypt insetad of sha256
2.8.1
- fix requests/search broken API
- fix webex gateway proxy content-type (set to application/json)