Releases: dacr/jassh
Releases · dacr/jassh
1.0.0
Release 0.9.18
0.9.18 (2015-03-22)
- jsch 0.1.52
- scalalogging usage removed because of api incompatibilities between scala 2.10 and 2.11 !!
and because no support for scala2.10 in scala-logging 3.x
replaced by slf4j-api - junit test dependency removed
- onejar subproject, sbt assembly release update (0.13)
Release 0.9.17
0.9.17 (2015-03-22)
- ShellOperations : mkcd added (mkdir && cd tied together)
- ShellOperations : mkdir now returns true if successfull
- ShellOperations : rmdir now returns true if successfull
- more tests for ShellOperations, increased coverage => with various related fixes
- Depend on scalalogging instead of scalalogging-slf4j : mgregson (https://github.com/mgregson)
Release 0.9.16
- ShellOperations : echo added
- ShellOperations : alive added
- become tests ignored
Release 0.9.15
- SSHShell : become enhancements (su - or sudo su - support)
- ShellOperations : sudoNoPasswordTest added
- ShellOperations : dirname added
- ShellOperations : basename added
- ShellOperations : lastModified fix because of millis
- ShellOperations : id added
- ShellOperations : touch added
- SSH through tunnel support added (ProxyHTTP, ProxySocks4, ProxySocks5)
- scala 2.11.6
- commons-compress 1.9
- scala-test 2.2.1
- sudoNoPasswordTest test enhancement for older sudo command releases (without -n option)
Release 0.9.14
0.9.14 (2014-09-23)
- small test fix on test shell command
- pull request merged : add Travis CI configuration file from zaneli authored on 29 Apr
- scala 2.11.2
- commons-compress 1.8.1
- ShellOperations : lastModified darwin implementation added + test case
- ShellOperations : disableHistory method added + test case
- ShellOperationsTest class added.
- small tests cleanup and improvements
- shell history can now be processed
- SSHReact class first implementation, it allows you to interact with a running command
(for example send the password at the right moment, or enter values required by a read command) - SSHReact test class added
- new shell commands :
- pidof : get pid of all processes matching the given command line regular expression
- disableHistory : to not impact current user shell commands history
- uptime : get the uptime of the server
jassh 0.9.13 - scala ssh API
0.9.13 (2014-05-31)
- scala 2.11 support added, in addition to 2.10 support
- scala-logging-slf4j 2.1.2
- scala-io 0.4.3
- scalatest 2.1.5
- jsch 0.1.51
- and various impact changes
rel_0.9.12
remove sbteclipse plugins as not required for the compilation