Skip to content

Releases: mwiede/jsch

jsch-2.28.4

Choose a tag to compare

@mwiede mwiede released this 09 Jul 13:38

What's Changed

Dependency Updates

  • Bump github/codeql-action from 4.36.1 to 4.36.2 by @dependabot[bot] in #1066
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15 by @dependabot[bot] in #1067
  • Bump jna.version from 5.19.0 to 5.19.1 by @dependabot[bot] in #1068
  • Bump org.cyclonedx:cyclonedx-maven-plugin from 2.9.1 to 2.9.2 by @dependabot[bot] in #1073
  • Bump org.spdx:spdx-maven-plugin from 1.0.3 to 1.0.4 by @dependabot[bot] in #1076
  • Bump log4j.version from 2.26.0 to 2.26.1 by @dependabot[bot] in #1079
  • Bump errorprone.version from 2.49.0 to 2.50.0 by @dependabot[bot] in #1065
  • Bump github/codeql-action/autobuild from 4.36.2 to 4.37.0 by @dependabot[bot] in #1083
  • Bump github/codeql-action/analyze from 4.36.2 to 4.37.0 by @dependabot[bot] in #1082
  • Bump actions/setup-java from 5.2.0 to 5.5.0 by @dependabot[bot] in #1080
  • Bump org.sonatype.central:central-publishing-maven-plugin from 0.10.0 to 0.11.0 by @dependabot[bot] in #1070
  • Bump github/codeql-action/init from 4.36.2 to 4.37.0 by @dependabot[bot] in #1081
  • Bump actions/cache from 5.0.5 to 6.1.0 by @dependabot[bot] in #1075
  • Bump actions/checkout from 6.0.3 to 7.0.0 by @dependabot[bot] in #1072

Full Changelog: jsch-2.28.3...jsch-2.28.4

jsch-2.28.3

Choose a tag to compare

@mwiede mwiede released this 10 Jun 11:15

What's Changed

New Contributors

Full Changelog: jsch-2.28.2...jsch-2.28.3

jsch-2.28.2

Choose a tag to compare

@mwiede mwiede released this 30 Apr 18:00

What's Changed

Dependency Updates

  • Bump org.junit.jupiter:junit-jupiter from 5.14.3 to 5.14.4 by @dependabot[bot] in #1041
  • Bump commons-codec:commons-codec from 1.21.0 to 1.22.0 by @dependabot[bot] in #1043
  • Bump commons-io:commons-io from 2.21.0 to 2.22.0 by @dependabot[bot] in #1040
  • Bump net.revelc.code:impsort-maven-plugin from 1.12.0 to 1.13.0 by @dependabot[bot] in #1042

Full Changelog: jsch-2.28.1...jsch-2.28.2

jsch-2.28.1

Choose a tag to compare

@mwiede mwiede released this 29 Apr 20:39

What's Changed

  • Bump log4j.version from 2.25.3 to 2.25.4 by @dependabot[bot] in #1028
  • Bump actions/cache from 5.0.4 to 5.0.5 by @dependabot[bot] in #1036
  • Bump org.testcontainers:testcontainers-junit-jupiter from 2.0.4 to 2.0.5 by @dependabot[bot] in #1039
  • 2.28.1 changes by @norrisjeremy in #1027
    • Add impsort-maven-plugin to organize imports correctly according to Google Java Style.
    • Fix unit tests when run in certain timezones.
    • Fix integration test failures on Apple Silicon by using Alpine 3.7.
    • Run tests on Java 26.
    • Update to Maven 3.9.15.
    • Bump org.bouncycastle:bcprov-jdk18on from 1.83 to 1.84
      -- This is cherry-picked from #1035.
    • Update for new deprecations in Bouncy Castle 1.84.
      -- This fixes the deprecation warnings that cause failures for #1035.
    • #1037 deprecate JSch.addIdentity(), KeyPair.decrypt() & Session.setPassword() methods that take String inputs instead of byte[] inputs for passphrases/passwords.
  • Bump dependabot/fetch-metadata from 2.5.0 to 3.1.0 by @dependabot[bot] in #1038
  • Bump actions/upload-artifact from 7.0.0 to 7.0.1 by @dependabot[bot] in #1034
  • Bump github/codeql-action from 4.32.6 to 4.35.2 by @dependabot[bot] in #1033
  • Bump errorprone.version from 2.48.0 to 2.49.0 by @dependabot[bot] in #1031

Full Changelog: jsch-2.28.0...jsch-2.28.1

jsch-2.28.0

Choose a tag to compare

@mwiede mwiede released this 31 Mar 17:59

What's Changed

Dependency Updates

New Contributors

Full Changelog: jsch-2.27.9...jsch-2.28.0

jsch-2.27.9

Choose a tag to compare

@mwiede mwiede released this 13 Mar 09:57

What's Changed

Dependancy Updates

New Contributors

Full Changelog: jsch-2.27.8...jsch-2.27.9

jsch-2.27.8

Choose a tag to compare

@mwiede mwiede released this 20 Feb 22:11

