Skip to content

v0.4.0

Choose a tag to compare

@pjbgf pjbgf released this 05 May 14:14
· 17 commits to master since this release
cfd8a29

The minor release v0.4.0 brings some API changes to allow more flexibility customising the SSH server used
by gitkit. Main improvements:

  • Add support for custom ssh.ServerConfig.
  • Add optional timeouts for connections.
  • Add option to disable connection re-use.
  • Add option to disable simultaneous connections from same client.

Changelog

  • #1: Modify ssh server to be more customizable
  • #2: Replace Travis CI with Github Actions