Skip to content

Bump Octokit from 0.48.0 to 14.0.0#114

Open
dependabot[bot] wants to merge 1 commit intoadd-code-qlfrom
dependabot/nuget/csharp/tutorials/AsyncStreams/start/IssuePRreport/IssuePRreport/Octokit-14.0.0
Open

Bump Octokit from 0.48.0 to 14.0.0#114
dependabot[bot] wants to merge 1 commit intoadd-code-qlfrom
dependabot/nuget/csharp/tutorials/AsyncStreams/start/IssuePRreport/IssuePRreport/Octokit-14.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Updated Octokit from 0.48.0 to 14.0.0.

Release notes

Sourced from Octokit's releases.

14.0.0

What's Changed

Breaking changes

Note: The breaking changes in this release primarily deal with moving the last remaining Int32 to Int64 conversions. This change, while breaking, should have nominal impact.

Features

Fixes

Maintenance

New Contributors

Full Changelog: octokit/octokit.net@v13.0.1...v14.0.0

13.0.1

What's Changed

NOTE: these fixes were part of the more wide spread changes made as a result of this issue.

Full Changelog: octokit/octokit.net@v13.0.0...v13.0.1

13.0.0

What's Changed

Breaking changes

Features

Documentation

New Contributors

Full Changelog: octokit/octokit.net@v12.0.0...v13.0.0

12.0.0

BREAKING CHANGE

There was a change on the backing data store of the GitHub REST API to address the growing needs of comments shifting the type of IDs from an Int32 to an Int64 (or long).

Features

Fixes

Maintenance

Docs / CI

New Contributors

Full Changelog: octokit/octokit.net@v11.0.1...v12.0.0

11.0.1

What's Changed

Fix

Full Changelog: octokit/octokit.net@v11.0.0...v11.0.1

11.0.0

What's Changed

BREAKING CHANGE

Features

Fixes

Maintenance

New Contributors

Full Changelog: octokit/octokit.net@v10.0.0...v10.0.1

10.0.0

Breaking change:

What's Changed

New Contributors

Full Changelog: octokit/octokit.net@v9.1.2...v10.0.0

9.1.2

What's Changed

Features

Full Changelog: octokit/octokit.net@v9.1.1...v9.1.2

9.1.1

What's Changed

Features

Fixes

Maintenance

Documentation

New Contributors

Full Changelog: octokit/octokit.net@v9.1.0...v9.1.1

9.1.0

What's Changed

Features

Bugs

Maintenance

New Contributors

Full Changelog: octokit/octokit.net@v9.0.0...v9.1.0

9.0.0

What's Changed

Breaking changes

Features

Fixes

Maintenance

New Contributors

Full Changelog: octokit/octokit.net@v8.1.1...v9.0.0

8.1.1

What's Changed

Features

Fixes

Maintenance

New Contributors

Full Changelog: octokit/octokit.net@v8.0.1...v8.1.1

8.0.1

What's Changed

Features

Fixes

New Contributors

Full Changelog: octokit/octokit.net@v7.2.0...v8.0.1

8.0.0

What’s Changed

Features

Fixes

CI

Dependencies

New Contributors

Full Changelog: octokit/octokit.net@v7.1.0...v7.2.0

7.1.0

What's Changed

New Contributors

Full Changelog: octokit/octokit.net@v7.0.1...v7.1.0

7.0.1

What's Changed

Fixes

Dependencies

Full Changelog: octokit/octokit.net@v7.0.0...v7.0.1

7.0.0

What's Changed

Breaking changes

Features

New Contributors

Full Changelog: octokit/octokit.net@v6.2.1...v7.0.0

6.2.1

What's Changed

Full Changelog: octokit/octokit.net@v6.2.0...v6.2.1

6.2.0

What's Changed

Full Changelog: octokit/octokit.net@v6.1.0...v6.2.0

6.1.0

What's Changed

New Contributors

Full Changelog: octokit/octokit.net@v6.0.0...v6.1.0

6.0.0

What's Changed

⚠️ Note this release contains a "low risk" breaking change; see this PR for more information.

Features

Fixes

Full Changelog: octokit/octokit.net@v5.1.0...v6.0.0[](url)

5.1.0

What's Changed

Features

Fixes

New Contributors

Full Changelog: octokit/octokit.net@v5.0.4...v5.1.0

5.0.4

What's Changed

New Contributors

Full Changelog: octokit/octokit.net@v5.0.3...v5.1.0

5.0.3

What's Changed

Features

Maintenance

New Contributors

Full Changelog: octokit/octokit.net@v5.0.2...v5.0.3

5.0.2

What's Changed

Features

Bug fixes

New Contributors

Full Changelog: octokit/octokit.net@v5.0.1...v5.0.2

