Skip to content

Releases: octokit/octokit.net

v5.0.2

10 Mar 18:44
ddb66ed
Compare
Choose a tag to compare

What's Changed

Features

  • Implement GetAllOrganizationMembershipsForCurrent by @chemhack in #2654

Bug fixes

  • Correctly deserialize CollaboratorPermissionResponse by @heaths in #2682

New Contributors

Full Changelog: v5.0.1...v5.0.2

v5.0.1

09 Mar 19:00
7d01bad
Compare
Choose a tag to compare

What's Changed

Features

Maintenance

  • Updates copyright by @kfcampbell in #2660
  • Removes the old implementation of sourcelink and uses the newer one present in the .net SDK by @nickfloyd in #2666
  • build(deps): bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 by @dependabot in #2677
  • build(deps): bump NSubstitute from 4.4.0 to 5.0.0 by @dependabot in #2669

New Contributors

Full Changelog: v5.0.0...v5.0.1

v5.0.0

20 Jan 18:49
891015c
Compare
Choose a tag to compare

What's Changed

  • Breaking change/feature: update models with updated permission enum by @notauserx in #2633

Full Changelog: v4.0.4...v5.0.0

v4.0.4

13 Jan 14:35
bf66785
Compare
Choose a tag to compare

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

  • Dependency update: bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 by @dependabot in #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 #2616
  • Dependency update: bump Cake.Coverlet from 3.0.2 to 3.0.4 in /build by @dependabot in #2652

New Contributors

Full Changelog: v4.0.3...v4.0.4

v4.0.3

02 Dec 17:08
0475f08
Compare
Choose a tag to compare

What's Changed

Features

Bug fixes

Maintenance

  • [MAINT] Improve docs for the 'release' chapter by @Move2win in #2628

New Contributors

Full Changelog: v4.0.2...v4.0.3

v4.0.2

23 Nov 21:43
6c11c1e
Compare
Choose a tag to compare

What's Changed

Features

Bugs

  • Fixed a bug that content cannot be retrieved if "#" is included in a file or folder name. by @minoura-a in #2608

Dependencies

  • build(deps): bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 by @dependabot in #2606
  • build(deps): bump Microsoft.Bcl.AsyncInterfaces from 6.0.0 to 7.0.0 by @dependabot in #2605

House Keeping

New Contributors

Full Changelog: v4.0.1...v4.0.2

v4.0.1

20 Oct 22:14
131ba87
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.0.1

v4.0.0: Strong-naming

10 Oct 20:53
40b2111
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v4.0.0

#2594

v3.0.1

07 Oct 18:33
fa29939
Compare
Choose a tag to compare

What's Changed

  • bugfix: Fix deserializing of Emoji types by @JonruAlveus in #2577
  • bugfix: Fixes the meta DTO and meta tests so they pass and are the same as what is documented in the REST API docs by @JonruAlveus in #2579
  • chore: updates tests to include new IP block fields by @nickfloyd in #2581
  • chore: Splitting out the misc client into separate clients as per current documentation by @JonruAlveus in #2574
  • chore: Base classes need protected setters, ActivityPayload had privates by @JonruAlveus in #2591
  • chore: Use correct methods and URL to generate release notes by @rdeago in #2592
  • deps: bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 by @dependabot in #2583
  • docs: Remove /en slug in docs.github.com links (and stop VSCode from formatting on save) by @SeanKilleen in #2573

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

13 Sep 19:13
063e85e
Compare
Choose a tag to compare

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

  • Fix failure with 201 status code on adding a collaborator - #2559 via @annchous

Housekeeping

Documentation Updates

  • Removed reference to Basic Authentication in the docs - #2555 via @rkreisel

Full Changelog: v2.0.1...v3.0.0