Skip to content

Commit 106d265

Browse files
Release v1.58.0 (#4044)
1 parent f9fe439 commit 106d265

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [v1.58.0] - 2025-10-09
44

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

1011
## [v1.57.2] - 2025-09-16
1112

12-
- Fix buf curl for HTTP/2 services
13+
- Fix buf curl for HTTP/2 services.
1314

1415
## [v1.57.1] - 2025-09-16
1516

@@ -1417,7 +1418,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
14171418

14181419
Initial beta release.
14191420

1420-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.57.2...HEAD
1421+
[v1.58.0]: https://github.com/bufbuild/buf/compare/v1.57.2...v1.58.0
14211422
[v1.57.2]: https://github.com/bufbuild/buf/compare/v1.57.1...v1.57.2
14221423
[v1.57.1]: https://github.com/bufbuild/buf/compare/v1.57.0...v1.57.1
14231424
[v1.57.0]: https://github.com/bufbuild/buf/compare/v1.56.0...v1.57.0

private/buf/bufcli/bufcli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package bufcli
1616

1717
// Version is the CLI version of buf.
18-
const Version = "1.57.3-dev"
18+
const Version = "1.58.0"

0 commit comments

Comments
 (0)