Skip to content

chore(deps): update go modules - #119

Merged
sergiught merged 1 commit into
mainfrom
renovate/go-modules
Aug 7, 2026
Merged

chore(deps): update go modules#119
sergiught merged 1 commit into
mainfrom
renovate/go-modules

Conversation

@renovate

@renovate renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0v2.30.0 age confidence
github.com/openfga/openfga v1.18.1v1.18.3 age confidence
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2v6.0.3 age confidence

Release Notes

grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)

v2.30.0

Compare Source

New Features

Fixes

Change PR Contributor
OpenAPI v2: messages sorted before rendering definitions for determinism #​6732 @​alliasgher
OpenAPI v2: enum comments now go to description instead of title #​6785 @​superShen0916
OpenAPI v2: include field schema metadata on parameters #​6894 @​puneetdixit200
OpenAPI v2: omit empty body objects for nested path parameters #​7065 @​alliasgher
OpenAPI v3: omit empty body objects for nested path parameters #​7068 @​alliasgher
OpenAPI v2: preserve x-nullable when use_allof_for_refs wraps a $ref #​7026 @​pkhanaljc
OpenAPI v2: fix path joining for colon-prefixed segments #​7191 @​Ritik100-AIT
Prioritize OpenAPI config options over proto options #​6973 @​maskedmaxx
Support Service doc comments for OpenAPI/Swagger generation #​6200 @​majiayu000
Fix nested body path initialization for oneof fields #​6948 @​cyphercodes
Remove redundant enum assignment for nested proto3 fields #​7059 @​abhishek-dalbanjan
Drain request only after ParseForm in generated code #​7192 @​paskozdilar
Support field extensions with use_allof_for_refs #​3100 @​same-id
Ignore M import-path mappings in openapiv3 plugin params #​6936 @​johanbrandhorst

Documentation

Tests / CI / Infra

New Contributors

@​alliasgher, @​superShen0916, @​puneetdixit200, @​ketpatil77, @​EliSauder, @​maskedmaxx, @​hawk-roy, @​viniciusmtsantos, @​cyphercodes, @​abhishek-dalbanjan, @​hsdfat, @​ZayanKhan-12, @​dlanov, @​maydietwice, @​pkhanaljc, @​Ritik100-AIT


Full Changelog: grpc-ecosystem/grpc-gateway@v2.29.0...v2.30.0

openfga/openfga (github.com/openfga/openfga)

v1.18.3

Compare Source

What's Changed

Fixed

  • Fixed experimental weighted_graph_check intermittently returning false when evaluating relations that cross two or more distinct recursive TTUs which share the same tupleset relation. #​3244

Full Changelog: openfga/openfga@v1.18.2...v1.18.3

v1.18.2

Compare Source

What's Changed

Added
  • Extended experimental weighted_graph_check diagnostic logging to cover the wildcard_with_exclusion and userset_with_exclusion shapes: the log now fires when v2 Check rejects one of these shapes and Check falls back to v1, and when v2 Check is skipped entirely because the weighted graph fails to build. These logs surface authorization models that may be affected by a future v1 deprecation, and no operator action is required. #​3204
Changed
  • Matched experimental weighted_graph_check cache metrics with original Check cache metrics: iterator cache metrics renamed to tuples_cache_total_count, tuples_cache_hit_count, tuples_cache_discard_count, tuples_cache_size; query cache metrics added as check_cache_total_count, check_cache_hit_count, check_cache_invalid_hit_count. #​3184
