Skip to content

Releases: hub4j/github-api

v1.110 🌈

06 Apr 17:01
Compare
Choose a tag to compare

Features and Fixes

v1.109 🌈

01 Apr 21:41
Compare
Choose a tag to compare

Important: #762 fixes #751 which was introduced in 1.107. If you are using 1.107 or 1.108, some you may see errors in a number of scenarios related to missing Content-Encoding header info. Upgrade is strongly advised.

Features and Fixes

Internals

Dependency updates

Full Changelog

v1.108 🌈

05 Mar 01:07
Compare
Choose a tag to compare

Features and Fixes

  • Improved Checks API support @XiongKezhi (#723)
  • Add support of repository setting "automatic deletion of merge PR branches" @nobe0716 (#696)
  • Remove a few long deprecated methods and fully annotate others @bitwiseman (#719)
  • Fix query parameter construction of org member filter @Sage-Pierce (#715)

Internals

Full Changelog

v1.107 🌈

23 Feb 04:31
Compare
Choose a tag to compare

Features and Fixes

Internals

Full Changelog

v1.105 🌈

27 Jan 08:12
Compare
Choose a tag to compare

Changes

Full Changelog

v1.103 🌈

22 Jan 20:13
Compare
Choose a tag to compare

Changes

  • Relocated shaded dependencies and made shading a separate artifact @bitwiseman (#673)

v1.102

22 Jan 00:51
Compare
Choose a tag to compare

Features and Fixes

Internals

v1.101

27 Nov 19:06
Compare
Choose a tag to compare

Fixes

  • Fixed ClassNotFoundException when creating okhttp3.OkHttpConnector with Cache @alecharp #627

v1.100

27 Nov 03:09
Compare
Choose a tag to compare

Full Changelog

Features and Fixes

Internals

v1.99 🌈

04 Nov 18:52
Compare
Choose a tag to compare

Closed Issues

  • Support all available endpoints for Github App with preview request (#570)
  • Login details (#560)
  • GHRepository.listReleases() return empty always (#535)
  • Unable to get deployment by id (#529)
  • Malformed URL exception while accessing Enterprise Repository and fetching data (#526)
  • Allow getting a repository by ID (#515)
  • Methods to update milestones (#512)
  • Add ETAG support to minimize API requests (#505)
  • GitHub.connectUsingOAuth() suddenly taking a really long time to connect (#493)
  • GHTeam.add does not due to GHTeam.Role(s) been capitalized (#489)
  • Reading file's content through GHContent.read() returns previous version of file. (#487)
  • Implement archive/unarchive functionality (#472)
  • [Gists] Edit Gists Support (#466)
  • Missing description field in GHTeam (#460)
  • Bug: GHOrganization::createTeam does not regard argument repositories (#457)
  • Null value for GHPullRequestReview created date and updated date (#450)
  • Support for repository Projects (#425)
  • create a little MockGitHub class for tests mocking out the github REST API (#382)
  • Branch name is not being correctly URL encoded (#381)
  • Issue events (#376)
  • Not able to get the right file content (#371)
  • Updating file is not possible (#354)
  • Missing repository statistics (#330)
  • Is there a way to make this library more test friendly? (#316)
  • GitHub 2 factor login (#292)
  • Unable to resolve github-api artifacts from Maven Central (#195)

Merged Pull-requests