Public changelog from a week of commits
Customer-facing changelogs grouped under Added/Fixed/Changed -- no internal jargon
Voir l’aperçu de l’entrée et de la sortie
Entrée
- Raw Input
- 5 commits including a bug fix in CSV export, new SSO with Okta, breaking change to the /users API
- Audience
- external customers
- Format
- keepachangelog
Sortie (extrait)
## [v2.4.0] - 2026-06-13 ### Added - **SSO via Okta**: enterprise plans can now wire Okta SAML in Settings -> Auth -> SSO. ([docs](https://docs/sso/okta)) ### Fixed - CSV export now correctly quotes fields containing commas or quotes (regression introduced in v2.3.1). ### Changed (Breaking) - `GET /v1/users` now returns `users[]` instead of a top-level array. Old shape supported via `?legacy=1` until 2026-09-01.