ivanauth
ivanauth
Fixes #74 Adds a comprehensive example demonstrating how to use `LookupResources` with streaming responses. ## What's Included - Complete working example in `examples/v1/lookup_resources.rb` - Shows how to handle streaming `LookupResourcesResponse`...
This PR adds documentation to help Maven users resolve dependency convergence issues when using authzed-java with the maven-enforcer-plugin. ## What's included **README.md** - New section on Maven dependency convergence with...
## Summary Rewrites the CRDB pool retry tests to use Go's `testing/synctest` package for better time simulation and test reliability. Fixes #2713 ## Changes - Wrap all retry tests in...
Fixes #2218 ## Summary Adds individual connection parameter flags as an alternative to `--datastore-conn-uri` for easier configuration from Kubernetes secrets or environment variables. ## New Flags - `--datastore-host`: database host...
## Summary - Enable underscore prefix (`_`) for definition, relation, and permission identifiers - Establishes a convention for marking identifiers as "private" or "internal" ## Description This PR implements the...
## Summary Add a `MustSafecast` helper function to the spiceerrors package that panics on cast failure, complementing the existing `Safecast` function. Fixes #2714 ## Changes - Add `MustSafecast[I, O]` function...
## Description Adds comprehensive instructions to `CONTRIBUTING.md` for testing proto changes locally before publishing to the Buf Registry. ## Changes - Added new section "Building with locally modified protos" with...
## Summary Add comprehensive examples demonstrating common authzed-go operations and link to external documentation resources in the README. Fixes #142 ## Changes - Add `examples/example_test.go` with 12 runnable examples covering:...
## Summary Add Go fuzz tests for ObjectID, Namespace, Relation, and CaveatName validation to help ensure the regex-based validation logic doesn't panic on arbitrary input. Fixes #103 ## Changes -...
## Summary - Add `--log-format` flag to support JSON logging output - Enable structured logging for better integration with log aggregation systems ## Description This PR adds support for JSON-formatted...