v1.11.0 changelog - #1792
Merged
Merged
Conversation
jrwren
previously approved these changes
Jul 20, 2026
nbrownus
marked this pull request as ready for review
July 23, 2026 16:06
wadey
previously approved these changes
Jul 23, 2026
JackDoan
previously approved these changes
Jul 23, 2026
wadey
approved these changes
Jul 23, 2026
johnmaguire
approved these changes
Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update changelog for v1.11.0
See the v1.11.0 milestone.
There are six backwards compat breaking changes in this release, all called out in a new
Breakingsection at thetop of the 1.11.0 entry:
slog, log output format changes andlogging.timestamp_formatis ignored. (Switch to slog, remove logrus #1672, Fix duplicate log fields which slog duplicates #1734, fix logging copy pasta #1621)firewall.inbound_actionandfirewall.outbound_actionwere each applied to the opposite direction, now corrected. (correct directionality of firewall.inbound_action and firewall.outbound_action #1798)privatenetwork category. (Add a way to set the network type on windows + tests #1710)sshd.sandbox_dir. (add sshd.sandbox_dir config option #1622)v1.11 specific changes
shutdown(2)(Swap back to a blocking udp socket, testshutdown(2)#1806)-to stand in for stdin/out (Allow for-to stand in for stdin/out #1714)PRs I chose not to document in the changelog:
Dependency bumps (covered collectively by the "Various dependency updates" line)
Input validation, refactors, tests, CI, and tooling
go fix#1608Still open on the milestone, not yet merged (revisit before tagging):