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 2021Releases
latest 39-
v1.0.2-0.20211006071053-eaee4e5b72e806 Oct 2021 pre-releaseNothing published for this version
-
v1.0.2-0.20211006063054-ff55983cf99b06 Oct 2021 pre-releaseNothing published for this version
-
v1.0.2-0.20211002205228-5c03d27a74df02 Oct 2021 pre-releaseNothing published for this version
-
v1.0.2-0.20210929042414-50623f0801ad29 Sep 2021 pre-releaseNothing published for this version
-
v1.0.2-0.20210929035118-89290e89f86c29 Sep 2021 pre-releaseNothing published for this version
-
v1.0.2-0.20210928222120-a54eeca20db928 Sep 2021 pre-releaseNothing published for this version
-
v1.0.2-0.20210928181135-6417fcca2a6928 Sep 2021 pre-releaseNothing published for this version
-
v1.0.2-0.20210928152626-ced3594d17de28 Sep 2021 pre-releaseNothing published for this version
-
v1.0.2-0.20210917195927-fb64add5a0ff17 Sep 2021 pre-releaseNothing published for this version
-
v1.0.2-0.20210901202517-834970495dd201 Sep 2021 pre-releaseNothing published for this version
-
v1.0.2-0.20210901163211-588fd5d3f33701 Sep 2021 pre-releaseNothing published for this version
-
v1.0.2-0.20210826061616-30164efb4fe426 Aug 2021 pre-releaseNothing published for this version
-
v1.0.2-0.20210818185355-5f82b330bdc718 Aug 2021 pre-releaseNothing published for this version
-
v1.0.2-0.20210818182324-9ba1477b080e18 Aug 2021 pre-releaseNothing published for this version
-
v1.0.2-0.20210816165626-3e510472e4f316 Aug 2021 pre-releaseNothing published for this version
-
v1.0.2-0.20201218180841-b6c4dc04b35218 Dec 2020 pre-releaseNothing published for this version
-
v1.0.2-0.20201217220907-86587180119417 Dec 2020 pre-releaseNothing published for this version
-
v1.0.2-0.20201217220723-ba8dd8be645b17 Dec 2020 pre-releaseNothing published for this version
-
v1.0.2-0.20201215090534-d3bb354efa6415 Dec 2020 pre-releaseNothing published for this version
-
v1.0.2-0.20201215082152-3744d054499715 Dec 2020 pre-releaseNothing published for this version
-
v1.0.2-0.20201102215135-2147ee97f79902 Nov 2020 pre-releaseNothing published for this version
-
v1.0.2-0.20200913234908-24ea27dd301113 Sep 2020 pre-releaseNothing published for this version
-
v1.0.2-0.20200913233618-0d814f6f7ed613 Sep 2020 pre-releaseNothing published for this version
-
v1.0.2-0.20200903001310-65e5ee25db2f03 Sep 2020 pre-releaseNothing published for this version
-
v1.0.101 Sep 2020Release notes
Open source →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 changesv0.2.0
NEW FEATURE: Aliases can be created to reuse tunnel settings.
Website updatev0.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.
Release notes
Open source →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
-
v1.0.013 Aug 2020Release notes
Open source →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 changesv0.2.0
NEW FEATURE: Aliases can be created to reuse tunnel settings.
Website updatev0.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.
Release notes
Open source →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
-
v0.5.1-0.20200131050810-548d555daa5f31 Jan 2020 pre-releaseNothing published for this version
-
v0.5.003 Oct 2019Release notes
Open source →CHANGELOG
v0.5.0
NEW FEATURE: Reconnect to SSH Server if connection drops for any reason (
-connection-retriesand-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-intervalflag) [#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 changesv0.2.0
NEW FEATURE: Aliases can be created to reuse tunnel settings.
Website updatev0.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.
Release notes
Open source →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
-
v0.4.1-0.20191001195659-74167bf636ae01 Oct 2019 pre-releaseNothing published for this version
-
v0.4.1-0.20190724033745-099b47a40b3824 Jul 2019 pre-releaseNothing published for this version
-
v0.4.024 Jun 2019Release notes
Open source →CHANGELOG
v0.4.0
NEW FEATURE: Multiple tunnels using the same ssh connection (support for multiple
-remoteflags) [#72]
INFRA: Project dependencies are now managed by Go modules instead ofvendor/[#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 changesv0.2.0
NEW FEATURE: Aliases can be created to reuse tunnel settings.
Website updatev0.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.
Release notes
Open source →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
-
v0.3.011 May 2019Release notes
Open source →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-insecureoption [#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-detachoption [#35]
BUGFIX: Return error if required flags are missing [#33]
NEW FEATURE: New-aliasesoption added to list all configured aliases [#29]
NEW FEATURE: LocalForward option from ssh config file will be used if both-localand-remoteare absent [#18]
INFRA: Developers can spawn a small local infra using docker to test their changesv0.2.0
NEW FEATURE: Aliases can be created to reuse tunnel settings.
Website updatev0.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.
Release notes
Open source →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
-
v0.2.1-0.20190511213919-1238eb14e61611 May 2019 pre-releaseNothing published for this version
-
v0.2.1-0.20181206205448-3cbbab4f5a4f06 Dec 2018 pre-releaseNothing published for this version
-
v0.2.1-0.20181029195932-fce098c03a9529 Oct 2018 pre-releaseNothing published for this version
-
v0.2.015 Oct 2018Release notes
Open source →CHANGELOG
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.
-
v0.1.010 Oct 2018Release notes
Open source →CHANGELOG
- 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/
Release notes
Open source →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
-
v0.0.105 Oct 2018 -
v0.0.0-20200913234908-24ea27dd301113 Sep 2020 pre-releaseNothing published for this version