Skip to content

Releases: alebeck/boring

v0.12.0

02 Feb 16:56

Choose a tag to compare

  • Adds support for certificate authentication
  • Now auto-restarts the daemon even when upgrading outside Homebrew
  • Updated dependencies
  • Implements various small improvements and bug fixes

v0.11.8

19 Oct 12:54

Choose a tag to compare

  • Small bugfixes and performance improvements
  • Improve logging and error messages

0.11.7

02 Aug 10:21

Choose a tag to compare

  • Fix bug where a user specified in boring config wasn't respected in Match matching

0.11.6

31 Jul 17:48

Choose a tag to compare

  • Adds initial support for Match directives in ssh config files

0.11.5

10 Jun 11:00

Choose a tag to compare

  • Fixed a bug where golang.orx/x/crypto/ssh/knownhosts only accepts the first host key in known_hosts
  • Some minor refactoring

0.11.4

20 May 08:01

Choose a tag to compare

Corrects a tagging issue in 0.11.3

0.11.3

17 May 09:27

Choose a tag to compare

  • Improved error messages
  • Fixed a bug where FQDN could not be used as a ProxyJump

0.11.2

05 Apr 12:03

Choose a tag to compare

  • Support % substitutions in ssh_config

0.11.1

16 Feb 10:08

Choose a tag to compare

  • Improved reconnection timing
  • Improved logging

0.11.0

04 Jan 17:09

Choose a tag to compare

  • Now supports ProxyJump in the user's SSH config
  • Now also supports StrictHostKeyChecking no/off
  • Implementation improvements