5.0.1

What's Changed

Features

Maintenance

New Contributors

Full Changelog: octokit/octokit.net@v5.0.0...v5.0.1

5.0.0

What's Changed

Full Changelog: octokit/octokit.net@v4.0.4...v5.0.0

4.0.4

What's Changed

We introduced a new action that adds all new issues and PRs to our community board. Come by the board and grab something to improve this SDK and the others!

Bug fixes

Maintenance

Dependency updates

New Contributors

Full Changelog: octokit/octokit.net@v4.0.3...v4.0.4

4.0.3

What's Changed

Features

Bug fixes

Maintenance

New Contributors

Full Changelog: octokit/octokit.net@v4.0.2...v4.0.3

4.0.2

What's Changed

Features

Bugs

Dependencies

House Keeping

New Contributors

Full Changelog: octokit/octokit.net@v4.0.1...v4.0.2

4.0.1

What's Changed

New Contributors

Full Changelog: octokit/octokit.net@v4.0.0...v4.0.1

4.0.0

What's Changed

New Contributors

Full Changelog: octokit/octokit.net@v3.0.1...v4.0.0

octokit/octokit.net#2594

3.0.1

What's Changed

New Contributors

Full Changelog: octokit/octokit.net@v3.0.0...v3.0.1

3.0.0

Advisories and Breaking Changes

API METHOD CONTRACT CHANGE: In this release, the return type/exception implementation of AddCollaborator has changed by fixing a failure with 201 status code when adding a collaborator - #​2559 via @​annchous

RE: Converts response model property accessors from protected to the more appropriate private for consistency - #​2565 via @​nickfloyd - in support of Generative SDKs

Release Notes

Milestone: We modified the existing source to help unify it and prepare for our generative SDK work.

Features/Enhancements

Fixes

Housekeeping

Documentation Updates

Full Changelog: octokit/octokit.net@v2.0.1...v3.0.0

2.0.1

Advisories and Breaking Changes

  • None

Release Notes

Features/Enhancements

Housekeeping

Documentation Updates

2.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

Release Notes

Fixes

  • Fixes issues with two-factor authentication overload and certain endpoints - #​2524 via @​JonruAlveus | Note this bug was introduced in v1.0.1 - thanks to @​casstait for finding and reporting it and for the quick turnaround from @​JonruAlveus!

Housekeeping

Documentation Updates

  • Updates deprecation warning from subscribers_count to watchers_count - #​2519 via @​Brend-Smits
  • Updates code docs for SetRequestTimeout to more appropriately reflect what the method does. - #​2520 via @​notauserx

1.0.1

Advisories and Breaking Changes

With this release, all preview logic and header implementations have been removed. GitHub REST API previews were promoted in October 2021. With this change, the headers no longer need to be passed to the GitHub REST API. This means you will no longer need to manually pass in preview headers (for any reason) to benefit from the API changes behind the preview logic.

Release Notes

Features/Enhancements

Fixes

  • Trims trailing slashes from user-passed paths that appear before query string parameters - #​2486 via @​JonruAlveus
  • Prevents a null reference exception when ContentType is null on ApiException - #​2501 via @​diogorolo

Housekeeping

Documentation Updates

1.0.0

Release Notes

Breaking changes

Features/Enhancements

Housekeeping

Documentation Updates

Full Changelog: octokit/octokit.net@v0.52.0...v1.0.0

0.52.0

Advisories and Breaking Changes

  • None

Release Notes

Features/Enhancements

Housekeeping

0.51.0

Advisories and Breaking Changes

  • None

Release Notes

Features/Enhancements

Housekeeping

Documentation Updates

0.50.0

Advisories and Breaking Changes

  • due to supporting repository previews, the type on RepositoryRequest.Visibility has been renamed from RepositoryVisibility to RepositoryRequestVisibility to avoid clashing with the response type
  • System.Reactive has dropped support for net46 with their next major release (v5). I plan to bump the new minimum version to for Octokit and Octokit.Reactive to net472 to stay in sync in some future update. Please consider upgrading if you depend on a earlier version of .NET Framework than net472.

Release Notes

Features/Enhancements

Fixes

  • Fixed deserialization issue for Deployment.Payload by returning Dictionary<string,string> - #​2303 via @​haacked

Housekeeping

0.49.0

Advisories and Breaking Changes

  • SearchCodeRequest.Users and SearchCodeRequest.Organizations now expects an array of strings, as the underling API supports searching for multiple users or organizations.
  • Type of PullRequestCommit.Author and PullRequestCommit.Commiter properties is changed from Committer to User, please ensure serializing or deserializing this object in your code is not impacted by this change.

Release Notes

Fixes

Housekeeping

Documentation Updates

Commits viewable in compare view.

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Octokit
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants