Releases: ajoberstar/grgit
1.9.2
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
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
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
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
to4.6.1.201703071140-r
- Groovy dependency upgraded from
2.4.5
to2.4.10
- SLF4J dependency upgraded from
1.7.21
to1.7.25
Fixes
None
Compatibility
Java: requires 7 or higher requires 8 or higher (due to mistaken JGit upgrade)
1.8.0
1.8.0-rc.1
1.7.3-rc.1
1.7.2
1.7.1
1.7.1-rc.1
- Fix #128 GrgitException is thrown if repository cannot be found. (A change in JGit caused this not to be caught previously.)