Skip to content

Commit 109bd9e

Browse files
committed
chore: update changelog
1 parent abaf2ac commit 109bd9e

4 files changed

Lines changed: 48 additions & 60 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
99
- Added support for YAML-based validation files in the Language Server (https://github.com/authzed/spicedb/pull/3024)
1010
- Enable statistics-based optimizations when `--experimental-query-plan` is enabled. (https://github.com/authzed/spicedb/pull/3052)
1111
- Added missing implementations of cursoring for LookupResource, LookupSubjects and ReadRelationships calls in FDW (https://github.com/authzed/spicedb/pull/3016)
12+
- Added debug behavior to LookupResources that can help identify data cyles in LR calls (https://github.com/authzed/spicedb/pull/3070)
1213

1314
### Changed
1415
- Removed MySQL metrics prefixed with `go_sql_stats_connections_*` in favor of those prefixed with `go_sql_*` (https://github.com/authzed/spicedb/pull/2980)

e2e/go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ go 1.26.2
55
replace github.com/authzed/spicedb => ../
66

77
require (
8-
github.com/authzed/authzed-go v1.7.0
8+
github.com/authzed/authzed-go v1.9.0
99
github.com/authzed/grpcutil v0.0.0-20240123194739-2ea1e3d2d98b
1010
github.com/authzed/spicedb v1.29.5
1111
github.com/brianvoe/gofakeit/v6 v6.28.0
1212
github.com/ecordell/optgen v0.2.6
1313
github.com/jackc/pgx/v5 v5.9.1
1414
github.com/stretchr/testify v1.11.1
15-
golang.org/x/tools v0.43.0
15+
golang.org/x/tools v0.44.0
1616
google.golang.org/grpc v1.80.0
1717
mvdan.cc/gofumpt v0.9.2
1818
)
1919

2020
require (
21-
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260209202127-80ab13bee0bf.1 // indirect
21+
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260415201107-50325440f8f2.1 // indirect
2222
buf.build/go/protovalidate v1.1.3 // indirect
2323
cel.dev/expr v0.25.1 // indirect
2424
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
@@ -56,35 +56,35 @@ require (
5656
github.com/google/cel-go v0.27.0 // indirect
5757
github.com/google/go-cmp v0.7.0 // indirect
5858
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
59-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
59+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect
6060
github.com/jackc/pgpassfile v1.0.0 // indirect
6161
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
6262
github.com/jzelinskie/stringz v0.0.3 // indirect
6363
github.com/mattn/go-colorable v0.1.14 // indirect
64-
github.com/mattn/go-isatty v0.0.20 // indirect
64+
github.com/mattn/go-isatty v0.0.22 // indirect
6565
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6666
github.com/planetscale/vtprotobuf v0.6.1-0.20240917153116-6f2963f01587 // indirect
6767
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6868
github.com/prometheus/client_golang v1.23.2 // indirect
6969
github.com/prometheus/client_model v0.6.2 // indirect
7070
github.com/prometheus/common v0.67.5 // indirect
71-
github.com/prometheus/procfs v0.19.2 // indirect
71+
github.com/prometheus/procfs v0.20.1 // indirect
7272
github.com/rs/zerolog v1.34.0 // indirect
7373
github.com/shopspring/decimal v1.4.0 // indirect
7474
github.com/stoewer/go-strcase v1.3.1 // indirect
7575
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
7676
go.opentelemetry.io/otel v1.43.0 // indirect
7777
go.opentelemetry.io/otel/metric v1.43.0 // indirect
7878
go.opentelemetry.io/otel/trace v1.43.0 // indirect
79-
go.yaml.in/yaml/v2 v2.4.3 // indirect
80-
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect
81-
golang.org/x/mod v0.34.0 // indirect
79+
go.yaml.in/yaml/v2 v2.4.4 // indirect
80+
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect
81+
golang.org/x/mod v0.35.0 // indirect
8282
golang.org/x/net v0.53.0 // indirect
8383
golang.org/x/sync v0.20.0 // indirect
8484
golang.org/x/sys v0.43.0 // indirect
8585
golang.org/x/text v0.36.0 // indirect
86-
google.golang.org/genproto/googleapis/api v0.0.0-20260406210006-6f92a3bedf2d // indirect
87-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260406210006-6f92a3bedf2d // indirect
86+
google.golang.org/genproto/googleapis/api v0.0.0-20260414002931-afd174a4e478 // indirect
87+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 // indirect
8888
google.golang.org/protobuf v1.36.11 // indirect
8989
gopkg.in/yaml.v3 v3.0.1 // indirect
9090
resenje.org/singleflight v0.4.3 // indirect

0 commit comments

Comments
 (0)