github-actions
released this
25 Jan 09:01
·
2 commits
to refs/heads/main
since this release
Major version bump to v2.x
I would love for github-api v2.x to be a larger change that has major new features.
However, the most pressing need is clearing technical debt for better stability and ease of adding new features. These changes break binary compatibility requiring a major version bump.
v2.0 includes:
- Drop support for Java 8
- Remove functional dependencies on HttpURLConnection
- Remove most deprecated classes and methods
- Remove all "bridge methods"
- Test clean up
- Site generation updates
Changes
- Prepare release (bitwiseman): github-api-2.0.0-alpha-3 @bitwiseman (#2018)
- List app installation requests endpoint @anujhydrabadi (#2012)
- Add option to fork default branch only @Alaurant (#1995)
- Include triggering actor in workflow run @HerrDerb (#2006)
- Add parameter to listContributors for anonymous contributors @augustd (#1907)
- Add ssh keys fields on meta API response @jonesbusy (#1996)
- Add autolink reference function @Alaurant (#1987)
- fix GHNotificationStream "Unable to parse If-Modified-Since request header" @AsherSu (#1984)
- Do not assume server time is in sync with local machine time on rate limit path @holly-cummins (#1972)
- Improve wait handing in abuse retry @holly-cummins (#1971)
Dependencies
- Chore(deps-dev): Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre @dependabot[bot] (#2001)
- Chore(deps): Bump org.codehaus.mojo:versions-maven-plugin from 2.17.1 to 2.18.0 @dependabot[bot] (#2000)
- Chore(deps): Bump org.apache.maven.plugins:maven-help-plugin from 3.5.0 to 3.5.1 @dependabot[bot] (#2002)
- Chore(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.7 @dependabot[bot] (#1988)
- Chore(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 @dependabot[bot] (#1989)
- Chore(deps): Bump com.fasterxml.jackson:jackson-bom from 2.18.0 to 2.18.2 @dependabot[bot] (#1990)
- Chore(deps): Bump org.apache.maven.plugins:maven-site-plugin from 3.20.0 to 3.21.0 @dependabot[bot] (#1991)
- Chore(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 @dependabot[bot] (#1992)
- Chore(deps): Bump spring.boot.version from 3.3.4 to 3.3.5 @dependabot[bot] (#1977)
- Chore(deps-dev): Bump org.mockito:mockito-core from 5.14.0 to 5.14.2 @dependabot[bot] (#1980)
- Chore(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 @dependabot[bot] (#1979)
- Chore(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 @dependabot[bot] (#1978)
- Chore(deps): Bump codecov/codecov-action from 4.5.0 to 4.6.0 @dependabot[bot] (#1981)
- Chore(deps): Bump com.infradna.tool:bridge-method-annotation from 1.29 to 1.30 @dependabot[bot] (#1961)
- Chore(deps): Bump actions/setup-java from 2 to 4 @dependabot[bot] (#1960)
- Chore(deps-dev): Bump org.mockito:mockito-core from 5.13.0 to 5.14.0 @dependabot[bot] (#1958)
- Chore(deps): Bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0 @dependabot[bot] (#1959)
- Chore(deps): Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.3 to 4.8.6.4 @dependabot[bot] (#1955)
- Chore(deps): Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 @dependabot[bot] (#1954)
- Chore(deps-dev): Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre @dependabot[bot] (#1953)
- Chore(deps): Bump spring.boot.version from 3.3.3 to 3.3.4 @dependabot[bot] (#1952)
- Chore(deps): Bump com.squareup.okio:okio from 3.9.0 to 3.9.1 @dependabot[bot] (#1950)
- Chore(deps-dev): Bump com.google.guava:guava from 33.1.0-jre to 33.3.0-jre @dependabot[bot] (#1949)
- Chore(deps): Bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.20.0 @dependabot[bot] (#1941)
- Prepare release (bitwiseman): github-api-2.0.0-alpha-2 @bitwiseman (#1948)