Releases: hub4j/github-api
Releases · hub4j/github-api
v1.116 🌈
Features
- Added
GHRepository.isTemplate()method @bitwiseman (#923) - Added create repo with template support @bonnie-young (#897)
- Added Support for object deployment payloads @ewiegs4 (#920)
- Made
GHCheckRun.getPullRequestspublic @JKalash (#909) - Support merging arbitrary branches @JKalash (#906)
Fixes
- Fixed and streamlined date parsing @bitwiseman (#919)
- Added MAINTAIN and TRIAGE to GHOrganization.Permission enum @Javaru (#904)
- Added GHEvent.WORKFLOW_RUN @bitwiseman (#911)
- Changed
PullRequest.setMilestone()to use the Issue API @gastaldi (#899) - Fixed modifyCollaborators for multiple users @gastaldi (#900)
- Fixed
GHBranch.getProtection()method to return correct number of reviewers #890 @jeetchoudhary (#895)
Dependencies
- Chore(deps): Bump spotbugs.version from 4.0.6 to 4.1.1 @dependabot (#913)
- Chore(deps-dev): Bump mockito-core from 3.4.4 to 3.4.6 @dependabot (#907)
- Chore(deps-dev): Bump mockito-core from 3.4.2 to 3.4.4 @dependabot (#898)
- Chore(deps-dev): Bump mockito-core from 3.4.0 to 3.4.2 @dependabot (#893)
v1.115 🌈
🚀 Features
- Handle header and endpoint rate limit responses consistently @bitwiseman (#830)
- Added support for fetching child teams of this team. @alexanderkjall (#849)
- Add documentation for organization-level resources @MarcosCela (#872)
- Add minimal symlink support via GHContent.getTarget() @jtnord (#876)
Fixes
- Workaround for GitBucket refs issue @bitwiseman (#884)
- Add the missing SKIPPED check run conclusion @XiongKezhi (#885)
- Add "workflow_dispatch" to GHEvent @bitwiseman (#874)
- GHTeamBuilder#parentTeamId now accepts a long instead of an int @MarcosCela (#851)
🧰 Maintenance
- Fix tag template in release drafter @timja (#847)
- Chore(deps-dev): Bump mockito-core from 3.3.3 to 3.4.0 @dependabot (#887)
- Chore(deps): Bump formatter-maven-plugin from 2.12.0 to 2.12.1 @dependabot (#886)
- Chore(deps-dev): Bump wiremock-jre8-standalone from 2.26.3 to 2.27.1 @dependabot (#877)
- Chore(deps): Bump animal-sniffer-maven-plugin from 1.18 to 1.19 @dependabot (#879)
- Chore(deps): Bump formatter-maven-plugin from 2.11.0 to 2.12.0 @dependabot (#871)
- Chore(deps): Bump maven-site-plugin from 3.9.0 to 3.9.1 @dependabot (#869)
- Chore(deps): Bump actions/cache from v1 to v2 @dependabot (#860)
- add Dependabot @sullis (#853)
- Chore(deps): Bump spotbugs.version from 4.0.4 to 4.0.6 @dependabot-preview (#858)
- Chore(deps): Bump spotbugs-maven-plugin from 4.0.0 to 4.0.4 @dependabot-preview (#857)
- Chore(deps-dev): Bump stapler from 1.259 to 1.260 @dependabot-preview (#848)
v1.114 🌈
Changes
- Modify getRef() changes to be compatible with older GHE versions @bitwiseman (#845)
- [JENKINS-62655] Ensure connection response stream is always closed @bitwiseman (#843)
- Chore(deps): Bump bcel from 6.4.1 to 6.5.0 @dependabot-preview (#841)
- Chore(deps): Bump spotbugs.version from 4.0.3 to 4.0.4 @dependabot-preview (#840)
v1.113 🌈
Changes
- Add bio, hireable, and twitter_username fields to Person @Chew (#838)
- Add GitHub Team Discussions as GHDiscussion @cmoulliard (#839)
v1.112 🌈
Features
- Fixed getRef() to use git/ref endpoint instead of git/refs @bitwiseman (#822)
- Populate Source and Parent if needed @bitwiseman (#821)
- Prevent NPE when accessing description for GHLicense @bitwiseman (#820)
- Consider header rate limit information for getRateLimit() @bitwiseman (#817)
- Fixed GHRepository.getFileContent() for path containing non-ASCII characters @reisners (#804)
- Add global node_id to GHObject + GHTeam extends GHObject @ingwarsw (#791)
Changes
- Bump maven-project-info-reports-plugin from 3.0.0 to 3.1.0 @dependabot-preview (#831)
- Code cleanup for GHObject and GHRepositoryStatistics @bitwiseman (#823)
- Remove unused imports @pzygielo (#809)
- Use .equals to compare Strings @pzygielo (#810)
- Be nice and close Closeable @pzygielo (#811)
- Bump spotbugs.version from 4.0.2 to 4.0.3 @dependabot-preview (#808)
- Rename organization to hub4j @bitwiseman (#806)
- Bump impsort-maven-plugin from 1.3.2 to 1.4.1 @dependabot-preview (#796)
- Fix Gist getId() and deleteFile(), add getGistId() @bitwiseman (#792)
- Change withURLPath to setRawURLPath @sladyn98 (#770)
- Check that raw url starts with 'http' @bitwiseman (#795)
v1.111 🌈
Changes
- Bump spotbugs.version from 4.0.1 to 4.0.2 @dependabot-preview (#786)
- Expose MappingReader and MappingWriter @bitwiseman (#783)
v1.110 🌈
Features and Fixes
- Reverse removal of misnamed
gitHttpTransportUrl()@bitwiseman (#777) - Allow "refs/" prefix in parameter to GHRepository.getRef() @martinvanzijl (#774)
- Add ability to unset the milestone of an issue @martinvanzijl (#773)
- Add Installation repository event @XiongKezhi (#767)
v1.109 🌈
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
- Http header field names must be case-insensitive @bitwiseman (#762)
- Add Jacoco report to site @bitwiseman (#768)
- Add hasProjects property to github repository @sladyn98 (#741)
- Change credential check to use rate limit @bitwiseman (#764)
- GHRepository.createCheckRun @jglick (#753)
- Get commit or tag signature verified flag @sourabhsparkala (#738)
- Add Builder/Creator/Updater for GHLabel @bitwiseman (#724)
- Retrieve html_url from Pull Request Review Comment @sladyn98 (#742)
- [CheckRuns] Add method for listing checkruns for given ref @avano (#740)
- Make getTeambySlug faster @ingwarsw (#733)
Internals
- Http header field names must be case-insensitive @bitwiseman (#762)
- Add wrapUp() for GHEventPayload.CheckSuite @XiongKezhi (#758)
- Shorten generated test resource paths @bitwiseman (#756)
- #724 broke the site goal from .github/PULL_REQUEST_TEMPLATE.md @jglick (#755)
- Added github CI status badge @sladyn98 (#747)
Dependency updates
- Bump okio from 2.4.3 to 2.5.0 @dependabot-preview (#752)
- Bump spotbugs.version from 4.0.0 to 4.0.1 @dependabot-preview (#750)
- Bump maven-site-plugin from 3.8.2 to 3.9.0 @dependabot-preview (#734)
- Bump spotbugs-maven-plugin from 3.1.12.2 to 4.0.0 @dependabot-preview (#746)
- Bump okhttp from 4.4.0 to 4.4.1 @dependabot-preview (#730)
- Bump mockito-core from 3.3.1 to 3.3.3 @dependabot-preview (#745)
- Bump maven-javadoc-plugin from 3.1.1 to 3.2.0 @dependabot-preview (#744)
- Bump org.eclipse.jgit from 5.6.1.202002131546-r to 5.7.0.202003110725-r @dependabot-preview (#743)
- Bump wiremock-jre8-standalone from 2.26.2 to 2.26.3 @dependabot-preview (#732)
v1.108 🌈
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
- Enable injection of GitHub and other values into mapping @bitwiseman (#720)
- Remove
iterator.remove()@bitwiseman (#718) - Use InjectableValue to provide response info @bitwiseman (#716)
- Fix scm.url in pom.xml so that Dependabot can pick up changelogs @oleg-nenashev (#713)
- Bump wiremock-jre8-standalone from 2.26.1 to 2.26.2 @dependabot-preview (#725)
- Bump mockito-core from 3.3.0 to 3.3.1 @dependabot-preview (#722)
- Bump wiremock-jre8-standalone from 2.26.0 to 2.26.1 @dependabot-preview (#721)
- Deprecate PagedIterable.asList() and PagedIterable.asSet() @bitwiseman (#717)
- Bump mockito-core from 3.2.4 to 3.3.0 @dependabot-preview (#712)\
v1.107 🌈
Features and Fixes
- Add support for rocket and eyes reactions. @rdvdijk (#707)
- CheckRun - Add ability to get the head sha + Implement GH Status Event @avano (#710)
- Fix for NullPointer in issue search results @bitwiseman (#709)
- Add basic rate limit checker @bitwiseman (#706)
- Added ability to specify permissions for collaborators @jimmysombrero (#675)
- [#690]Implement the ability to read
total_private_reposfor GHPerson @Sage-Pierce (#691)
Internals
- Massive refactor
Requesterinto multiple smaller classes @bitwiseman (#697) - Bump org.eclipse.jgit from 5.6.0.201912101111-r to 5.6.1.202002131546-r @dependabot-preview (#705)
- Bump okhttp from 4.3.1 to 4.4.0 @dependabot-preview (#704)
- Bump maven-shade-plugin from 3.2.1 to 3.2.2 @dependabot-preview (#698)
- Bump stapler from 1.258 to 1.259 @dependabot-preview (#695)
- Streamline fetch and retry process @bitwiseman (#694)
- Bump wiremock-jre8-standalone from 2.25.1 to 2.26.0 @dependabot-preview (#692)
- Replacing asserts with standard @alexanderrtaylor (#693)
- Authentication and assertThat issues @alexanderrtaylor (#684)
- Shorten file names for Windows @bitwiseman (#687)
- Downgrade to commons-io 2.4 @bitwiseman (#685)