PackageTrack
Sign in Get early access

github.com/davrodpin/mole

v1.0.1 #1211 most downloaded on Go modules davrodpin/mole

What this package is like to depend on

Last release 5 years ago

no release in 18 months

Release timing varies

gaps range from 9 days to 8 months

Nearly every release is documented

notes for 8 of 8 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

39 releases · first in 2018

0 releases in the last 12 months

see the full history below

Release timeline

39 releases · Oct 2018 to Oct 2021
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 39
  1. v1.0.2-0.20211006071053-eaee4e5b72e8 06 Oct 2021 pre-release

    Nothing published for this version

  2. v1.0.2-0.20211006063054-ff55983cf99b 06 Oct 2021 pre-release

    Nothing published for this version

  3. v1.0.2-0.20211002205228-5c03d27a74df 02 Oct 2021 pre-release

    Nothing published for this version

  4. v1.0.2-0.20210929042414-50623f0801ad 29 Sep 2021 pre-release

    Nothing published for this version

  5. v1.0.2-0.20210929035118-89290e89f86c 29 Sep 2021 pre-release

    Nothing published for this version

  6. v1.0.2-0.20210928222120-a54eeca20db9 28 Sep 2021 pre-release

    Nothing published for this version

  7. v1.0.2-0.20210928181135-6417fcca2a69 28 Sep 2021 pre-release

    Nothing published for this version

  8. v1.0.2-0.20210928152626-ced3594d17de 28 Sep 2021 pre-release

    Nothing published for this version

  9. v1.0.2-0.20210917195927-fb64add5a0ff 17 Sep 2021 pre-release

    Nothing published for this version

  10. v1.0.2-0.20210901202517-834970495dd2 01 Sep 2021 pre-release

    Nothing published for this version

  11. v1.0.2-0.20210901163211-588fd5d3f337 01 Sep 2021 pre-release

    Nothing published for this version

  12. v1.0.2-0.20210826061616-30164efb4fe4 26 Aug 2021 pre-release

    Nothing published for this version

  13. v1.0.2-0.20210818185355-5f82b330bdc7 18 Aug 2021 pre-release

    Nothing published for this version

  14. v1.0.2-0.20210818182324-9ba1477b080e 18 Aug 2021 pre-release

    Nothing published for this version

  15. v1.0.2-0.20210816165626-3e510472e4f3 16 Aug 2021 pre-release

    Nothing published for this version

  16. v1.0.2-0.20201218180841-b6c4dc04b352 18 Dec 2020 pre-release

    Nothing published for this version

  17. v1.0.2-0.20201217220907-865871801194 17 Dec 2020 pre-release

    Nothing published for this version

  18. v1.0.2-0.20201217220723-ba8dd8be645b 17 Dec 2020 pre-release

    Nothing published for this version

  19. v1.0.2-0.20201215090534-d3bb354efa64 15 Dec 2020 pre-release

    Nothing published for this version

  20. v1.0.2-0.20201215082152-3744d0544997 15 Dec 2020 pre-release

    Nothing published for this version

  21. v1.0.2-0.20201102215135-2147ee97f799 02 Nov 2020 pre-release

    Nothing published for this version

  22. v1.0.2-0.20200913234908-24ea27dd3011 13 Sep 2020 pre-release

    Nothing published for this version

  23. v1.0.2-0.20200913233618-0d814f6f7ed6 13 Sep 2020 pre-release

    Nothing published for this version

  24. v1.0.2-0.20200903001310-65e5ee25db2f 03 Sep 2020 pre-release

    Nothing published for this version

  25. v1.0.1 01 Sep 2020
    Release notes

    CHANGELOG

    v1.0.1

    BUGFIX: Verbose, Insecure and Detach flags are not working when loading from an alias [#127]
    NEW FEATURE: The installation script can now receive a parameter to install a specific version instead of always installing the latest [#124]

    v1.0.0

    NEW FEATURE: Complete revamp of CLI user experience [#112]
    NEW FEATURE: Support for ssh remote port forwarding [#114]
    NEW FEATURE: Support for authentication ssh session using ssh agent [#102]
    NEW FEATURE: Add builds for ARM [#109]

    v0.5.0

    NEW FEATURE: Reconnect to SSH Server if connection drops for any reason (-connection-retries and -retry-wait) [#95]
    BUGFIX: SSH config file is required even if all required arguments were provided through CLI [#75]
    BUGFIX: Missing port in remote address [#86]
    NEW FEATURE: Configurable connection timeout [#92]
    BUGFIX: Fix persistence of insecure mode flag (-insecure) [#90]
    IMPROVEMENT: Better protecting keys loaded in memory [#78]
    NEW FEATURE: Keep idle connection open by sending periodic synthetic packets (-keep-alive-interval flag) [#77]

    v0.4.0

    NEW FEATURE: Multiple tunnels using the same ssh connection (support for multiple -remote flags) [#72]
    INFRA: Project dependencies are now managed by Go modules instead of vendor/ [#69]

    v0.3.0

    NEW FEATURE: Windows Support! Mole now works on windows (tested on Windows 10) [#65]
    INFRA: Using Github Actions for code quality checks (e.g. unit tests, code formatting, etc.)
    NEW FEATURE: Users will be prompted to enter the key's password if it is encrypted [#54]
    NEW FEATURE: Skip the host key validation by using the -insecure option [#52]
    BUGFIX: Server names can contain underscore character [#50]
    BUGFIX: Always use the same ssh connection if multiple clients use the same tunnel [#43]
    NEW FEATURE: Run mole in background by using the -detach option [#35]
    BUGFIX: Return error if required flags are missing [#33]
    NEW FEATURE: New -aliases option added to list all configured aliases [#29]
    NEW FEATURE: LocalForward option from ssh config file will be used if both -local and -remote are absent [#18]
    INFRA: Developers can spawn a small local infra using docker to test their changes

    v0.2.0

    NEW FEATURE: Aliases can be created to reuse tunnel settings.
    Website update

    v0.1.0

    IP addresses of both local and remote are now optional
    Add -version option to display the current version
    New website: https://davrodpin.github.io/mole/

    v0.0.1

    First release. No changes.

    Open source →
    Release notes

    Added

    • The installation script can now receive a parameter to install a specific version instead of always installing the latest [#124]

    Changed

    • Verbose, Insecure and Detach flags working when loading from an alias [#127]

    Deleted

    Open source →
  26. v1.0.0 13 Aug 2020
    Release notes

    CHANGELOG

    v1.0.0

    NEW FEATURE: Complete revamp of CLI user experience [#112]
    NEW FEATURE: Support for ssh remote port forwarding [#114]
    NEW FEATURE: Support for authentication ssh session using ssh agent [#102]
    NEW FEATURE: Add builds for ARM [#109]

    v0.5.0

    NEW FEATURE: Reconnect to SSH Server if connection drops for any reason (-connection-retries and -retry-wait) [#95]
    BUGFIX: SSH config file is required even if all required arguments were provided through CLI [#75]
    BUGFIX: Missing port in remote address [#86]
    NEW FEATURE: Configurable connection timeout [#92]
    BUGFIX: Fix persistence of insecure mode flag (-insecure) [#90]
    IMPROVEMENT: Better protecting keys loaded in memory [#78]
    NEW FEATURE: Keep idle connection open by sending periodic synthetic packets (-keep-alive-interval flag) [#77]

    v0.4.0

    NEW FEATURE: Multiple tunnels using the same ssh connection (support for multiple -remote flags) [#72]
    INFRA: Project dependencies are now managed by Go modules instead of vendor/ [#69]

    v0.3.0

    NEW FEATURE: Windows Support! Mole now works on windows (tested on Windows 10) [#65]
    INFRA: Using Github Actions for code quality checks (e.g. unit tests, code formatting, etc.)
    NEW FEATURE: Users will be prompted to enter the key's password if it is encrypted [#54]
    NEW FEATURE: Skip the host key validation by using the -insecure option [#52]
    BUGFIX: Server names can contain underscore character [#50]
    BUGFIX: Always use the same ssh connection if multiple clients use the same tunnel [#43]
    NEW FEATURE: Run mole in background by using the -detach option [#35]
    BUGFIX: Return error if required flags are missing [#33]
    NEW FEATURE: New -aliases option added to list all configured aliases [#29]
    NEW FEATURE: LocalForward option from ssh config file will be used if both -local and -remote are absent [#18]
    INFRA: Developers can spawn a small local infra using docker to test their changes

    v0.2.0

    NEW FEATURE: Aliases can be created to reuse tunnel settings.
    Website update

    v0.1.0

    IP addresses of both local and remote are now optional
    Add -version option to display the current version
    New website: https://davrodpin.github.io/mole/

    v0.0.1

    First release. No changes.

    Open source →
    Release notes

    Added

    • Support for ssh remote port forwarding [#114]
    • Support for authentication ssh session using ssh agent [#102]
    • Add builds for ARM [#109]

    Changed

    • Complete revamp of CLI user experience [#112]

    Deleted

    Open source →
  27. v0.5.1-0.20200131050810-548d555daa5f 31 Jan 2020 pre-release

    Nothing published for this version

  28. v0.5.0 03 Oct 2019
    Release notes

    CHANGELOG

    v0.5.0

    NEW FEATURE: Reconnect to SSH Server if connection drops for any reason (-connection-retries and -retry-wait) [#95]
    BUGFIX: SSH config file is required even if all required arguments were provided through CLI [#75]
    BUGFIX: Missing port in remote address [#86]
    NEW FEATURE: Configurable connection timeout [#92]
    BUGFIX: Fix persistence of insecure mode flag (-insecure) [#90]
    IMPROVEMENT: Better protecting keys loaded in memory [#78]
    NEW FEATURE: Keep idle connection open by sending periodic synthetic packets (-keep-alive-interval flag) [#77]

    v0.4.0

    NEW FEATURE: Multiple tunnels using the same ssh connection (support for multiple -remote flags) [#72]
    INFRA: Project dependencies are now managed by Go modules instead of vendor/ [#69]

    v0.3.0

    NEW FEATURE: Windows Support! Mole now works on windows (tested on Windows 10) [#65]
    INFRA: Using Github Actions for code quality checks (e.g. unit tests, code formatting, etc.)
    NEW FEATURE: Users will be prompted to enter the key's password if it is encrypted [#54]
    NEW FEATURE: Skip the host key validation by using the -insecure option [#52]
    BUGFIX: Server names can contain underscore character [#50]
    BUGFIX: Always use the same ssh connection if multiple clients use the same tunnel [#43]
    NEW FEATURE: Run mole in background by using the -detach option [#35]
    BUGFIX: Return error if required flags are missing [#33]
    NEW FEATURE: New -aliases option added to list all configured aliases [#29]
    NEW FEATURE: LocalForward option from ssh config file will be used if both -local and -remote are absent [#18]
    INFRA: Developers can spawn a small local infra using docker to test their changes

    v0.2.0

    NEW FEATURE: Aliases can be created to reuse tunnel settings.
    Website update

    v0.1.0

    IP addresses of both local and remote are now optional
    Add -version option to display the current version
    New website: https://davrodpin.github.io/mole/

    v0.0.1

    First release. No changes.

    Open source →
    Release notes

    Added

    • Configurable connection timeout [#92]
    • Keep idle connection open by sending periodic synthetic packets (-keep-alive-interval flag) [#77]

    Changed

    • Reconnect to SSH Server if connection drops for any reason (-connection-retries and -retry-wait) [#95]
    • SSH config file is required even if all required arguments were provided through CLI [#75]
    • Missing port in remote address [#86]
    • Fix persistence of insecure mode flag (-insecure) [#90]
    • Better protecting keys loaded in memory [#78]

    Deleted

    Open source →
  29. v0.4.1-0.20191001195659-74167bf636ae 01 Oct 2019 pre-release

    Nothing published for this version

  30. v0.4.1-0.20190724033745-099b47a40b38 24 Jul 2019 pre-release

    Nothing published for this version

  31. v0.4.0 24 Jun 2019
    Release notes

    CHANGELOG

    v0.4.0

    NEW FEATURE: Multiple tunnels using the same ssh connection (support for multiple -remote flags) [#72]
    INFRA: Project dependencies are now managed by Go modules instead of vendor/ [#69]

    v0.3.0

    NEW FEATURE: Windows Support! Mole now works on windows (tested on Windows 10) [#65]
    INFRA: Using Github Actions for code quality checks (e.g. unit tests, code formatting, etc.)
    NEW FEATURE: Users will be prompted to enter the key's password if it is encrypted [#54]
    NEW FEATURE: Skip the host key validation by using the -insecure option [#52]
    BUGFIX: Server names can contain underscore character [#50]
    BUGFIX: Always use the same ssh connection if multiple clients use the same tunnel [#43]
    NEW FEATURE: Run mole in background by using the -detach option [#35]
    BUGFIX: Return error if required flags are missing [#33]
    NEW FEATURE: New -aliases option added to list all configured aliases [#29]
    NEW FEATURE: LocalForward option from ssh config file will be used if both -local and -remote are absent [#18]
    INFRA: Developers can spawn a small local infra using docker to test their changes

    v0.2.0

    NEW FEATURE: Aliases can be created to reuse tunnel settings.
    Website update

    v0.1.0

    IP addresses of both local and remote are now optional
    Add -version option to display the current version
    New website: https://davrodpin.github.io/mole/

    v0.0.1

    First release. No changes.

    Open source →
    Release notes

    Added

    • Multiple tunnels using the same ssh connection (support for multiple -remote flags) [#72]

    Changed

    • Project dependencies are now managed by Go modules instead of vendor/ [#69]

    Deleted

    Open source →
  32. v0.3.0 11 May 2019
    Release notes

    CHANGELOG

    v0.3.0

    NEW FEATURE: Windows Support! Mole now works on windows (tested on Windows 10) [#65]
    INFRA: Using Github Actions for code quality checks (e.g. unit tests, code formatting, etc.)
    NEW FEATURE: Users will be prompted to enter the key's password if it is encrypted [#54]
    NEW FEATURE: Skip the host key validation by using the -insecure option [#52]
    BUGFIX: Server names can contain underscore character [#50]
    BUGFIX: Always use the same ssh connection if multiple clients use the same tunnel [#43]
    NEW FEATURE: Run mole in background by using the -detach option [#35]
    BUGFIX: Return error if required flags are missing [#33]
    NEW FEATURE: New -aliases option added to list all configured aliases [#29]
    NEW FEATURE: LocalForward option from ssh config file will be used if both -local and -remote are absent [#18]
    INFRA: Developers can spawn a small local infra using docker to test their changes

    v0.2.0

    NEW FEATURE: Aliases can be created to reuse tunnel settings.
    Website update

    v0.1.0

    IP addresses of both local and remote are now optional
    Add -version option to display the current version
    New website: https://davrodpin.github.io/mole/

    v0.0.1

    First release. No changes.

    Open source →
    Release notes

    Added

    • Windows Support! Mole now works on windows (tested on Windows 10) [#65]
    • Using Github Actions for code quality checks (e.g. unit tests, code formatting, etc.)
    • Skip the host key validation by using the -insecure option [#52]
    • Always use the same ssh connection if multiple clients use the same tunnel [#43]
    • Run mole in background by using the -detach option [#35]
    • New -aliases option added to list all configured aliases [#29]
    • LocalForward option from ssh config file will be used if both -local and -remote are absent [#18]
    • Developers can spawn a small local infra using docker to test their changes

    Changed

    • Users will be prompted to enter the key's password if it is encrypted [#54]
    • Server names can contain underscore character [#50]
    • Return error if required flags are missing [#33]

    Deleted

    Open source →
  33. v0.2.1-0.20190511213919-1238eb14e616 11 May 2019 pre-release

    Nothing published for this version

  34. v0.2.1-0.20181206205448-3cbbab4f5a4f 06 Dec 2018 pre-release

    Nothing published for this version

  35. v0.2.1-0.20181029195932-fce098c03a95 29 Oct 2018 pre-release

    Nothing published for this version

  36. v0.2.0 15 Oct 2018
    Release notes

    CHANGELOG

    v0.2.0

    • NEW FEATURE: Aliases can be created to reuse tunnel settings.
    • Website update

    v0.1.0

    v0.0.1

    • First release. No changes.
    Open source →
    Release notes

    Added

    • Aliases can be created to reuse tunnel settings.

    Changed

    Deleted

    Open source →
  37. v0.1.0 10 Oct 2018
    Release notes

    CHANGELOG

    Open source →
    Release notes

    Added

    • Add -version option to display the current version
    • New website: https://davrodpin.github.io/mole/

    Changed

    • IP addresses of both local and remote are now optional

    Deleted

    Open source →
  38. v0.0.1 05 Oct 2018
    Release notes

    Added

    • First release. No changes.

    Changed

    Deleted

    Open source →
  39. v0.0.0-20200913234908-24ea27dd3011 13 Sep 2020 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive