algernon v1.12.2 Release Notes

Release Date: 2019-01-27 // about 5 years ago
  • TLS 1.3

    • ๐Ÿง Compiled with go version devel +447965d4e0 Sun Jan 27 04:18:10 2019 +0000 linux/amd64, which includes support for TLS 1.3.
    • ๐Ÿš€ The releases are compiled for x86_64, except the one for arm64/aarch64 and the one for rpi (Raspberry Pi).

    ๐Ÿ”„ Changelog

    • โšก๏ธ Update dependencies.
    • ๐Ÿ‘ Better output to stdout when loading configuration files (lists the names of all loaded configuration files).
    • ๐Ÿ’ป A timestamp is added to the command line output when starting Algernon.
    • Slightly modified console text colors.
    • Minor changes to recognized filename extensions.
    • ๐Ÿ“š Update documentation to mention welcome.sh (fixes issue #23).
    • โšก๏ธ Minor updates to javascript libraries used by two of the samples.
    • ๐Ÿ‘Œ Improved support for streaming large files (fixes issue #13).
    • โž• Added two new flags:
      • --timeout=N for setting a timeout in seconds, when serving large files (but there is range support, so if a download times out, the client can continue where it left).
      • --largesize=N for setting a threshold for when a file is too large to be read into memory (the default is 42 MiB).