GitReleaseManager
GitReleaseManager copied to clipboard
Bump Octokit from 0.50.0 to 2.0.1 in /src
Bumps Octokit from 0.50.0 to 2.0.1.
Release notes
Sourced from Octokit's releases.
v2.0.1
Advisories and Breaking Changes
- None
Release Notes
Features/Enhancements
- Adds active lock reason to issue - #2525 via
@notauserx- Added an asynchronous paging extension that adds paging for all list-based response objects - #2516 via
@Saalvage- implements [GET] failed org invites - #2533 via
@FrediKats- Adds generators project and AsyncPaginationExtension generator - #2537 via
@nickfloyd- Adds seats and filled seats to plan response - #2539 via
@JonruAlveusHousekeeping
- Cleaned up build warnings - #2529 via
@JonruAlveus- Fixed the binary formatter in net461 so all unit tests now pass. Also removed the need to have it run only in framework as it also works on netcoreapp3.1 - #2535 via
@JonruAlveus- Cleans up unused or unnecessary DefineConstants - #2538 via
@JonruAlveusDocumentation Updates
- Updated the .NET supported version in readme - #2532 via
@FrediKats- Adds documentation on how to create a branch - #2541 via
@JonruAlveusv2.0.0
Advisories and Breaking Changes
In this release, we are dropping support for .NET 4.6. This needs to be done to move forward with the framework and innovate using the new APIs and assemblies.
Highlights from the issue description:
.NET Framework 4.6 (and 4.6.1) went out of support on April 26, 2022. Continuing to publish Octokit for this target adds a support burden.
.NET standard 2.0 covers .NET Framework 4.6.2 already.
Supporting a single target framework, .NET standard 2.0, would simplify maintenance of this project while supporting all target frameworks currently supported upstream.
For reference, these are the supported versions going forward
.NET implementation Version support .NET and .NET Core 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0 .NET Framework 4.6.1 2, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 For more information see #2521 via
@nickfloyd
... (truncated)
Commits
b866d66feat: Adding seats and filled seats to plan response. (#2539)176bf38maint: Tidying up DefineConstants (#2538)b4ca7c7docs: Adds documentation on how to create a branch (#2541)1e3fa1dfeat: Adds generators project and AsyncPaginationExtension generator (#2537)5386257feat: implement getting failed org invites (#2533)bc156afmaint: Fixing the use of the binary formatter in net461 so all unit tests now...eaef1eefeat: Adds AsyncPaginationExtensions (#2516)651d981ci(build): Fixes a number of warnings for a cleaner build (#2529)5d4c928docs: Update dotnet supported version in readme (#2532)536e5c3feat: adds active lock reason to issue (#2525)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)