ShellHub v0.1.0 Release Notes

Release Date: 2020-02-28 // about 4 years ago
  • ๐Ÿš€ This is the most significant release of ShellHub since the very first release!

    โฌ†๏ธ Upgrading Notes

    ๐Ÿ‘‰ If you are updating from a prior version, make sure to remove orphaned containers by appending the --remove-orphans options to the docker-compose up command line, for example:

    docker-compose up --remove-orphans -d
    

    ๐Ÿ”„ Changelog

    • ๐Ÿ”€ SSH to Websocket bridge (ws service) was merged into api service
    • ๐Ÿ‘Œ Improved reverse tunnel auth scheme by verifying device's public key
    • Migrated to official MongoDB Go driver
    • โž• Added device details page in the UI
    • ๐Ÿ“ฆ Moved all common code to pkg package