What's Changed

  • Update readme with info about other projects leveraging Jsch by @jjlauer in #954
  • Bump JamesIves/github-pages-deploy-action from 4.7.4 to 4.7.6 by @dependabot[bot] in #955
  • Bump github/codeql-action from 4.31.5 to 4.31.7 by @dependabot[bot] in #960
  • Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.1 to 3.8.0 by @dependabot[bot] in #962
  • Bump actions/setup-java from 5.0.0 to 5.1.0 by @dependabot[bot] in #961
  • Bump org.apache.maven.plugins:maven-resources-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #959
  • Bump errorprone.version from 2.44.0 to 2.45.0 by @dependabot[bot] in #958
  • Bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #957
  • Bump org.testcontainers:junit-jupiter from 1.21.3 to 1.21.4 by @dependabot[bot] in #968
  • Bump log4j.version from 2.25.2 to 2.25.3 by @dependabot[bot] in #969
  • Bump github/codeql-action from 4.31.7 to 4.31.9 by @dependabot[bot] in #970
  • Bump org.junit.jupiter:junit-jupiter from 5.14.1 to 5.14.2 by @dependabot[bot] in #976
  • Bump github/codeql-action from 4.31.9 to 4.31.10 by @dependabot[bot] in #979
  • Bump errorprone.version from 2.45.0 to 2.46.0 by @dependabot[bot] in #978
  • 2.27.8 changes by @norrisjeremy in #982
  • Bump biz.aQute.bnd:bnd-maven-plugin from 7.1.0 to 7.2.1 by @dependabot[bot] in #981
  • Bump JamesIves/github-pages-deploy-action from 4.7.6 to 4.8.0 by @dependabot[bot] in #980
  • Bump org.sonatype.central:central-publishing-maven-plugin from 0.9.0 to 0.10.0 by @dependabot[bot] in #977
  • Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #975
  • Bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #967
  • Bump actions/cache from 4.3.0 to 5.0.1 by @dependabot[bot] in #965
  • Bump org.apache.maven.plugins:maven-release-plugin from 3.2.0 to 3.3.1 by @dependabot[bot] in #971
  • Bump actions/download-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #966
  • Add support for OpenSSH-Agent on Windows by @bananensplit in #964
  • Bump actions/cache from 5.0.1 to 5.0.2 by @dependabot[bot] in #983
  • Bump org.codehaus.mojo:templating-maven-plugin from 3.0.0 to 3.1.0 by @dependabot[bot] in #984
  • 2.27.8 changes by @norrisjeremy in #985
  • Bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #987
  • Bump actions/setup-java from 5.1.0 to 5.2.0 by @dependabot[bot] in #986
  • Bump github/codeql-action from 4.31.10 to 4.32.0 by @dependabot[bot] in #988
  • Bump github/codeql-action from 4.32.0 to 4.32.1 by @dependabot[bot] in #989
  • Bump actions/cache from 5.0.2 to 5.0.3 by @dependabot[bot] in #990
  • Bump commons-codec:commons-codec from 1.20.0 to 1.21.0 by @dependabot[bot] in #991
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by @dependabot[bot] in #992
  • Bump github/codeql-action from 4.32.1 to 4.32.2 by @dependabot[bot] in #994
  • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.9.0 to 3.10.0 by @dependabot[bot] in #995
  • Bump errorprone.version from 2.46.0 to 2.47.0 by @dependabot[bot] in #993
  • Fix multi-release jar to avoid API differences between versions. by @norrisjeremy in #996
  • Bump github/codeql-action from 4.32.2 to 4.32.3 by @dependabot[bot] in #1000
  • Bump org.junit.jupiter:junit-jupiter from 5.14.2 to 5.14.3 by @dependabot[bot] in #999
  • Update Error Prone compilerArgs. by @norrisjeremy in #998
  • Infinite loop fix on checkServerExtInfo() by @kalithas-sendrayan in #997

New Contributors

Full Changelog: jsch-2.27.7...jsch-2.27.8

jsch-2.27.7

Choose a tag to compare

@mwiede mwiede released this 27 Nov 17:14

What's Changed

  • SftpATTRS constructor should be public by @jjlauer in #950

dependency updates

  • Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 by @dependabot[bot] in #945
  • Bump errorprone.version from 2.43.0 to 2.44.0 by @dependabot[bot] in #944
  • Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0 by @dependabot[bot] in #943
  • Bump commons-io:commons-io from 2.20.0 to 2.21.0 by @dependabot[bot] in #942
  • Bump github/codeql-action from 4.31.2 to 4.31.4 by @dependabot[bot] in #948
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 by @dependabot[bot] in #949
  • Bump github/codeql-action from 4.31.4 to 4.31.5 by @dependabot[bot] in #951
  • Bump org.bouncycastle:bcprov-jdk18on from 1.82 to 1.83 by @dependabot[bot] in #953
  • Bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #952

Full Changelog: jsch-2.27.6...jsch-2.27.7

jsch-2.27.6

Choose a tag to compare

@mwiede mwiede released this 06 Nov 21:36

What's Changed

  • Fix logging a 'port is null' error when parsing openssh config file by @jjlauer in #934

Dependency Updates

  • Bump actions/upload-artifact from 4.6.2 to 5.0.0 by @dependabot[bot] in #937
  • Bump actions/download-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #936
  • Bump github/codeql-action from 4.30.9 to 4.31.0 by @dependabot[bot] in #935
  • Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4 by @dependabot[bot] in #939
  • Bump org.junit.jupiter:junit-jupiter from 5.14.0 to 5.14.1 by @dependabot[bot] in #940
  • Bump github/codeql-action from 4.31.0 to 4.31.2 by @dependabot[bot] in #938

New Contributors

Full Changelog: jsch-2.27.5...jsch-2.27.6

jsch-2.27.5

Choose a tag to compare

@mwiede mwiede released this 27 Oct 11:08

What's Changed

  • Throw JSchException if an incorrect passphrase is provided to JSch.addIdentity() by @norrisjeremy in #932

Dependency Updates

  • Bump github/codeql-action from 4.30.8 to 4.30.9 by @dependabot[bot] in #931
  • Bump errorprone.version from 2.42.0 to 2.43.0 by @dependabot[bot] in #930

Full Changelog: jsch-2.27.4...jsch-2.27.5