Skip to content

Releases: ajoberstar/grgit

1.9.2

14 Apr 02:48
Compare
Choose a tag to compare

This is a fix release to resolve a breaking change in the transitive dependencies of grgit. 1.9.0 and 1.9.1 depended on JGit 4.6, which requires Java 8. This release downgrades to 4.5, which supports Java 7.

Enhancements

None

Fixes

  • #160 Restore Java 7 compatibility by downgrading JGit dependency to 4.5.2.201704071617-r

Compatibility

Java: requires 7 or higher

1.9.1

09 Apr 17:26
Compare
Choose a tag to compare

WARNING: This release unintentionally requires Java 8 due to it's updated JGit dependency. 1.9.2 resolves this.

This is a fix release to resolve an exception when you use username-only credentials (like GitHub personal access tokens).

Enhancements

None

Fixes

  • #153 Username-only credentials caused an exception

Compatibility

Java: requires 7 or higher requires 8 or higher (due to mistaken JGit upgrade)

1.9.1-rc.1

09 Apr 17:19
Compare
Choose a tag to compare
1.9.1-rc.1 Pre-release
Pre-release

This is a fix release to resolve an exception when you use username-only credentials (like GitHub personal access tokens).

Enhancements

None

Fixes

  • #153 Username-only credentials caused an exception

Compatibility

Java: requires 7 or higher

1.9.0

23 Mar 00:33
Compare
Choose a tag to compare

WARNING: This release unintentionally requires Java 8 due to it's updated JGit dependency. 1.9.2 resolves this.

This is a feature release to support more options for SSH keys. When specifying an SSH private key path, you can also specify its passphrase via system property. See AuthConfig for all options.

Enhancements

  • #139 Add system property to specify SSH passphrase
  • JGit dependency upgraded from 4.5.0.201609210915-r to 4.6.1.201703071140-r
  • Groovy dependency upgraded from 2.4.5 to 2.4.10
  • SLF4J dependency upgraded from 1.7.21 to 1.7.25

Fixes

None

Compatibility

Java: requires 7 or higher requires 8 or higher (due to mistaken JGit upgrade)

1.8.0

05 Jan 01:00
Compare
Choose a tag to compare
  • Enhancement #135: Support credentials from GRGIT_USER and GRGIT_PASS environment variables
  • Enhancement: Upgraded to JGit 4.5.0.201609210915-r
  • Enhancement: Upgraded to JSCH 0.1.54 (this may resolve #123)
  • Fix #132: Better management of resources opened by Grgit

1.8.0-rc.1

17 Dec 17:17
Compare
Choose a tag to compare
1.8.0-rc.1 Pre-release
Pre-release
  • Enhancement #135: Support credentials from GRGIT_USER and GRGIT_PASS environment variables
  • Enhancement: Upgraded to JGit 4.5.0.201609210915-r
  • Enhancement: Upgraded to JSCH 0.1.54 (this may resolve #123)
  • Fix #132: Better management of resources opened by Grgit

1.7.3-rc.1

17 Dec 17:14
Compare
Choose a tag to compare
1.7.3-rc.1 Pre-release
Pre-release
  • Enhancement: Upgraded to JGit 4.5.0.201609210915-r
  • Enhancement: Upgraded to JSCH 0.1.54 (this may resolve #123)
  • Fix #132: Better management of resources opened by Grgit

1.7.2

16 Dec 00:33
Compare
Choose a tag to compare
  • Fix #132: Cloned repos could not be deleted after the close method was called

1.7.1

26 Nov 16:45
Compare
Choose a tag to compare
  • Fix #128 GrgitException is thrown if repository cannot be found. (A change in JGit caused this not to be caught previously.)

1.7.1-rc.1

26 Nov 16:07
Compare
Choose a tag to compare
1.7.1-rc.1 Pre-release
Pre-release
  • Fix #128 GrgitException is thrown if repository cannot be found. (A change in JGit caused this not to be caught previously.)