Releases: spear-ai/ui
Releases · spear-ai/ui
@spear-ai/[email protected]
Major Changes
- #394
8ac0b2f
Thanks @psirenny! - Requests now throw anHTTPError
when they timeout or when they return a non-200 status code.
Minor Changes
-
#394
8ac0b2f
Thanks @psirenny! - Added debug logging and the ability to pass in a custom logger. -
#394
8ac0b2f
Thanks @psirenny! - Backed requests with the ky library which adds support for custom hooks. This makes it easier to integrate authentication workflows. -
#394
8ac0b2f
Thanks @psirenny! - Added request retries and timeouts.