Skip to content

Latest commit

 

History

History
92 lines (54 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

92 lines (54 loc) · 1.67 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.


0.4.0 - 2021-01-22

Changed

  • Update dependencies
  • Use tokio 1.0
  • Allow long messages

Fixed

  • fix unknown key name issue #356

0.3.2 - 2020-09-12

Changed

  • Update dependencies

0.3.1 - 2020-08-12

Changed

  • Tweak PAM settings
  • Update depnedencies

Fixed

  • Use the abusolute path for conffiles

0.3.0 - 2020-06-16

Added

  • Notify Systemd

Changed

  • Update the rust version
  • Handle the send-back error
  • Update default AuthorizedKeysCommand style
  • Update depnedencies

0.2.0 - 2020.05.30

Added

  • Enhance rate limit information

Fixed

  • Rewrite all hyper-related methods to asynchronous ones

Changed

  • Make http client reusable
  • Update some depnedencies

0.1.0 - 2020.05.16

Added

  • Initial release