Releases: ajoberstar/grgit
4.1.1
Resolving an issue with the POM in 4.1.0 that was pulling in the latest JGit (which in JGit 6, causes incompatibility with Java 8).
Breaking Changes
None
Enhancements
- Published to Maven Central
Fixes
- Pin POM to JGit 5.13.0 to fix #339
Deprecations
None
Compatibility
Tested on the following version:
Java Version | Gradle Versions |
---|---|
8 | 4.0.2, 4.10.3, 5.0, 5.6.4, 6.0.1, 6.6.1, 6.7-rc-1 |
11 | 5.0, 5.6.4, 6.0.1, 6.6.1, 6.7-rc-1 |
15 | 6.3, 6.6.1, 6.7-rc-1 |
4.1.1-rc.4
Resolving an issue with the POM in 4.1.0 that was pulling in the latest JGit (which in JGit 6, causes incompatibility with Java 8).
Breaking Changes
None
Enhancements
- Published to Maven Central
Fixes
- Pin POM to JGit 5.13.0 to fix #339
Deprecations
None
Compatibility
Tested on the following version:
Java Version | Gradle Versions |
---|---|
8 | 4.0.2, 4.10.3, 5.0, 5.6.4, 6.0.1, 6.6.1, 6.7-rc-1 |
11 | 5.0, 5.6.4, 6.0.1, 6.6.1, 6.7-rc-1 |
15 | 6.3, 6.6.1, 6.7-rc-1 |
4.1.0
A few small fixes and dependency bumps.
Breaking Changes
None
Enhancements
- #145 Support cloning a subset of branches (Thanks @stebbi)
- #167 Support diff command (Thanks @Lucas3oo)
- Update to JGit 5.9.0
Fixes
None
Deprecations
None
Compatibility
Tested on the following version:
Java Version | Gradle Versions |
---|---|
8 | 4.0.2, 4.10.3, 5.0, 5.6.4, 6.0.1, 6.6.1, 6.7-rc-1 |
11 | 5.0, 5.6.4, 6.0.1, 6.6.1, 6.7-rc-1 |
15 | 6.3, 6.6.1, 6.7-rc-1 |
4.1.0-rc.1
A few small fixes and dependency bumps.
Breaking Changes
None
Enhancements
- #145 Support cloning a subset of branches (Thanks @stebbi)
- #167 Support diff command (Thanks @Lucas3oo)
- Update to JGit 5.9.0
Fixes
None
Deprecations
None
Compatibility
Tested on the following version:
Java Version | Gradle Versions |
---|---|
8 | 4.0.2, 4.10.3, 5.0, 5.6.4, 6.0.1, 6.6.1, 6.7-rc-1 |
11 | 5.0, 5.6.4, 6.0.1, 6.6.1, 6.7-rc-1 |
15 | 6.3, 6.6.1, 6.7-rc-1 |
4.0.2
A few small fixes and dependency bumps.
Breaking Changes
None
Enhancements
None
Fixes
- #298 Fix NPE when calling
grgit.head()
on an empty repo, now returns null - #305 Remove extra close call that may be triggering a warning message
- Update to JGit 5.7.0
Deprecations
None
Compatibility
Tested on the following version:
Java Version | Gradle Versions |
---|---|
8 | 4.0.2, 4.10.3, 5.0, 5.6.4, 6.0.1, 6.3 |
11 | 5.0, 5.6.4, 6.0.1, 6.3 |
14 | 6.3 |
4.0.1
A fix to implement a new abstract method introduced in JGit 5.5.2 for the SystemReader
class (which is used as part of Grgit's support for SSH).
Breaking Changes
None
Enhancements
None
Fixes
- Missing abstract method specified by JGit
SystemReader
#309
Deprecations
None
Compatibility
Tested on the following version:
Java Version | Gradle Versions |
---|---|
8 | 4.0.2, 4.10.3, 5.0, 5.6.4, 6.0.1, 6.1-rc-1 |
11 | 5.0, 5.6.4, 6.0.1, 6.1-rc-1 |
4.0.1-rc.1
A fix to implement a new abstract method introduced in JGit 5.5.2 for the SystemReader
class (which is used as part of Grgit's support for SSH).
Breaking Changes
None
Enhancements
None
Fixes
- Missing abstract method specified by JGit
SystemReader
#309
Deprecations
None
Compatibility
Tested on the following version:
Java Version | Gradle Versions |
---|---|
8 | 4.0.2, 4.10.3, 5.0, 5.6.4, 6.0.1, 6.1-rc-1 |
11 | 5.0, 5.6.4, 6.0.1, 6.1-rc-1 |
4.0.0
A few assorted features, but be careful about the drop of Gradle 3 support if that was important to you.
Breaking Changes
- Gradle 3 is no longer supported.
- grgit is now an extension rather than an extra property. #292 (Thanks @JLLeitschuh)
Enhancements
- Better Kotlin compatibility by using extension instead of extra property. #292 (Thanks @JLLeitschuh)
- Support
commit.sign
boolean flag for GPG commits. #300 (Thanks @tlinkowski) - Upgrade JGit dependency from 5.3.0 to 5.5.1.
Fixes
- Properly close JGit repository #288
Deprecations
None
Compatibility
Tested on the following version:
Java Version | Gradle Versions |
---|---|
8 | 4.0.2, 4.10.3, 5.0, 5.6.4, 6.0 |
11 | 5.0, 5.6.4, 6.0 |
4.0.0-rc.2
A few assorted features, but be careful about the drop of Gradle 3 support if that was important to you.
Breaking Changes
- Gradle 3 is no longer supported.
- grgit is now an extension rather than an extra property. #292 (Thanks @JLLeitschuh)
Enhancements
- Better Kotlin compatibility by using extension instead of extra property. #292 (Thanks @JLLeitschuh)
- Support
commit.sign
boolean flag for GPG commits. #300 (Thanks @tlinkowski) - Upgrade JGit dependency from 5.3.0 to 5.5.1.
Fixes
- Properly close JGit repository #288
Deprecations
None
Compatibility
Tested on the following version:
Java Version | Gradle Versions |
---|---|
8 | 4.0.2, 4.10.3, 5.0, 5.6.4, 6.0 |
11 | 5.0, 5.6.4, 6.0 |
4.0.0-rc.1
A few assorted features, but be careful about the drop of Gradle 3 support if that was important to you.
Breaking Changes
- Gradle 3 is no longer supported.
- grgit is now an extension rather than an extra property. #292 (Thanks @JLLeitschuh)
Enhancements
- Better Kotlin compatibility by using extension instead of extra property. #292 (Thanks @JLLeitschuh)
- Support
commit.sign
boolean flag for GPG commits. #300 (Thanks @tlinkowski) - Upgrade JGit dependency from 5.3.0 to 5.5.0.
Fixes
- Properly close JGit repository #288
Deprecations
None
Compatibility
Tested on the following version:
Java Version | Gradle Versions |
---|---|
8 | 4.0.2, 4.10.3, 5.0, 5.6.2 |
11 | 5.0, 5.6.2 |