Skip to content

Releases: ajoberstar/grgit

4.1.1

30 Nov 22:47
Compare
Choose a tag to compare

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

30 Nov 19:46
Compare
Choose a tag to compare
4.1.1-rc.4 Pre-release
Pre-release

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

19 Sep 23:06
Compare
Choose a tag to compare

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

19 Sep 23:05
Compare
Choose a tag to compare
4.1.0-rc.1 Pre-release
Pre-release

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

09 Apr 02:14
Compare
Choose a tag to compare

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

23 Dec 23:10
0fef0b8
Compare
Choose a tag to compare

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

23 Dec 23:05
0fef0b8
Compare
Choose a tag to compare
4.0.1-rc.1 Pre-release
Pre-release

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

15 Nov 04:16
6428f6f
Compare
Choose a tag to compare

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

15 Nov 04:15
6428f6f
Compare
Choose a tag to compare
4.0.0-rc.2 Pre-release
Pre-release

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

29 Sep 21:31
df63391
Compare
Choose a tag to compare
4.0.0-rc.1 Pre-release
Pre-release

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