v0.3.4
What's Changed
- 🐛
authenticate()now raisesComwattAPIErrorinstead ofComwattAuthErrorfor non-credential failures: any non-200/401/403 status onPOST /v1/authent(e.g. 5xx during an outage) and the HTTP-200-but-missing-cwt_session-cookie anomaly.ComwattAuthErroris now reserved for rejected credentials (401/403) and invalid sessions.
Full Changelog: 0.3.3...0.3.4