Skip to content

ex_cedar: v0.1.0

Choose a tag to compare

@heyitsrobotagain heyitsrobotagain released this 30 Jun 18:40

0.1.0 (2026-06-30)

Features

  • authz: is_authorized over compiled handles with decision struct (24a33aa)
  • authz: support schema-validated requests (6cde070)
  • entities: build entity store handle from structs or json (3b10c08)
  • entity-uid: add EntityUid struct with parse and render (f47c4a8)
  • error: add splode-based error layer (8fa2da8)
  • native: scaffold rust crate and rustler nif loader (40bb32b)
  • packaging: precompiled release pipeline and hex metadata (08f3f79)
  • policy-set: compile cedar policies to a reusable handle (b7e25ea)
  • schema: parse cedar schema to a reusable handle (df8d6c4)
  • structs: add Entity, Context, Request with cedar encoders (645fa08)
  • telemetry: emit spans for compile and authorize (380624d)
  • templates: link policy templates and introspect policy sets (2d3d57e)
  • validator: validate policy sets against a schema (4b0b274)
  • value: add cedar json value encoder with extensions (243f15e)

Bug Fixes