Releases: octokit/octokit.net
Releases · octokit/octokit.net
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 #2948
Full Changelog: 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 #2941
- [BREAKING CHANGE] Add Advanced Security Properties to Repository Get/Update by @SlyckLizzie in #2865
Features
- [FEAT]: Implement dependency review and dependency submission APIs by @awedist in #2932
- [FEAT]: Custom Properties by @colbylwilliams in #2933
- [FEAT]: Search based on repository custom property by @colbylwilliams in #2936
- [FEAT]: Create a GitHub App from a manifest by @colbylwilliams in #2939
- [FEAT]: added Missing APIOption overload for PackagesClient.GetAll* #2923 by @lars-zweifel in #2934
Documentation
New Contributors
- @awedist made their first contribution in #2932
- @lars-zweifel made their first contribution in #2934
- @rasmus made their first contribution in #2937
Full Changelog: 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 #2928
- Fix: xUnit Warnings by @thomhurst in #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 #2911
- Fix: Pacakges typo by @seedysoft in #2917
Maintenance
- Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 by @dependabot in #2908
- Bump xunit from 2.7.0 to 2.7.1 by @dependabot in #2909
- Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 by @dependabot in #2914
- Bump xunit from 2.7.1 to 2.8.0 by @dependabot in #2913
- Bump xunit from 2.8.0 to 2.8.1 by @dependabot in #2919
- Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1 by @dependabot in #2920
- Bump System.Reactive from 6.0.0 to 6.0.1 by @dependabot in #2921
- Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by @dependabot in #2922
Docs / CI
- 🚧 Workflows changed by @octokitbot in #2925
New Contributors
- @andrew-from-toronto made their first contribution in #2911
- @seedysoft made their first contribution in #2917
- @arxange1 made their first contribution in #2928
Full Changelog: 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 #2905
Full Changelog: 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 #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 #2877
- fix: Allow
zip
MIME type by @thomhurst in #2902
Maintenance
- Bump Cake.Coverlet from 3.0.4 to 4.0.1 in /build by @dependabot in #2896
New Contributors
- @skyemcleman made their first contribution in #2895
- @daverant made their first contribution in #2877
Full Changelog: v10.0.0...v10.0.1
v10.0.0
Breaking change:
What's Changed
- (docs): link corrections by @kfcampbell in #2874
- Fix: Add
RequiredSignatures
to theBranchProtectionSettingsUpdate
Type by @wesdevpro in #2873 - build(deps): bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 by @dependabot in #2884
- feat: Adds cancel invitation by @thomaslem in #2881
- feat: Add 'Pending' member to WorkflowJobStatus enum by @redoz in #2885
- Update Dockerfile to omit mkdocs so that pre-builds will complete successfully by @nickfloyd in #2886
- build(deps): bump xunit from 2.6.6 to 2.7.0 by @dependabot in #2888
- build(deps): bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 by @dependabot in #2887
New Contributors
Full Changelog: v9.1.2...v10.0.0
v9.1.2
What's Changed
Features
- [Feat] Add Repository Autolinks Client by @SlyckLizzie in #2868
- [Feat] Allow build version to be passed in to build.ps1 via command line by @SlyckLizzie in #2864
Full Changelog: v9.1.1...v9.1.2
v9.1.1
What's Changed
Features
- [feat] Add Rocket & Eyes reactions to
ReactionSummary
by @Misha-133 in #2847
Fixes
- Fixes PushId datatype to not overflow (fix user activity exception) by @mitchcapper in #2844
- Fix namespaces for Artifacts models by @thomhurst in #2862
Maintenance
- build(deps): bump xunit from 2.6.4 to 2.6.6 by @dependabot in #2853
Documentation
- [DOCS]: Removed the Related Projects Section from the
README
by @wesdevpro in #2860
New Contributors
- @Misha-133 made their first contribution in #2847
- @mitchcapper made their first contribution in #2844
- @wesdevpro made their first contribution in #2860
Full Changelog: v9.1.0...v9.1.1
v9.1.0
What's Changed
Features
- [feat]: Output GraphQL rate limit by @dirtygooback in #2807
- [feat]: Allow the constructor for
ProductHeaderValue
to accept a framework version of the object by @Cyberboss in #2821 - [feat] Introduce NewRelease.DiscussionCategoryName, Fixes #2746 by @AndreyAkinshin in #2842
- [feat]: Adding Copilot for Business support by @dylan-asos in #2826
- [feat]: Implement Actions OIDC Client by @dirtygooback in #2828
- [feat] Add support for "Require approval of the most recent reviewable push" by @ChrisAnn in #2839
Bugs
- [fix] Fix handling for Streams in IConnection for raw content by @martincostello in #2791
- [fix]: The methods
GetAllForCurrentWithTimestamps
andGetAllForUserWithTimestamps
did not return timestamps. by @MareMare in #2829
Maintenance
- build(deps): bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 by @dependabot in #2811
- build(deps): bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 by @dependabot in #2816
- build(deps): bump Microsoft.Bcl.AsyncInterfaces from 7.0.0 to 8.0.0 by @dependabot in #2817
- build(deps): bump Cake.Frosting from 2.3.0 to 4.0.0 in /build by @dependabot in #2814
- build(deps): bump xunit from 2.6.3 to 2.6.4 by @dependabot in #2841
- build(deps): bump xunit.runner.visualstudio from 2.5.5 to 2.5.6 by @dependabot in #2840
- [maint]: don't run immediate response on Actions- or octokitbot-driven changes by @octokitbot in #2819
- [maint]: Workflows have changed by @octokitbot in #2830
New Contributors
- @AndreyAkinshin made their first contribution in #2842
- @MareMare made their first contribution in #2829
- @ChrisAnn made their first contribution in #2839
Full Changelog: v9.0.0...v9.1.0
v9.0.0
What's Changed
Breaking changes
- Removes the .NET 5.0 support by @nickfloyd in #2806
Features
- [feat]: Add RenameBranch method to RepositoryBranchesClient by @dirtygooback in #2799
Fixes
- (fix) RepositoryContentsClient.GetArchive does not return the expected binary content by @Jericho in #2803
Maintenance
- build(deps): bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 by @dependabot in #2805
- build(deps): bump xunit from 2.5.1 to 2.5.3 by @dependabot in #2804
New Contributors
Full Changelog: v8.1.1...v9.0.0