Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 5.16 KB

File metadata and controls

59 lines (39 loc) · 5.16 KB

Changelog

1.2.2 (2026-07-08)

Bug Fixes

  • deps: update module golang.org/x/crypto to v0.54.0 (#12) (044da2a)

1.2.1 (2026-07-03)

Bug Fixes

  • deps: update module golang.org/x/crypto to v0.53.0 (#10) (6c9217f)

1.2.0 (2026-05-25)

Features

  • add connection-level keepalive and ConnectionClosingCallback (#4) (7fa2baf)

1.1.0 (2026-04-18)

Features

Bug Fixes

  • add checkout step to release workflow for auto-merge (#25) (04f1a19)
  • address lint issues in golangci config and streamlocal (#9) (e15de8f)
  • KeyboardInteractive Login (1593226)
  • remove revive rule overrides and fix all resulting violations (#21) (757e9f2)
  • resolve all remaining lint issues (#20) (9251de4)
  • resolve errcheck lint issue in streamlocal.go (#14) (1f166c4)
  • resolve errcheck lint issues in conn.go (#11) (51e7394)
  • resolve gosec lint issues in x11.go (#19) (edebb51)
  • resolve lint issues in agent.go (#10) (be1e766)
  • resolve lint issues in options.go (#12) (916b0bf)
  • resolve lint issues in server.go (#16) (7b416ea)
  • resolve lint issues in session_test.go and server_test.go (#18) (8f6a171)
  • resolve lint issues in session.go (#17) (5139e64)
  • resolve lint issues in tcpip.go (#15) (f831916)
  • resolve lint issues in test files (#13) (374100f)
  • use filepath instead of path for cross-plaform compatibility (1471138)
  • use idiomatic go (570aa23)

Changelog