Skip to content

v0.3.4

Choose a tag to compare

@MateoGreil MateoGreil released this 05 Jul 10:53

What's Changed

  • 🐛 authenticate() now raises ComwattAPIError instead of ComwattAuthError for non-credential failures: any non-200/401/403 status on POST /v1/authent (e.g. 5xx during an outage) and the HTTP-200-but-missing-cwt_session-cookie anomaly. ComwattAuthError is now reserved for rejected credentials (401/403) and invalid sessions.

Full Changelog: 0.3.3...0.3.4