Fixed
  • Fixed experimental weighted_graph_check incorrectly returning false for models with two or more independently-recursive relations where satisfying the outer recursive relation requires resolving through an unrelated, nested recursive relation (e.g. descendant_principal: member or descendant_principal from child_group where member transitively reaches a separately-recursive admin: direct_admin or admin from parent_group). FlattenNode now only excludes edges belonging to the specific recursive relation currently being unwound, instead of excluding every recursive edge in the graph. Thanks to @​yxshwanth for the contribution! #​3195
  • Tuple condition validation now checks that a condition is bound to the specific type-restriction facet (concrete user, typed wildcard, or userset) that matches the tuple's user, not just the user type and condition name. Previously a relation such as define viewer: [user, user:* with cond] would accept a tuple like document:1#viewer@user:alice carrying cond, even though cond is only defined on the user:* facet. Because this validation also runs when reading tuples during query resolution, such tuples are now consistently rejected across Check and ListObjects. See internal/validation/validation.go. #​3218
  • Converted the FlattenNode function of the internal/modelgraph package from a recursive algorithm to an iterative one. This more robustly handles deep relationship nesting. #​3224
  • Fixed experimental weighted_graph_check returning incorrect results for multi-branch recursion on the same relation; e.g., member: [user] or member from parent or member from child. #​3239
Security
  • Update toolchain Go version to 1.26.5 and rebuild the embedded grpc-health-probe (bumped to v0.4.53, built with Go 1.26.5) so released images no longer ship the Go standard library vulnerabilities documented in the Go 1.26.5 release notes, including CVE-2026-39822. #​3219

New Contributors

Full Changelog: openfga/openfga@v1.18.1...v1.18.2

santhosh-tekuri/jsonschema (github.com/santhosh-tekuri/jsonschema/v6)

v6.0.3

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 25 additional dependencies were updated

Details:

Package Change
github.com/openfga/language/pkg/go v0.3.1 -> v0.3.2-0.20260730144454-83fedf8a4e70
github.com/felixge/httpsnoop v1.0.4 -> v1.1.0
github.com/go-logr/logr v1.4.3 -> v1.4.4
github.com/go-viper/mapstructure/v2 v2.4.0 -> v2.5.0
github.com/google/cel-go v0.28.1 -> v0.29.2
github.com/klauspost/compress v1.18.5 -> v1.19.0
github.com/moby/moby/api v1.54.2 -> v1.55.0
github.com/moby/moby/client v0.4.1 -> v0.5.0
github.com/oklog/ulid/v2 v2.1.1 -> v2.1.2
github.com/prometheus/client_golang v1.23.2 -> v1.24.0
github.com/prometheus/common v0.66.1 -> v0.70.0
github.com/prometheus/procfs v0.20.1 -> v0.21.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0 -> v0.70.0
go.opentelemetry.io/otel v1.44.0 -> v1.45.0
go.opentelemetry.io/otel/metric v1.44.0 -> v1.45.0
go.opentelemetry.io/otel/sdk v1.44.0 -> v1.45.0
go.opentelemetry.io/otel/trace v1.44.0 -> v1.45.0
go.yaml.in/yaml/v3 v3.0.4 -> v3.0.5
golang.org/x/crypto v0.52.0 -> v0.54.0
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f -> v0.0.0-20260718201538-764159d718ef
golang.org/x/net v0.55.0 -> v0.57.0
golang.org/x/sync v0.21.0 -> v0.22.0
golang.org/x/text v0.37.0 -> v0.40.0
google.golang.org/genproto/googleapis/api v0.0.0-20260615183401-62b3387ff324 -> v0.0.0-20260803160001-6ac0973c030d
google.golang.org/genproto/googleapis/rpc v0.0.0-20260615183401-62b3387ff324 -> v0.0.0-20260803160001-6ac0973c030d

@renovate
renovate Bot requested a review from sergiught as a code owner August 3, 2026 17:10
@renovate renovate Bot added the dependencies label Aug 3, 2026
@renovate
renovate Bot force-pushed the renovate/go-modules branch from 2d12758 to ba3b707 Compare August 5, 2026 05:49
@renovate renovate Bot changed the title chore(deps): update module github.com/openfga/openfga to v1.18.2 chore(deps): update go modules Aug 5, 2026
@renovate
renovate Bot force-pushed the renovate/go-modules branch 2 times, most recently from 09a063b to 7182e70 Compare August 6, 2026 17:34
@renovate
renovate Bot force-pushed the renovate/go-modules branch from 7182e70 to 6b79f17 Compare August 7, 2026 07:46
@sergiught
sergiught merged commit 8cde812 into main Aug 7, 2026
7 of 8 checks passed
@sergiught
sergiught deleted the renovate/go-modules branch August 7, 2026 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant