>

AuthZed recognized as a 2025 Rising Star by KuppingerCole

[Read Report]
NOVEMBER 2025

AuthZed November 2025 Release

This release includes schema enhancements for SpiceDB, new Materialize API capabilities in the Python client, and dashboard improvements for AuthZed Cloud.

SpiceDB v1.46.2

Schema V2 Library Enhancements

The Schema V2 library now includes:

  • Configurable flattening options for permission schemas
  • Enhanced support for arrow operations (->) including conditional traversals (.any() and .all())
  • New utility functions for schema traversal and format conversion

These additions support developers building schema analysis and transformation tools.

authzed-py v1.24.0

Materialize API Support

This release adds support for the Materialize API, which helps maintain a real-time copy of permissions data in your own database systems.

When displaying lists or tables of accessible resources, checking permissions individually can be slow. The Materialize API addresses this by synchronizing permission relationships to your local systems.

The implementation includes:

  • Initial data loading with efficient backfill capabilities
  • Real-time synchronization as permissions change
  • Support for both synchronous and asynchronous Python code with automatic runtime detection
  • Local development client for testing without secure connections
  • Cursor-based pagination for large datasets
  • Quickstart guide with examples

AuthZed Cloud

Dashboard Enhancements

  • Performance charts now available in the dashboard for datastore monitoring
  • Version management includes direct links to documentation for each release

Bug Fixes

Various visual and functional improvements.