Releases: hub4j/github-api
Releases Β· hub4j/github-api
v1.129 π
Changes
- (feat) Add method to check if Organization has projects enabled @akashRindhe (#1139)
- Minimize locking for rate limit @bitwiseman (#1134)
- Chore(deps): Bump actions/setup-java from v1 to v2 @dependabot (#1114)
- Chore(deps): Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2 @dependabot (#1131)
- Chore(deps): Bump spotless-maven-plugin from 2.10.1 to 2.10.3 @dependabot (#1132)
- upgrade commons-io due to CVE-2021-29425 @alexanderkjall (#1124)
- (refactor) Replace complex parsing logic from GHEvent.type to GHEvent with static mapping @akashRindhe (#1126)
v1.128 π
Fixes and Enhancements
- GHRepository#listLanguages returns correct Map type @bitwiseman (#1106)
- GHIssue.addLabels and removeLabels() should return List not void @akashRindhe (#1105)
- Add sort and order parameters to GHContentSearchBuilder @breandan (#1101)
- Add SCHEDULE to GHEvent and add UNKNOWN handling to GHEvent @gsmet (#1096)
- Add label event payload @gsmet (#1087)
- Properly wrap the check runs with the repository when listing them @gsmet (#1092)
- Replace reflection for PATCH method with X-HTTP-Method-Override @bitwiseman (#1083)
Changes
- Remove now unnecessary JDK 16 specific workaround @gsmet (#1125)
- Move to using assertThat() exclusively @bitwiseman (#1123)
- Switch to 'main' as default branch @bitwiseman (#1119)
- (refactor) Rename gitHubBeforeAfter to nonRecordingGitHub #1076 @akashRindhe (#1107)
- Ignore ObsoleteUrlFactory for code coverage @bitwiseman (#1093)
- Log 202 message at the FINE level @gsmet (#1095)
- Use codecov.io to report coverage @bitwiseman (#1091)
Dependencies
- Chore(deps): Bump spotbugs.version from 4.2.2 to 4.2.3 @dependabot (#1116)
- Chore(deps): Bump jackson-databind from 2.12.1 to 2.12.3 @dependabot (#1120)
- Chore(deps): Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#1115)
- Chore(deps): Bump spotless-maven-plugin from 2.9.0 to 2.10.1 @dependabot (#1117)
- Chore(deps-dev): Bump mockito-core from 3.8.0 to 3.9.0 @dependabot (#1122)
- Chore(deps-dev): Bump stapler from 1.262 to 1.263 @dependabot (#1121)
- Chore(deps): Bump spotbugs-maven-plugin from 4.2.0 to 4.2.3 @dependabot (#1113)
- Chore(deps): Bump codecov/codecov-action from v1.3.2 to v1.4.0 @dependabot (#1112)
- Chore(deps-dev): Bump archunit from 0.17.0 to 0.18.0 @dependabot (#1111)
- Chore(deps-dev): Bump wordnet-random-name from 1.3 to 1.5 @dependabot (#1118)
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 usinglabels
endpoint @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.text
is 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)