6.2.0
📦 auth0View on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces significant new features for managing agents, organizations, roles, and network ACLs. It also fixes a bug in `EventStreamCloudEvent.data` deserialization.
✨ New Features
- Added agents management, organization-client associations, organization-level roles (groups/members), network ACL keys, and directory provisioning group sync selections.
🐛 Bug Fixes
- `EventStreamCloudEvent.data` now deserializes as its actual object shape (`Dict[str, Any]`) instead of an opaque JSON-encoded string that callers had to `json.loads()` themselves.