v2.0.0-alpha-1 π
github-actions
released this
15 Sep 10:13
·
50 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"
Changes
- Prepare release (bitwiseman): github-api-2.0.0-alpha-1 @bitwiseman (#1936)
- Begin 2.x release train @bitwiseman (#1935)
- Prepare release (bitwiseman): github-api-1.325 @github-actions (#1932)