Skip to content

Releases: octokit/octokit.net

v0.2.1

20 Feb 05:38
Compare
Choose a tag to compare
  • Reverted the dependency on Reactive Extensions 2.2.2 which introduced breaking changes

v0.2.0

20 Feb 01:06
Compare
Choose a tag to compare
  • Fixed an issue where some new observable clients were not accessible - #376 via @shiftkey

v0.1.9

20 Feb 00:33
Compare
Choose a tag to compare
  • New client for searching users - #289 via @hahmed
  • New client for the statistics API - #296 via @ammeep
  • New client for managing deployments and deployment status - #298 via @pmacn
  • Added methods to repositories client for getting metadata such as contributors, languages, tags, etc. - #319 via @pmacn
  • Added GetAll and Add methods to the user emails client - #323 via @pmacn
  • New client for managing user followers - #343 via @alfhenrik
  • Add more methods for managing releases - #344 via @alfhenrik
  • New client for the activity watching API - #350 via @nigel-sampson
  • ObservableStarredClient can now be accessed via a property - #351 via @nigel-sampson
  • Emoji api now has Emoji type rather than dictionary - #354 via @haacked
  • New client for the Pull Requests API - #360 via @jpsullivan and @shiftkey
  • Now throws RepositoryExistsException when repository already exists - #377 via @haacked
  • Now throws PrivateRepositoryQuotaExceededException when private repository quota would be exceeded by a new repository - #379 via @haacked

v0.1.8

22 Jan 19:46
Compare
Choose a tag to compare
  • Added IRepositoryClient.GetAllBranches - #270 via @goalie7960
  • Install-Package should add reference to System.Net.Http - #286 via @alfhenrik
  • Return a more helpful error if invalid refs path provided - #288 via @alfhenrik
  • Refactor SearchIssuesRequest to match the API - #290 via @alfhenrik
  • Deprecate custom Releases Accept header - #291 via @shiftkey
  • Fix date format used in DateRange - #293 via @alfhenrik
  • Add base class for search requests - #301 via @hahmed
  • Deprecate IGitHubClient.Blob - #305 via @shiftkey
  • Improving Proxy Server support - #306 via @shiftkey
  • Add integration tests for IRepositoryClient.GetAllBranches - #309 via @lbargaoanu
  • Refactor SearchCodeRequest to match the API - #311 from @alfhenrik
  • Implemented Delete for IssueCommentsClient - #315 from @pmacn
  • Implemented missing methods for IssueLabels - #316 from @pmacn

Octokit.net v0.1.7

27 Dec 00:09
Compare
Choose a tag to compare

Octokit.net v0.1.6

26 Dec 00:38
Compare
Choose a tag to compare

Octokit.net v0.1.5

19 Nov 18:07
Compare
Choose a tag to compare
  • New client for starring repositories
  • New client for retrieving commits
  • New client for managing an organization's teams and members
  • New client for managing blobs
  • New client for retrieving and creating trees
  • New client for managing collaborators of a repository

Octokit.net v0.1.4

07 Nov 19:23
Compare
Choose a tag to compare
  • New client for retrieving activity events
  • Fixed bug where concealing an org's member actually shows the member

Octokit.net v0.1.3

06 Nov 00:30
Compare
Choose a tag to compare
  • New Xamarin Component store versions of Octokit.net
  • New clients for managing assignees, milestones, and tags
  • New clients for managing issues, issue events, and issue comments
  • New client for managing organization members
  • Fixed bug in applying query parameters that could cause paging to continually request the same page

Octokit.net v0.1.1

31 Oct 00:28
Compare
Choose a tag to compare
  • Bug fix: It failed to run on .NET 4.5