Skip to content

deps(go): bump github.com/trendvidia/protoregistry from 0.71.0 to 0.72.0 in the go-minor-and-patch group - #52

Merged
trendvidia merged 1 commit into
mainfrom
dependabot/go_modules/go-minor-and-patch-ae6fccffdf
May 30, 2026
Merged

deps(go): bump github.com/trendvidia/protoregistry from 0.71.0 to 0.72.0 in the go-minor-and-patch group#52
trendvidia merged 1 commit into
mainfrom
dependabot/go_modules/go-minor-and-patch-ae6fccffdf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-minor-and-patch group with 1 update: github.com/trendvidia/protoregistry.

Updates github.com/trendvidia/protoregistry from 0.71.0 to 0.72.0

Changelog

Sourced from github.com/trendvidia/protoregistry's changelog.

[0.72.0] - 2026-05-19

Small additive release: TLS transport credentials for Dial. Enables protolsp and other clients to dial registries across networks while preserving Dial's cache-fallback behavior on the failure path. No client breakage.

Added — client

  • client.WithTransportCredentials(creds) (#16): supply gRPC transport credentials for Dial, replacing the hard-coded insecure.NewCredentials() that has been the only behavior since the package shipped. Default unchanged (no option set ⇒ insecure transport, fine for loopback / docker-compose). Production callers pass credentials.NewTLS(tlsCfg) to enable TLS while keeping the cache-fallback path on Dial failure. Callers using New are unaffected — they own the *grpc.ClientConn and configure credentials there directly, as before.

Chores

  • Gitignore the protoregistry binary at the repo root (#15).
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-minor-and-patch group with 1 update: [github.com/trendvidia/protoregistry](https://github.com/trendvidia/protoregistry).


Updates `github.com/trendvidia/protoregistry` from 0.71.0 to 0.72.0
- [Release notes](https://github.com/trendvidia/protoregistry/releases)
- [Changelog](https://github.com/trendvidia/protoregistry/blob/main/CHANGELOG.md)
- [Commits](trendvidia/protoregistry@v0.71.0...v0.72.0)

---
updated-dependencies:
- dependency-name: github.com/trendvidia/protoregistry
  dependency-version: 0.72.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 25, 2026
@trendvidia
trendvidia merged commit 27ce253 into main May 30, 2026
4 checks passed
@trendvidia
trendvidia deleted the dependabot/go_modules/go-minor-and-patch-ae6fccffdf branch May 30, 2026 08:07
trendvidia added a commit that referenced this pull request Jul 24, 2026
- Implementation boxes #40#43 ticked: protocheck v2.0.0 (2026-07-23)
  shipped the engine SPI (PR#22), function registration + init-time
  verification (PR#23), and validation execution — WithFailFast (PR#21),
  wire-aligned EnrichedViolation model (PR#24), carrier-rule dispatch
  with source-map enrichment (PR#26); catalog + i18n (PR#28, M6).
  v2.1.0 added per-element repeated/map dispatch (PR#35).
- #50#52 ticked: protolsp shipped RFC-001 extended-grammar parsing
  and semantic tokens (protolsp#218 Phases A/B, 2026-07-16), source-map
  navigation with descriptor fallback (protolsp#219 Phase C, #220), and
  annotation-aware diagnostics (#220; completion parity #228,
  runtime-violation overlay #231).
- #70 ticked: protowire-go v1.3.1 (2026-07-23) wires the Validator
  seam through the pxf/pb/sbe decoders (protowire-go#49/PR#59) with the
  protocheck-side adapter (protocheck PR#38); protovalidate adapter as
  nested module (PR#60), noted on #17.
- M0 spec boxes #4#7 ticked (landed via GH #54; annotations.proto
  round-trip verified per GH #58); #6 acceptance boxes ticked against
  the shipped STABILITY.md section.
- #19 annotated: §5.3 executable fixtures shipped (GH #135, PR #138);
  corpus expansion continues in GH #68.

Remaining implementation fronts: #60/#61 (protobuf-go codegen) and
#80 (OpenAPI, GH #93).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant