Skip to content

Releases: octokit/octokit.net

v0.5.3

10 Dec 09:37
Compare
Choose a tag to compare
  • New: Uploading release assets now supports an optional timeout value - #587 via @shiftkey

v0.5.2

14 Oct 12:28
Compare
Choose a tag to compare

Breaking Changes:

  • PullRequestUpdate removed unused fields: Number, State, Base, and Head
  • ReleaseClient.Create now accepts a NewRelease parameter (was ReleaseUpdate)
  • ReleaseUpdate no longer requires a TagName in the constructor (see NewRelease)
  • ReleaseUpdate now has nullable Draft and Prerelease properties - only
    set these if you want to apply changes to the API
  • IssueUpdate.State is now a nullable ItemState
  • MilestoneUpdate.Number is now removed
  • MilestoneUpdate.State is now a nullable ItemState

v0.5.1

07 Oct 18:06
Compare
Choose a tag to compare
  • New: added XML docs to NuGet package for Maximum Intellisense - #586 via @shiftkey

v0.5

07 Oct 15:27
Compare
Choose a tag to compare
  • New: added more methods for users and orgs - #553 via @andrerod
  • New: added support for Universal Apps - #575 via @hippiehunter
  • New: added missing fields to Repository - #560 via @thedillonb
  • New: upgraded Octokit.Reactive to Rx 2.2.5 - #564 via @haacked
  • Fixed: added ItemState.All enum value so issue filtering can be bypassed - #550 via @MitjaBezensek
  • Fixed: remove trailing slash in ApiUrl that causes /team/{id}/repos to fail - #555 via @matt-gibbs
  • Fixed: PullRequest.Mergeable was misspelt, causing serialization issue - #576 via @jrowies
  • Fixed: serialization issue when parsing OAuthToken.Scope list - @shiftkey

Breaking Change: Readme.GetHtmlContent() would return a 404, due to Readme.HtmlUrl not accepting custom Accepts header. This method now uses Readme.Url internally, which will return a slightly different DOM.

Octokit.net v0.4.1

22 Jul 22:30
Compare
Choose a tag to compare
  • New: Added a public method for turning pages of requests into a flat observable - #544 via @haacked

Octokit.net v0.4

11 Jul 22:42
Compare
Choose a tag to compare

Octokit.net v0.3.5

30 Jun 18:17
Compare
Choose a tag to compare

v0.3.4

30 Apr 22:55
Compare
Choose a tag to compare
  • Improvements to "repository exists" exception result - #473 via @shiftkey
  • Encoding query parameters impacts search clients - #467 via @shiftkey

Octokit.net v0.3.3

24 Apr 17:43
Compare
Choose a tag to compare
  • Add methods to retrieve a team's members and to check if a user is a member of a team - #449 via @kzu
  • Add OAuth web flow methods - #462 via @haacked

Octokit.net v0.3.2

17 Apr 01:32
Compare
Choose a tag to compare
  • Allow passing a parameter to the Patch method - #440 via @nigel-sampson
  • Remove the redundant Team suffix from ITeamsClient - #451 via @kzu
  • Remove Immutable Collections dependency to support .NET 4 builds - #453 via @paulcbetts
  • Add method to retrieve raw bytes from a request - #457 via @haacked
  • Fix readonly deserialization bug in NetCore45 and related projects - #455 via @nigel-sampson