Skip to content

Releases: jetexe/gobuf-docker

v1.61.0

08 Dec 13:24
4578ce0

Choose a tag to compare

v1.61.0

Compare Source

Disable format on unknown or invalid syntax.
Fix regression in LSP functionality for well-known types.
Fix browser open for buf registry login in WSL2.
Fix panic in LSP for EOF lookups.
Fix --create flag for buf push to avoid errors on already existing modules if create is disallowed.

v1.60.0

Compare Source

Fix LSP published diagnostics to filter to the opened file.
Add textDocument/documentSymbol support for buf lsp serve.
Fix LSP navigation for cached modules which could cause import paths to become unresolvable.
Update default value of --timeout flag to 0, which results in no timeout by default.

v1.59.0

Compare Source

Promote buf beta lsp to buf lsp serve. Command buf beta lsp is now deprecated.
Add textDocument/References support for buf lsp serve.
Add autocompletion for basic keywords, syntax, package and imports for buf lsp serve.
Add workspace symbol queries for buf lsp serve.
Fix positional encoding for diagnostics in buf lsp serve.
Fix format updates for buf lsp serve.
Fix syntax highlighting on semantic tokens for buf lsp serve.
Fix buf format to remove extraneous whitespace before the first header node (syntax/package
declarations).

v1.58.0

Compare Source

Update PROTOVALIDATE lint rule to check IGNORE_IF_ZERO_VALUE on fields that track presence.
Fix buf format on fields with missing field number tags.
Optimize include and exclude path handling for workspaces to avoid unnecessary file system
operations. This change can result in a performance improvement for large workspaces.
Fix buf curl for HTTP/2 services with  --http2-prior-knowledge flag set.

v1.57.2

17 Sep 10:04
c6906a6

Choose a tag to compare

  • Update exclude types to remove unused options reducing the size of generated code.
  • Add gitlab-code-quality error format to print errors in the GitLab Code Quality format
    for buf lint and buf breaking.
  • Add source_control_url to json outputs for buf registry {module, plugin} commit commands.

v1.56.0

04 Aug 13:04
c9e4798

Choose a tag to compare

  • Add buf export --all flag to include non-proto source files.
  • Add s390x binaries for Linux to releases.
  • Fix ppc64le binaries for Linux released as x86_64 binaries.
  • buf lint will no longer warn about uses of (buf.validate.message).disabled, as it was
    removed in protovalidate v0.14.0. Please update to protovalidate v0.14.0 or higher, using the
    steps outlined in the
    protovalidate release notes.
  • Fix buf breaking --against-registry to work with new modules that have no commits on the
    default branch.

v1.55.1

19 Jun 12:08
e5c73e5

Choose a tag to compare

  • Fix language version for pre-commit hooks.
  • Promote buf beta stats to buf stats.
  • Update built-in Well-Known Types to Protobuf v31.1.
  • Add buf registry sdk info command.
  • Allow workspaces that are adding new module(s) with no module-specific breaking configurations to run buf breaking, ignoring new module(s).

v1.54.0

27 May 11:46
2acd4af

Choose a tag to compare

  • Add CSR category to breaking rules.
  • Add support for local bufplugins for protoc-gen-buf-breaking and protoc-gen-buf-lint.
  • Add RISC-V (64-bit) binaries for Linux to releases.
  • Fix type filtering on buf generate for empty files, files with no declared types.
  • Fix CEL check on buf lint for predefined rules variables.
  • Fix buf config migrate to filter out removed rules.
  • Allow users to set examples without constraints in PROTOVALIDATE lint rule.
  • Add ppc64le binaries for Linux to releases.

v1.53.0

22 Apr 11:15
48d2c8b

Choose a tag to compare

  • Fix buf breaking annotations for JSON format.

v1.52.1

14 Apr 13:10
77a572b

Choose a tag to compare

  • Fix exclude_type on a non imported package.
  • Fix --exclude-type flag for buf generate when an input is specified.
  • Fix type filter import filtering for options.
  • Add OS environment when invoking local buf plugins.
  • Add file path to buf lint and buf breaking output even when source code info is not available. This allows buf lint and buf breaking to respect ignore and ignore_only configurations when source code info is not available.

v1.51.0

28 Mar 22:16
bc0f29f

Choose a tag to compare

  • Fix buf convert to allow for zero length for binpb, txtpb, and yaml formats.
  • Fix use of deprecated flag --include-types for buf generate.
  • Add --against-registry flag to buf breaking that runs breaking checks against the latest commit on the default branch of the corresponding module in the registry.
  • Fix type filter with unused image dependencies for buf generate.
  • Improve type filtering for buf generate. Adds the ability to exclude types with the parameter exclude_types in buf.gen.yaml and a flag --exclude-types in the CLI. Type filters may now also be specified as plugin parameters in buf.gen.yaml.

v1.50.1

19 Mar 11:49
432c53b

Choose a tag to compare

  • Minor fixes and dependency updates.

v1.50.0

05 Feb 12:24
2254f0c

Choose a tag to compare

  • Add input parameter filter for use with git inputs. This sets the filter flag argument for the git fetch command.

What's Changed

  • Update module google.golang.org/protobuf to v1.36.4 by @renovate in #120
  • Update bufbuild/buf Docker tag to v1.50.0 - autoclosed by @renovate in #119

Full Changelog: v1.49.0...v1.50.0