Skip to content

Releases: octokit/octokit.net

v13.0.1

02 Jul 21:11
6bb0408
Compare
Choose a tag to compare

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

26 Jun 17:01
6565a07
Compare
Choose a tag to compare

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

Documentation

  • [DOCS]: Provide easy alternative to create App JWT token by @rasmus in #2937

New Contributors

Full Changelog: v12.0.0...v13.0.0

v12.0.0

10 Jun 13:18
6c43183
Compare
Choose a tag to compare

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: v11.0.1...v12.0.0

v11.0.1

15 Apr 17:42
4ca8f1c
Compare
Choose a tag to compare

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

10 Apr 21:26
889bf25
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGE

Features

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

New Contributors

Full Changelog: v10.0.0...v10.0.1

v10.0.0

23 Feb 00:39
d27d1f0
Compare
Choose a tag to compare

Breaking change:

What's Changed

  • (docs): link corrections by @kfcampbell in #2874
  • Fix: Add RequiredSignatures to the BranchProtectionSettingsUpdate 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

01 Feb 20:31
e87aa64
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: v9.1.1...v9.1.2

v9.1.1

25 Jan 14:41
c9ddf3e
Compare
Choose a tag to compare

What's Changed

Features

  • [feat] Add Rocket & Eyes reactions to ReactionSummary by @Misha-133 in #2847

Fixes

Maintenance

Documentation

  • [DOCS]: Removed the Related Projects Section from the README by @wesdevpro in #2860

New Contributors

Full Changelog: v9.1.0...v9.1.1

v9.1.0

03 Jan 17:30
b1a2cf5
Compare
Choose a tag to compare

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 and GetAllForUserWithTimestamps 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

Full Changelog: v9.0.0...v9.1.0

v9.0.0

31 Oct 21:08
27aa6e5
Compare
Choose a tag to compare

What's Changed

Breaking changes

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

New Contributors

Full Changelog: v8.1.1...v9.0.0