All Versions
26
Latest Version
Avg Release Cycle
44 days
Latest Release
1412 days ago

Changelog History
Page 3

  • v0.28.0 Changes

    November 06, 2017

    ๐Ÿ“ฆ Packages

    ๐Ÿ“ฆ Octokit 0.28.0 on NuGet
    ๐Ÿ“ฆ Octokit.Reactive 0.28.0 on NuGet

    Advisories and Breaking Changes

    • ๐Ÿš€ This release has been pushed out in response to CommitStatus.Id on GitHub exceeding Int32.MaxValue. We've made this field a long now... sorry about that!

    ๐Ÿš€ Release Notes

    ๐Ÿ”‹ Features/Enhancements

    • ๐Ÿš€ You can now use IGitHubClient.SetRequestTimeout(TimeSpan timeout) to set a custom timeout, particularly useful for lengthy operations such as uploading release assets. - #1693 via @pmiossec, @ryangribble

    ๐Ÿ›  Fixes

    • โšก๏ธ Update CommitStatus.Id field from int to long to prevent overflow exceptions - #1703 via @kzu

    Housekeeping

    • ๐Ÿ“š Correct rendering of HttpClient documentation page - #1699 via @scovetta
  • v0.27.0 Changes

    October 07, 2017

    ๐Ÿ“ฆ Packages

    ๐Ÿ“ฆ Octokit 0.27.0 on NuGet
    ๐Ÿ“ฆ Octokit.Reactive 0.27.0 on NuGet

    Advisories and Breaking Changes

    • NewTeam.Permission has been changed to a nullable type Permission? and will no longer be sent unless explicitly set

    ๐Ÿš€ Release Notes

    ๐Ÿ”‹ Features/Enhancements

    • โšก๏ธ Implement additional fields in Team response and NewTeam and UpdateTeam requests, for Privacy, Maintainers and Description where they were missing - #1669 via @ryangribble
    • Implement Organization filter in ISearchClient.SearchCode() - #1672 via @sepharg, @ryangribble
    • โšก๏ธ Implement team membership enhancements for role (Maintainer or Member) and state (Active or Pending) including new methods TeamsClient.AddOrEditMembership() and TeamsClient.GetMembershipDetails() and updating TeamsClient.GetAllMembers() to allow filtering by role. - #1670 via @ryangribble
    • Implement Nested Teams API (Preview) - #1682 via @ryangribble

    ๐Ÿ›  Fixes

    • ๐Ÿ“‡ Assembly versioning, NuGet package metadata and inter-package version dependencies should now be correct, after automating them via the build process - #1660 via @ryangribble, @mderriey
    • ๐Ÿ‘ป Octokit can now run in environments where PlatformNotSupported exception was encountered when initializing the API connection (eg AWS Lambda) - #1660 via @ryangribble, @mderriey
    • Intellisense should once again be available for Octokit libraries - sorry about that! - #1674 via @mderriey
    • ISearchClient.SearchRepo() now uses the correct values for the Forks search qualifiers (Include or Only) - #1680 via @ryangribble

    Housekeeping

    • โž• Add convention tests to enforce API Pagination support and naming conventions - #1659 via @ryangribble
    • ๐Ÿคก BranchProtection response class EnforceAdmins now provides a standard ctor allowing it to be mocked if required - #1679 via @ryangribble
  • v0.26.0 Changes

    August 31, 2017

    ๐Ÿ“ฆ Packages

    ๐Ÿ“ฆ Octokit 0.26.0 on nuget
    ๐Ÿ“ฆ Octokit.Reactive 0.26.0 on nuget

    Advisories and Breaking Changes

    • This release contains the necessary Octokit changes to specify the required_pull_request_reviews field on Branch Protection updates, which becomes mandatory when the Protected Branches API graduates from preview mode on the 1st September

    ๐Ÿš€ Release Notes

    ๐Ÿ”‹ Features/Enhancements

    • โšก๏ธ Implement RequiredPullRequestReviews support in IRepositoryBranchesClient.UpdateBranchProtection and additional granular methods to GetReviewEnforcement, UpdateReviewEnforcement and RemoveReviewEnforcement via @M-Zuber, @ryangribble
  • v0.25.0 Changes

    August 23, 2017

    ๐Ÿ“ฆ Packages

    ๐Ÿ“ฆ Octokit 0.25.0 on nuget
    ๐Ÿ“ฆ Octokit.Reactive 0.25.0 on nuget

    Advisories and Breaking Changes

    ๐Ÿฑ Octokit.net has been ported to dotnetcore ๐ŸŽ‰ providing libraries targetting netstandard1.1 and net45 frameworks

    ๐Ÿ“„ Enum fields in Octokit response classes are now wrapped in an StringEnum<TEnum> helper class, to provide more robustness in dealing with unknown API values for these fields. Whilst the changes are backwards compatible, please consult the guidance on working with Enums for more information

    โšก๏ธ IncludeAdmins field is no longer present in BranchProtectionRequiredStatusChecks and BranchProtectionRequiredStatusChecksUpdate classes, instead use the new EnforceAdmins field on BranchProtectionSettingsUpdate or the new explicit methods for configuring Admin Enforcement on protected branches. This was an upstream API breaking change so we couldn't follow our normal deprecation schedule

    ๐Ÿš€ Release Notes

    ๐Ÿ— Milestone: CAKE Builds

    ๐Ÿ”‹ Features/Enhancements

    ๐Ÿ‘ Milestone: dotnetcore Support

    ๐Ÿ”‹ Features/Enhancements

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix broken JSON deserialization in .NET 4.5 after VS2017 project update - #1647 via @mderriey

    Milestone: None

    ๐Ÿ”‹ Features/Enhancements

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix RepositoryTrafficClient to handle upstream API change in timestamps from Unix epoch time to ISO8601 - #1560 via @mderriey, @ryangribble
    • ๐Ÿ›  Fix more IssueTimelineClient deserialization exceptions by adding more new EventInfoState values - #1563 via @ryangribble
    • ๐Ÿ›  Fix NotificationsClient.MarkAsRead() exception by specifying a payload body in the PUT request - #1579 via @shiftkey, @ryangribble
    • ๐Ÿ›  Fix connection.GetLastApiInfo() was returning null in some situations - #1580 via @ryangribble
    • ๐Ÿ›  Fix even more IssueTimelineClient deserialization exceptions by adding even more new EventInfoState values (this is getting old!) - #1591 via @lynnfaraday, @ryangribble
    • NewRepositoryWebHook.ToRequest() no longer discards existing fields if they are set - #1623 via @ctolkien
    • ๐Ÿ›  Fix pagination on API calls that use Uri parameters (typically for requests that include some form of filtering) - #1649 via @ryangribble
    • ๐Ÿ›  Fixed RepositoryCommitsClient.GetSha1() to correctly obtain the sha1 of the specified commit, after the API went from preview to official - #1654 via @ryangribble

    Housekeeping

    • โœ‚ Remove obsolete constructor of RepositoryUpdate request class - #1569 via @eriawan
    • โœ‚ Remove unused Rx-Main dependency from LINQPad samples - #1593 via @NickCraver
    • ๐Ÿ”„ Change response models 'Url' properties from Uri to string - #1585 via @mderriey
    • โœ‚ Remove obsolete branch protection methods/classes - #1620 via @ryangribble
    • โœ‚ Remove methods and members that were marked [Obsolete] in 0.23 or earlier - #1622 via @ryangribble

    ๐Ÿ“š Documentation Updates

    • ๐Ÿ›  Fix Issue documentation samples (GetForRepository() should be GetForRepository()) - #1602 via @tnaoto
    • ๐Ÿ›  Fix Release documentation samples (ReleaseUpdate should be NewRelease) - #1611 via @watsonlu
  • v0.24.0 Changes

    January 17, 2017

    Features/Enhancements

    • โž• Add GetAll method to OrganizationsClient - #1469 via malamour-work
    • โž• Add missing fields to Repository class - HasPages, SubscribersCount, Size - #1473 via ryangribble
    • ๐Ÿ‘ Allow base64 content for create/update file - #1488 via laedit
    • โž• Add HtmlUrl field to Milestone class - #1489 via StanleyGoldman
    • โž• Add support for passing sort options to IssueCommentsClient.GetAllForRepository() - #1501 via pjc0247
    • ๐Ÿ“‡ Rename PullRequest.Comment to PullRequest.ReviewComment for better accuracy - #1520 via bmeverett
    • ๐Ÿ‘€ Introduce AbuseException - #1528 via SeanKilleen
    • โž• Add Id field to PullRequest class - #1537 via YunLi1988
    • 0๏ธโƒฃ Unparseable ApiErrors should now fall back to better default error messages - #1540 via SeanKilleen

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix errors in ObservableEventsClient caused by incorrect return types - #1490 via StanleyGoldman
    • โž• Add missing SecurityCritical attribute on GetObjectData() overrides - #1493 via M-Zuber
    • ๐Ÿ›  Fix exceptions in Events API by adding missing event types to EventInfo enumeration - #1536 via lynnfaraday
    • โž• Add new AccountType "Bot" to prevent deserialization errors - #1541 via ryangribble

    ๐Ÿ“š Documentation Updates

    ๐Ÿ’ฅ Breaking Changes

    • โšก๏ธ Creating and Editing Issues (and PullRequests) using NewIssue and IssueUpdate requests
      ๐Ÿ—„ should now use the Assignees collection rather than the now deprecated Assigneefield.
      Both fields can't be specified on the same request, so any code still usingAssigneewill
      need to explicitly setAssigneestonull to avoid Api validation errors.
    • OrganizationsClient.GetAll(string user) has been marked obsolete in favour of
      OrganizationsClient.GetAllForUser(string user)
    • PullRequest.Comment has been marked obsolete in favour of PullRequest.ReviewComment
    • Several EventsClient methods previously returned the incorrect Activity response class.
      This has been corrected to IssueEvent which although is now correct could break calling
      code that was written assuming this previous incorrect return type.
  • v0.23.0 Changes

    October 07, 2016

    Features

    • โž• Added support to test whether a URL points to a GitHub Enterprise instance - #1404 via @haacked
    • โž• Added granular methods for Protected Branches preview API - #1443 via @maddin2016
    • ๐Ÿ‘ Repository Traffic preview API support - #1457 via @maddin2016
    • ๐Ÿ”€ Preview API for merge/squash/rebase in repository settings - #1477 via @ryangribble
    • โž• Added support for performing a rebase and merge through the API- #1479 via @ryangribble

    ๐Ÿ›  Fixes

    Other

    ๐Ÿ’ฅ Breaking Changes

    โšก๏ธ Repository identifiers returned from the GitHub API will exceed Int32.MaxValue in around 12 months, based on current growth. We've decided to update everywhere we require (or return) a repository identifier from int to long so that these will continue to work in the future, and the implicit conversion from int to long means the impact should be manageable now.

    ๐Ÿ”€ MergePullRequest.Squash has been marked as obsolete in favour of the MergeMethod property - use PullRequestMergeMethod.Squash or PullRequestMergeMethod.Rebase if you want to change the merge behaviour when merging a pull request.