Skip to content

Commit 17cb335

Browse files
Release v1.59.0 (#4081)
Co-authored-by: Edward McFarlane <[email protected]>
1 parent 9c2df2f commit 17cb335

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

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

3-
## [Unreleased]
4-
5-
- No changes yet.
3+
## [v1.59.0] - 2025-10-20
4+
5+
- Promote `buf beta lsp` to `buf lsp serve`. Command `buf beta lsp` is now deprecated.
6+
- Add `textDocument/References` support for `buf lsp serve`.
7+
- Add autocompletion for basic keywords, syntax, package and imports for `buf lsp serve`.
8+
- Add workspace symbol queries for `buf lsp serve`.
9+
- Fix positional encoding for diagnostics in `buf lsp serve`.
10+
- Fix format updates for `buf lsp serve`.
11+
- Fix syntax highlighting on semantic tokens for `buf lsp serve`.
12+
- Fix `buf format` to remove extraneous whitespace before the first header node (syntax/package
13+
declarations).
614

715
## [v1.58.0] - 2025-10-09
816

@@ -1422,7 +1430,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
14221430

14231431
Initial beta release.
14241432

1425-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.58.0...HEAD
1433+
[v1.59.0]: https://github.com/bufbuild/buf/compare/v1.58.0...v1.59.0
14261434
[v1.58.0]: https://github.com/bufbuild/buf/compare/v1.57.2...v1.58.0
14271435
[v1.57.2]: https://github.com/bufbuild/buf/compare/v1.57.1...v1.57.2
14281436
[v1.57.1]: https://github.com/bufbuild/buf/compare/v1.57.0...v1.57.1

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.58.1-dev"
18+
const Version = "1.59.0"

0 commit comments

Comments
 (0)