Camelotia
Camelotia copied to clipboard
chore(deps): update dependency octokit to v14
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| Octokit | 3.0.1 -> 14.0.0 |
Release Notes
octokit/octokit.net (Octokit)
v14.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.
- BREAKING CHANGE: Issue ID should be a long by @kzu in https://github.com/octokit/octokit.net/pull/2962
- BREAKING CHANGE: Use long type for reading PunchCard statistics, just in case by @TimLovellSmith in https://github.com/octokit/octokit.net/pull/2949
Features
- Adding support for creating Codespaces and getting available machine types by @Aaron-Junker in https://github.com/octokit/octokit.net/pull/2929
- Add support for Workflows
CreateDispatchvia repository ID by @Cyberboss in https://github.com/octokit/octokit.net/pull/2960 - [FEAT]: Add support for Public Keys API by @colbylwilliams in https://github.com/octokit/octokit.net/pull/2945
- Add optional cancellation token for oauth client by @zoriya in https://github.com/octokit/octokit.net/pull/2988
Fixes
- Fix runner group access return type by @MatisseHack in https://github.com/octokit/octokit.net/pull/2965
- Reduce string allocations during SimpleJson.ParseString by @ToddGrun in https://github.com/octokit/octokit.net/pull/2977
Maintenance
- Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 by @dependabot in https://github.com/octokit/octokit.net/pull/2952
- Bump xunit from 2.8.1 to 2.9.2 by @dependabot in https://github.com/octokit/octokit.net/pull/2951
- Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.1 by @dependabot in https://github.com/octokit/octokit.net/pull/2961
- Bump NSubstitute from 5.1.0 to 5.3.0 by @dependabot in https://github.com/octokit/octokit.net/pull/2979
- Bump Cake.Frosting from 4.0.0 to 4.2.0 in /build by @dependabot in https://github.com/octokit/octokit.net/pull/2978
- Bump Microsoft.NET.Test.Sdk and Microsoft.NETFramework.ReferenceAssemblies by @dependabot in https://github.com/octokit/octokit.net/pull/2984
New Contributors
- @Aaron-Junker made their first contribution in https://github.com/octokit/octokit.net/pull/2929
- @zoriya made their first contribution in https://github.com/octokit/octokit.net/pull/2988
- @ToddGrun made their first contribution in https://github.com/octokit/octokit.net/pull/2977
- @TimLovellSmith made their first contribution in https://github.com/octokit/octokit.net/pull/2949
Full Changelog: https://github.com/octokit/octokit.net/compare/v13.0.1...v14.0.0
v13.0.1
What's Changed
NOTE: these fixes were part of the more wide spread changes made as a result of this issue.
- [FIX]: reworks all number parameter names to represent what they actually are. Refactors some types to be the appropriate types based on OpenAPI and docs. by @nickfloyd in https://github.com/octokit/octokit.net/pull/2948
Full Changelog: https://github.com/octokit/octokit.net/compare/v13.0.0...v13.0.1
v13.0.0
What's Changed
Breaking changes
- [BREAKING CHANGES]: int to long Ids for PreReceiveHook, Deployment Environments, Repository, Org Team, Repo Invitations, Public Key, Project Cards, Organization Invitation, Migrations, GpgKey, Deployment, Authorizations, Accounts / Profiles, Codespace / Workspaces by @nickfloyd in https://github.com/octokit/octokit.net/pull/2941
- [BREAKING CHANGE] Add Advanced Security Properties to Repository Get/Update by @SlyckLizzie in https://github.com/octokit/octokit.net/pull/2865
Features
- [FEAT]: Implement dependency review and dependency submission APIs by @awedist in https://github.com/octokit/octokit.net/pull/2932
- [FEAT]: Custom Properties by @colbylwilliams in https://github.com/octokit/octokit.net/pull/2933
- [FEAT]: Search based on repository custom property by @colbylwilliams in https://github.com/octokit/octokit.net/pull/2936
- [FEAT]: Create a GitHub App from a manifest by @colbylwilliams in https://github.com/octokit/octokit.net/pull/2939
- [FEAT]: added Missing APIOption overload for PackagesClient.GetAll* #2923 by @lars-zweifel in https://github.com/octokit/octokit.net/pull/2934
Documentation
- [DOCS]: Provide easy alternative to create App JWT token by @rasmus in https://github.com/octokit/octokit.net/pull/2937
New Contributors
- @awedist made their first contribution in https://github.com/octokit/octokit.net/pull/2932
- @lars-zweifel made their first contribution in https://github.com/octokit/octokit.net/pull/2934
- @rasmus made their first contribution in https://github.com/octokit/octokit.net/pull/2937
Full Changelog: https://github.com/octokit/octokit.net/compare/v12.0.0...v13.0.0
v12.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
- (BREAKING CHANGE) Fix: comment id model update to long instead of int by @arxange1 in https://github.com/octokit/octokit.net/pull/2928
- Fix: xUnit Warnings by @thomhurst in https://github.com/octokit/octokit.net/pull/2906
- Fix: #2693 PageCount doesn't work if the query gets constructed with page number as the first query parameter by @andrew-from-toronto in https://github.com/octokit/octokit.net/pull/2911
- Fix: Pacakges typo by @seedysoft in https://github.com/octokit/octokit.net/pull/2917
Maintenance
- Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 by @dependabot in https://github.com/octokit/octokit.net/pull/2908
- Bump xunit from 2.7.0 to 2.7.1 by @dependabot in https://github.com/octokit/octokit.net/pull/2909
- Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 by @dependabot in https://github.com/octokit/octokit.net/pull/2914
- Bump xunit from 2.7.1 to 2.8.0 by @dependabot in https://github.com/octokit/octokit.net/pull/2913
- Bump xunit from 2.8.0 to 2.8.1 by @dependabot in https://github.com/octokit/octokit.net/pull/2919
- Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1 by @dependabot in https://github.com/octokit/octokit.net/pull/2920
- Bump System.Reactive from 6.0.0 to 6.0.1 by @dependabot in https://github.com/octokit/octokit.net/pull/2921
- Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by @dependabot in https://github.com/octokit/octokit.net/pull/2922
Docs / CI
- 🚧 Workflows changed by @octokitbot in https://github.com/octokit/octokit.net/pull/2925
New Contributors
- @andrew-from-toronto made their first contribution in https://github.com/octokit/octokit.net/pull/2911
- @seedysoft made their first contribution in https://github.com/octokit/octokit.net/pull/2917
- @arxange1 made their first contribution in https://github.com/octokit/octokit.net/pull/2928
Full Changelog: https://github.com/octokit/octokit.net/compare/v11.0.1...v12.0.0
v11.0.1
What's Changed
Fix
- fix: "zip" Content-Type resulting in null Stream for Artifacts on Blob Storage by @thomhurst in https://github.com/octokit/octokit.net/pull/2905
Full Changelog: https://github.com/octokit/octokit.net/compare/v11.0.0...v11.0.1
v11.0.0
What's Changed
BREAKING CHANGE
Features
- feat: Add create organization invitation via email by @skyemcleman in https://github.com/octokit/octokit.net/pull/2895
Fixes
- BREAKING CHANGE (behavior): Modify caching to only attempt to update the response cache if a 2xx response code is received from GitHub by @daverant in https://github.com/octokit/octokit.net/pull/2877
- fix: Allow
zipMIME type by @thomhurst in https://github.com/octokit/octokit.net/pull/2902
Maintenance
- Bump Cake.Coverlet from 3.0.4 to 4.0.1 in /build by @dependabot in https://github.com/octokit/octokit.net/pull/2896
New Contributors
- @skyemcleman made their first contribution in https://github.com/octokit/octokit.net/pull/2895
- @daverant made their first contribution in https://github.com/octokit/octokit.net/pull/2877
Full Changelog: https://github.com/octokit/octokit.net/compare/v10.0.0...v10.0.1
v10.0.0
Breaking change:
- Change "IssueId" to
longby @Leh2 in https://github.com/octokit/octokit.net/pull/2890
What's Changed
- (docs): link corrections by @kfcampbell in https://github.com/octokit/octokit.net/pull/2874
- Fix: Add
RequiredSignaturesto theBranchProtectionSettingsUpdateType by @wesdevpro in https://github.com/octokit/octokit.net/pull/2873 - build(deps): bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 by @dependabot in https://github.com/octokit/octokit.net/pull/2884
- feat: Adds cancel invitation by @thomaslem in https://github.com/octokit/octokit.net/pull/2881
- feat: Add 'Pending' member to WorkflowJobStatus enum by @redoz in https://github.com/octokit/octokit.net/pull/2885
- Update Dockerfile to omit mkdocs so that pre-builds will complete successfully by @nickfloyd in https://github.com/octokit/octokit.net/pull/2886
- build(deps): bump xunit from 2.6.6 to 2.7.0 by @dependabot in https://github.com/octokit/octokit.net/pull/2888
- build(deps): bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 by @dependabot in https://github.com/octokit/octokit.net/pull/2887
New Contributors
- @redoz made their first contribution in https://github.com/octokit/octokit.net/pull/2885
- @Leh2 made their first contribution in https://github.com/octokit/octokit.net/pull/2890
Full Changelog: https://github.com/octokit/octokit.net/compare/v9.1.2...v10.0.0
v9.1.2
What's Changed
Features
- [Feat] Add Repository Autolinks Client by @SlyckLizzie in https://github.com/octokit/octokit.net/pull/2868
- [Feat] Allow build version to be passed in to build.ps1 via command line by @SlyckLizzie in https://github.com/octokit/octokit.net/pull/2864
Full Changelog: https://github.com/octokit/octokit.net/compare/v9.1.1...v9.1.2
v9.1.1
What's Changed
Features
- [feat] Add Rocket & Eyes reactions to
ReactionSummaryby @Misha-133 in https://github.com/octokit/octokit.net/pull/2847
Fixes
- Fixes PushId datatype to not overflow (fix user activity exception) by @mitchcapper in https://github.com/octokit/octokit.net/pull/2844
- Fix namespaces for Artifacts models by @thomhurst in https://github.com/octokit/octokit.net/pull/2862
Maintenance
- build(deps): bump xunit from 2.6.4 to 2.6.6 by @dependabot in https://github.com/octokit/octokit.net/pull/2853
Documentation
- [DOCS]: Removed the Related Projects Section from the
READMEby @wesdevpro in https://github.com/octokit/octokit.net/pull/2860
New Contributors
- @Misha-133 made their first contribution in https://github.com/octokit/octokit.net/pull/2847
- @mitchcapper made their first contribution in https://github.com/octokit/octokit.net/pull/2844
- @wesdevpro made their first contribution in https://github.com/octokit/octokit.net/pull/2860
Full Changelog: https://github.com/octokit/octokit.net/compare/v9.1.0...v9.1.1
v9.1.0
What's Changed
Features
- [feat]: Output GraphQL rate limit by @dirtygooback in https://github.com/octokit/octokit.net/pull/2807
- [feat]: Allow the constructor for
ProductHeaderValueto accept a framework version of the object by @Cyberboss in https://github.com/octokit/octokit.net/pull/2821 - [feat] Introduce NewRelease.DiscussionCategoryName, Fixes #2746 by @AndreyAkinshin in https://github.com/octokit/octokit.net/pull/2842
- [feat]: Adding Copilot for Business support by @dylan-asos in https://github.com/octokit/octokit.net/pull/2826
- [feat]: Implement Actions OIDC Client by @dirtygooback in https://github.com/octokit/octokit.net/pull/2828
- [feat] Add support for "Require approval of the most recent reviewable push" by @ChrisAnn in https://github.com/octokit/octokit.net/pull/2839
Bugs
- [fix] Fix handling for Streams in IConnection for raw content by @martincostello in https://github.com/octokit/octokit.net/pull/2791
- [fix]: The methods
GetAllForCurrentWithTimestampsandGetAllForUserWithTimestampsdid not return timestamps. by @MareMare in https://github.com/octokit/octokit.net/pull/2829
Maintenance
- build(deps): bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 by @dependabot in https://github.com/octokit/octokit.net/pull/2811
- build(deps): bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 by @dependabot in https://github.com/octokit/octokit.net/pull/2816
- build(deps): bump Microsoft.Bcl.AsyncInterfaces from 7.0.0 to 8.0.0 by @dependabot in https://github.com/octokit/octokit.net/pull/2817
- build(deps): bump Cake.Frosting from 2.3.0 to 4.0.0 in /build by @dependabot in https://github.com/octokit/octokit.net/pull/2814
- build(deps): bump xunit from 2.6.3 to 2.6.4 by @dependabot in https://github.com/octokit/octokit.net/pull/2841
- build(deps): bump xunit.runner.visualstudio from 2.5.5 to 2.5.6 by @dependabot in https://github.com/octokit/octokit.net/pull/2840
- [maint]: don't run immediate response on Actions- or octokitbot-driven changes by @octokitbot in https://github.com/octokit/octokit.net/pull/2819
- [maint]: Workflows have changed by @octokitbot in https://github.com/octokit/octokit.net/pull/2830
New Contributors
- @AndreyAkinshin made their first contribution in https://github.com/octokit/octokit.net/pull/2842
- @MareMare made their first contribution in https://github.com/octokit/octokit.net/pull/2829
- @ChrisAnn made their first contribution in https://github.com/octokit/octokit.net/pull/2839
Full Changelog: https://github.com/octokit/octokit.net/compare/v9.0.0...v9.1.0
v9.0.0
What's Changed
Breaking changes
- Removes the .NET 5.0 support by @nickfloyd in https://github.com/octokit/octokit.net/pull/2806
Features
- [feat]: Add RenameBranch method to RepositoryBranchesClient by @dirtygooback in https://github.com/octokit/octokit.net/pull/2799
Fixes
- (fix) RepositoryContentsClient.GetArchive does not return the expected binary content by @Jericho in https://github.com/octokit/octokit.net/pull/2803
Maintenance
- build(deps): bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 by @dependabot in https://github.com/octokit/octokit.net/pull/2805
- build(deps): bump xunit from 2.5.1 to 2.5.3 by @dependabot in https://github.com/octokit/octokit.net/pull/2804
New Contributors
- @Jericho made their first contribution in https://github.com/octokit/octokit.net/pull/2803
Full Changelog: https://github.com/octokit/octokit.net/compare/v8.1.1...v9.0.0
v8.1.1
What's Changed
Features
- [feat]: Add archive url to repository info by @perrylets in https://github.com/octokit/octokit.net/pull/2801
- [feat]: Adding repository variables by @michaeljolley in https://github.com/octokit/octokit.net/pull/2794
- [feat]: Adding missing properties to PushEventPayload by @michaeljolley in https://github.com/octokit/octokit.net/pull/2795
Fixes
- [fix] Bump GitVersion.Tool by @martincostello in https://github.com/octokit/octokit.net/pull/2792
Maintenance
- [maint]: Updated immediate response workflows via automation by @octokitbot in https://github.com/octokit/octokit.net/pull/2793
New Contributors
- @perrylets made their first contribution in https://github.com/octokit/octokit.net/pull/2801
- @michaeljolley made their first contribution in https://github.com/octokit/octokit.net/pull/2794
Full Changelog: https://github.com/octokit/octokit.net/compare/v8.0.1...v8.1.1
v8.0.1
What's Changed
Features
- [feat]: SDKs for ActionsArtifacts APIs by @thomhurst in https://github.com/octokit/octokit.net/pull/2782
Fixes
- [bug]: GetAllStargazersWithTimestamps was not returning timestamps by @thomhurst in https://github.com/octokit/octokit.net/pull/2785
New Contributors
- @thomhurst made their first contribution in https://github.com/octokit/octokit.net/pull/2782
Full Changelog: https://github.com/octokit/octokit.net/compare/v7.2.0...v8.0.1
v8.0.0
What’s Changed
Features
- [feat]: Support make_latest in create and update release by @Simplicitdk in https://github.com/octokit/octokit.net/pull/2757
- [feat]: Added support for making branches read-only by @jefflill in https://github.com/octokit/octokit.net/pull/2715
- [feat]: Added
readonlyto fields that are never modified by @Lehonti in https://github.com/octokit/octokit.net/pull/2759 - [feat]: Add
suspended_atandsuspended_byto theInstallationmodel by @lineville in https://github.com/octokit/octokit.net/pull/2779 - [feat, BREAKING]: Expose WebCommitSignoffRequired and HasDiscussions for get and update repository objects - NOTE:
HasDiscussionsis now a required field onRepository, hat-tip to @lineville for catching this! ❤️ - by @dirtygooback in https://github.com/octokit/octokit.net/pull/2773
Fixes
- [bug]: fix(SearchIssuesRequest): wrap label in quotes if it contains spaces by @capdiem in https://github.com/octokit/octokit.net/pull/2767
- [bug]: Fix pagination when ApiOptions.StartPage is explicitly set. by @pkindruk in https://github.com/octokit/octokit.net/pull/2778
CI
- [ci]: don’t put a comment on PRs from dependabot or renovate by @G-Rath in https://github.com/octokit/octokit.net/pull/2769
Dependencies
- build(deps): bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 by @dependabot in https://github.com/octokit/octokit.net/pull/2760
- build(deps): bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 by @dependabot in https://github.com/octokit/octokit.net/pull/2764
- build(deps): bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 by @dependabot in https://github.com/octokit/octokit.net/pull/2768
- build(deps): bump NSubstitute from 5.0.0 to 5.1.0 by @dependabot in https://github.com/octokit/octokit.net/pull/2770
- build(deps): bump xunit from 2.5.0 to 2.5.1 by @dependabot in https://github.com/octokit/octokit.net/pull/2776
- build(deps): bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 by @dependabot in https://github.com/octokit/octokit.net/pull/2775
New Contributors
- @Simplicitdk made their first contribution in https://github.com/octokit/octokit.net/pull/2757
- @jefflill made their first contribution in https://github.com/octokit/octokit.net/pull/2715
- @Lehonti made their first contribution in https://github.com/octokit/octokit.net/pull/2759
- @capdiem made their first contribution in https://github.com/octokit/octokit.net/pull/2767
- @G-Rath made their first contribution in https://github.com/octokit/octokit.net/pull/2769
- @pkindruk made their first contribution in https://github.com/octokit/octokit.net/pull/2778
- @dirtygooback made their first contribution in https://github.com/octokit/octokit.net/pull/2773
Full Changelog: https://github.com/octokit/octokit.net/compare/v7.1.0...v7.2.0
v7.1.0
What's Changed
- build(deps): bump xunit from 2.4.2 to 2.5.0 by @dependabot in https://github.com/octokit/octokit.net/pull/2743
- build(deps): bump xunit.runner.visualstudio from 2.4.5 to 2.5.0 by @dependabot in https://github.com/octokit/octokit.net/pull/2744
- Add PR templates by @nickfloyd in https://github.com/octokit/octokit.net/pull/2751
- Add auto responder workflow by @nickfloyd in https://github.com/octokit/octokit.net/pull/2754
- Support refreshtokens in OAuth flow by @Kencdk in https://github.com/octokit/octokit.net/pull/2749
New Contributors
- @Kencdk made their first contribution in https://github.com/octokit/octokit.net/pull/2749
Full Changelog: https://github.com/octokit/octokit.net/compare/v7.0.1...v7.1.0
v7.0.1
What's Changed
Fixes
- Fix ActionsSelfHostedRunnersClient Delete Calls by @lineville in https://github.com/octokit/octokit.net/pull/2740
Dependencies
- build(deps): bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 by @dependabot in https://github.com/octokit/octokit.net/pull/2741
Full Changelog: https://github.com/octokit/octokit.net/compare/v7.0.0...v7.0.1
v7.0.0
What's Changed
Breaking changes
- Fix DeploymentStatus IDs Overflowing by @Cyberboss in https://github.com/octokit/octokit.net/pull/2736
Features
- Add Waiting to WorkflowJobStatus by @vuryleo in https://github.com/octokit/octokit.net/pull/2732
New Contributors
- @vuryleo made their first contribution in https://github.com/octokit/octokit.net/pull/2732
Full Changelog: https://github.com/octokit/octokit.net/compare/v6.2.1...v7.0.0
v6.2.1
What's Changed
- Make
CreatedAtnullable by @lineville in https://github.com/octokit/octokit.net/pull/2734
Full Changelog: https://github.com/octokit/octokit.net/compare/v6.2.0...v6.2.1
v6.2.0
What's Changed
- Add CreatedAt to WorkflowJob model by @lineville in https://github.com/octokit/octokit.net/pull/2729
Full Changelog: https://github.com/octokit/octokit.net/compare/v6.1.0...v6.2.0
v6.1.0
What's Changed
- build(deps): bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 by @dependabot in https://github.com/octokit/octokit.net/pull/2719
- build(deps): bump System.Reactive from 5.0.0 to 6.0.0 by @dependabot in https://github.com/octokit/octokit.net/pull/2718
- build(deps): bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 by @dependabot in https://github.com/octokit/octokit.net/pull/2723
- build(deps): bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.2 by @dependabot in https://github.com/octokit/octokit.net/pull/2726
- Add basic codespaces api by @asklar in https://github.com/octokit/octokit.net/pull/2722
- [BUG] Fix Deserializing WorkflowJob by @lineville in https://github.com/octokit/octokit.net/pull/2725
- Get Team By Name implementation by @dylan-asos in https://github.com/octokit/octokit.net/pull/2717
New Contributors
- @asklar made their first contribution in https://github.com/octokit/octokit.net/pull/2722
- @dylan-asos made their first contribution in https://github.com/octokit/octokit.net/pull/2717
Full Changelog: https://github.com/octokit/octokit.net/compare/v6.0.0...v6.1.0
v6.0.0
What's Changed
⚠️ Note this release contains a "low risk" breaking change; see this PR for more information.
Features
- Adds a method to get a single runner group by @MatisseHack in https://github.com/octokit/octokit.net/pull/2706
- Improve repo debugger display by @martincostello in https://github.com/octokit/octokit.net/pull/2712
- Adding in support for enterprise audit logs by @gitasaurus in https://github.com/octokit/octokit.net/pull/2702
Fixes
- [BREAKING CHANGE] Fix runner application deserialization by @MatisseHack in https://github.com/octokit/octokit.net/pull/2704
Full Changelog: https://github.com/octokit/octokit.net/compare/v5.1.0...v6.0.0
v5.1.0
What's Changed
Features
- Allow users to fetch all commits for two commits comparison by @zolroman in https://github.com/octokit/octokit.net/pull/2690
- Added missing 'container' property in metadata on a package version. by @thomaslem in https://github.com/octokit/octokit.net/pull/2696
- Self-hosted runners and Self-hosted runner groups APIs by @lineville in https://github.com/octokit/octokit.net/pull/2695
Fixes
- Removing empty object parameter in MigrationsClient.DeleteArchive by @gitasaurus in https://github.com/octokit/octokit.net/pull/2698
New Contributors
- @zolroman made their first contribution in https://github.com/octokit/octokit.net/pull/2690
- @thomaslem made their first contribution in https://github.com/octokit/octokit.net/pull/2696
- @gitasaurus made their first contribution in https://github.com/octokit/octokit.net/pull/2698
- @lineville made their first contribution in https://github.com/octokit/octokit.net/pull/2695
Full Changelog: https://github.com/octokit/octokit.net/compare/v5.0.4...v5.1.0
v5.0.4
What's Changed
- Added Mannequin account type for migrated repos by @MGbiorczyk95 in https://github.com/octokit/octokit.net/pull/2694
New Contributors
- @MGbiorczyk95 made their first contribution in https://github.com/octokit/octokit.net/pull/2694
Full Changelog: https://github.com/octokit/octokit.net/compare/v5.0.3...v5.1.0
v5.0.3
What's Changed
Features
- Add missing workflow run conclusions by @ezhevita in https://github.com/octokit/octokit.net/pull/2685
Maintenance
- build(deps): bump GitHubJwt from 0.0.5 to 0.0.6 by @dependabot in https://github.com/octokit/octokit.net/pull/2691
New Contributors
- @ezhevita made their first contribution in https://github.com/octokit/octokit.net/pull/2685
Full Changelog: https://github.com/octokit/octokit.net/compare/v5.0.2...v5.0.3
v5.0.2
What's Changed
Features
- Implement GetAllOrganizationMembershipsForCurrent by @chemhack in https://github.com/octokit/octokit.net/pull/2654
Bug fixes
- Correctly deserialize CollaboratorPermissionResponse by @heaths in https://github.com/octokit/octokit.net/pull/2682
New Contributors
- @chemhack made their first contribution in https://github.com/octokit/octokit.net/pull/2654
Full Changelog: https://github.com/octokit/octokit.net/compare/v5.0.1...v5.0.2
v5.0.1
What's Changed
Features
- Add pending WorkflowRunStatus by @beliakov-mb in https://github.com/octokit/octokit.net/pull/2657
- Response caching by @reny-gearset in https://github.com/octokit/octokit.net/pull/2648
- Add StateReason to IssueUpdate by @heaths in https://github.com/octokit/octokit.net/pull/2665
- Update permissions by @notauserx in https://github.com/octokit/octokit.net/pull/2661
Maintenance
- Updates copyright by @kfcampbell in https://github.com/octokit/octokit.net/pull/2660
- Removes the old implementation of sourcelink and uses the newer one present in the .net SDK by @nickfloyd in https://github.com/octokit/octokit.net/pull/2666
- build(deps): bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 by @dependabot in https://github.com/octokit/octokit.net/pull/2677
- build(deps): bump NSubstitute from 4.4.0 to 5.0.0 by @dependabot in https://github.com/octokit/octokit.net/pull/2669
New Contributors
- @beliakov-mb made their first contribution in https://github.com/octokit/octokit.net/pull/2657
- @reny-gearset made their first contribution in https://github.com/octokit/octokit.net/pull/2648
- @heaths made their first contribution in https://github.com/octokit/octokit.net/pull/2665
Full Changelog: https://github.com/octokit/octokit.net/compare/v5.0.0...v5.0.1
v5.0.0
What's Changed
- Breaking change/feature: update models with updated permission enum by @notauserx in https://github.com/octokit/octokit.net/pull/2633
Full Changelog: https://github.com/octokit/octokit.net/compare/v4.0.4...v5.0.0
v4.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
- Fixes #2143 - Support listing branch/pr per commit by @zacdirect in https://github.com/octokit/octokit.net/pull/2315
Maintenance
- Updates the stale action to use the new status labels by @nickfloyd in https://github.com/octokit/octokit.net/pull/2630
- Workflow linting fix by @octokitbot in https://github.com/octokit/octokit.net/pull/2638
- Implemented workflow updates (https://github.com/octokit/octokit.net/pull/2640, https://github.com/octokit/octokit.net/pull/2647, https://github.com/octokit/octokit.net/pull/2651)
- Remove instances of lower-case h by @kfcampbell in https://github.com/octokit/octokit.net/pull/2655
Dependency updates
- Dependency update: bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 by @dependabot in https://github.com/octokit/octokit.net/pull/2642
- Dependency update: Removes the dependency of .NET Core app 3.1 and bumps Cake.Coverlet from 2.5.4 to 3.0.2 in /build by @dependabot in https://github.com/octokit/octokit.net/pull/2616
- Dependency update: bump Cake.Coverlet from 3.0.2 to 3.0.4 in /build by @dependabot in https://github.com/octokit/octokit.net/pull/2652
New Contributors
- @zacdirect made their first contribution in https://github.com/octokit/octokit.net/pull/2315
- 🤖 @octokitbot made their first contribution in https://github.com/octokit/octokit.net/pull/2638
Full Changelog: https://github.com/octokit/octokit.net/compare/v4.0.3...v4.0.4
v4.0.3
What's Changed
Features
- [FEAT]Adds
isLockedfilter toSeachIssuesRequestby @notauserx in https://github.com/octokit/octokit.net/pull/2623 - [FEAT] Add missing properties for meta and app payloads by @MatisseHack in https://github.com/octokit/octokit.net/pull/2625
Bug fixes
- [BUG] Fix API URLs for GitHub Enterprise Server by @martincostello in https://github.com/octokit/octokit.net/pull/2626
Maintenance
- [MAINT] Improve docs for the 'release' chapter by @Move2win in https://github.com/octokit/octokit.net/pull/2628
New Contributors
- @Move2win made their first contribution in https://github.com/octokit/octokit.net/pull/2628
- @MatisseHack made their first contribution in https://github.com/octokit/octokit.net/pull/2625
Full Changelog: https://github.com/octokit/octokit.net/compare/v4.0.2...v4.0.3
v4.0.2
What's Changed
Features
- Adding repo allowupdatebranch by @michal-ciechan in https://github.com/octokit/octokit.net/pull/2600
- Added Environments API - GetAll list only feature by @semyon-p in https://github.com/octokit/octokit.net/pull/2613
- Add Actions workflow API clients by @martincostello in https://github.com/octokit/octokit.net/pull/2429
Bugs
- Fixed a bug that content cannot be retrieved if "#" is included in a file or folder name. by @minoura-a in https://github.com/octokit/octokit.net/pull/2608
Dependencies
- build(deps): bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 by @dependabot in https://github.com/octokit/octokit.net/pull/2606
- build(deps): bump Microsoft.Bcl.AsyncInterfaces from 6.0.0 to 7.0.0 by @dependabot in https://github.com/octokit/octokit.net/pull/2605
House Keeping
- Removes references to old labels and updates release steps by @nickfloyd in https://github.com/octokit/octokit.net/pull/2601
- Add issue templates by @kfcampbell in https://github.com/octokit/octokit.net/pull/2604
- Add PR templates by @nickfloyd in https://github.com/octokit/octokit.net/pull/2612
New Contributors
- @michal-ciechan made their first contribution in https://github.com/octokit/octokit.net/pull/2600
- @semyon-p made their first contribution in https://github.com/octokit/octokit.net/pull/2613
- @minoura-a made their first contribution in https://github.com/octokit/octokit.net/pull/2608
Full Changelog: https://github.com/octokit/octokit.net/compare/v4.0.1...v4.0.2
v4.0.1
What's Changed
- Add
NewRelease.GenerateReleaseNotesproperty by @mryanmurphy in https://github.com/octokit/octokit.net/pull/2596 - Add missing properties to
IssueEvent. by @bloslo in https://github.com/octokit/octokit.net/pull/2585 - Replay #2221: Implement GitHub Actions Secrets API for both Organization and Repository by @kfcampbell in https://github.com/octokit/octokit.net/pull/2598
- build(deps): bump Cake.Frosting from 2.2.0 to 2.3.0 in /build by @dependabot in [https
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.