Releases: hub4j/github-api
Releases · hub4j/github-api
v1.127 🌈
Changes
- Fix JaCoCo execution when we have additional Surefire options @gsmet (#1079)
- Add support for workflow jobs @gsmet (#1081)
- Add support for repository visibility @nvahren (#1074)
- Expose repository for artifacts, workflows and workflow runs @gsmet (#1078)
- Chore(deps): Bump spotbugs.version from 4.2.1 to 4.2.2 @dependabot (#1070)
- Add support for artifacts and logs of workflow runs @gsmet (#1075)
- Chore(deps-dev): Bump org.eclipse.jgit from 5.10.0.202012080955-r to 5.11.0.202103091610-r @dependabot (#1072)
- Chore(deps-dev): Bump mockito-core from 3.7.7 to 3.8.0 @dependabot (#1073)
- Chore(deps): Bump spotless-maven-plugin from 2.8.1 to 2.9.0 @dependabot (#1069)
v1.126 🌈
v1.125 🌈
v1.124 🌈
Enhancements
- Implement getLabel() and getChanges() for GHEventPayload.Issue @gsmet (#1061)
- Add the missing fields for GHLabel @gsmet (#1062)
- Fix concurrency issues with GHIssue
addLabels()andremoveLabels()by usinglabelsendpoint @gsmet (#1054) - Adjust wording used to create the token and give a bit more guidance @gsmet (#1055)
Changes
- Test that void bridge methods are created @bitwiseman (#1052)
- Fix CI issues @gsmet (#1063)
- Chore(deps-dev): Bump junit from 4.13.1 to 4.13.2 @dependabot (#1047)
- Chore(deps): Bump animal-sniffer-maven-plugin from 1.19 to 1.20 @dependabot (#1044)
- Chore(deps): Bump spotbugs.version from 4.1.3 to 4.2.1 @dependabot (#1045)
- Chore(deps-dev): Bump archunit from 0.16.0 to 0.17.0 @dependabot (#1042)
- Chore(deps): Bump actions/cache from v2 to v2.1.4 @dependabot (#1043)
v1.123 🌈
🌈 Features
- Add timestamp field support for the commits sent by GHEventPayload.Push @jordiolivares (#1026)
- Add support for downloading zip and tar archives of repositories. @chids (#967)
🐛 Bug Fixes
- Fix the type of the id parameter of Github#getRepositoryById @bitwiseman (#1040)
- Allow for time skew in JWT authentication @bitwiseman (#1039)
- Make sure that
output.textis set in each checks call @uhafner (#1033)
Dependencies
- Chore(deps): Bump jackson-databind from 2.10.2 to 2.12.1 @dependabot (#1029)
- Chore(deps-dev): Bump archunit from 0.15.0 to 0.16.0 @dependabot (#1028)
- Chore(deps-dev): Bump mockito-core from 3.6.28 to 3.7.7 @dependabot (#1027)
- Chore(deps): Bump spotless-maven-plugin from 2.6.1 to 2.7.0 @dependabot (#1031)
- Chore(deps): Bump spotbugs-maven-plugin from 4.1.4 to 4.2.0 @dependabot (#1030)
Changes
- Only run spotless:check as part of the lifecyle @bitwiseman (#1041)
- Code Coverage update @bitwiseman (#1022)
v1.122 🌈
Enhancements
- Feature: Auto-refreshing Authorization/Credentials @MarcosCela (#945)
- Support creating JWTTokenProvider from string @bitwiseman (#1021)
v1.120 🌈
Changes
v1.119 🌈
Changes
- Fix mocking of Previews enum @seregamorph (#1015)
v1.118 🌈
Changes
- Fixes null commit date @lower-case (#985)
- Bulk update of repository options @jgangemi (#939)
- Switch to using spotless plugin for formatting @bitwiseman (#1005)
- Close Okhttp ResponseBody instances when closing the InputStream @gsmet (#984)
- Implement BetaApi annotation for hub4j sdk @marcoferrer (#1002)
- Implement static typing for previews and clean up usage declarations @marcoferrer (#1001)
- Add arch test for preview API usage @marcoferrer (#983)
- Deprecate OkHttp 2.x connector @bitwiseman (#998)
- "target_url" for the payload of the status event @tginiotis-at-work (#999)
- Add affiliation filter for collaborators @Irialad (#981)
- Implement deployment API support for ant-man and flash previews @marcoferrer (#960)
- Make root field transient in all classes @bitwiseman (#1004)
Dependencies
- Chore(deps-dev): Bump stapler from 1.260 to 1.262 @dependabot (#1011)
- Chore(deps-dev): Bump org.eclipse.jgit from 5.9.0.202009080501-r to 5.10.0.202012080955-r @dependabot (#1006)
- Chore(deps-dev): Bump slf4j-simple from 1.7.2 to 1.7.30 @dependabot (#1010)
- Chore(deps): Bump spotbugs-maven-plugin from 4.0.4 to 4.1.4 @dependabot (#1009)
- Chore(deps-dev): Bump archunit from 0.14.1 to 0.15.0 @dependabot (#1008)
- Chore(deps): Bump maven-project-info-reports-plugin from 3.1.0 to 3.1.1 @dependabot (#990)
- Chore(deps-dev): Bump mockito-core from 3.6.0 to 3.6.28 @dependabot (#991)
v1.117 🌈
Changes
- Add ability to update a check run @mrginglymus (#980)
- pull_request action "edited": changes @seregamorph (#979)
- Include assets directly in GHRelease @skaldarnar (#977)
- #947 base event payload @seregamorph (#976)
- List repositories for a GHAppInstallation @tginiotis-at-work (#952)
- List team members by role @tginiotis-at-work (#950)
- user, push, pull event extensions @seregamorph (#944)
- Get comments on a specific commit @tginiotis-at-work (#953)
- Allow adding signature to commits @tginiotis-at-work (#951)
- GH docs have moved, adjust assertion accordingly. @chids (#965)
- GHPullRequest.getLabels should not go to the GHIssue API endpoint @jglick (#964)
- pullRequestReview.review.htmlUrl @seregamorph (#946)
- Fix events javadoc references @seregamorph (#942)
- methods for listing PRs where the commit is head & listing branches which contain the commit @tginiotis-at-work (#922)
- update branch & change base on PRs @tginiotis-at-work (#921)
Dependencies
- Chore(deps-dev): Bump mockito-core from 3.5.2 to 3.5.7 @dependabot (#936)
- Chore(deps): Bump spotbugs.version from 4.1.1 to 4.1.2 @dependabot (#931)
- Chore(deps-dev): Bump mockito-core from 3.5.0 to 3.5.2 @dependabot (#930)
- Chore(deps-dev): Bump mockito-core from 3.4.6 to 3.5.0 @dependabot (#927)
- Chore(deps-dev): Bump mockito-core from 3.5.7 to 3.6.0 @dependabot (#974)
- Chore(deps-dev): Bump org.eclipse.jgit from 5.7.0.202003110725-r to 5.9.0.202009080501-r @dependabot (#973)
- Chore(deps-dev): Bump junit from 4.13 to 4.13.1 @dependabot (#963)
- Chore(deps-dev): Bump wiremock-jre8-standalone from 2.27.1 to 2.27.2 @dependabot (#956)
- Chore(deps): Bump jacoco-maven-plugin from 0.8.5 to 0.8.6 @dependabot (#958)