Octokit.NET v0.48.0 Release Notes
Release Date: 2020-06-07 // over 4 years ago-
๐ฆ Packages
๐ฆ
Octokit 0.48.0
on NuGet
๐ฆOctokit.Reactive 0.48.0
on NuGet๐ Release Notes
๐ Features/Enhancements
- โ Added API for interacting with organization webhooks - #1884 via @MartinDawson, @nubby109, @shiftkey
- โ Added server time difference to
ApiInfo
API - #2196 via @fredrikhr - โ Added support for creating project cards from pull requests - #2185 via @boblangley
- Deserialize
requested_action
field oncheck_run
events - #2197 via @mitchdenny - โ Added
WatchersCount
toRepository
response model - #2182 via @KarolGrzesiak, @shiftkey
Housekeeping
- โก๏ธ Update
Microsoft.NET.Test.Sdk
to latest version - #2183, #2178 via @dependabot-preview[bot] - Publish to NuGet using GitHub Actions when tag pushed - #2189 via @shiftkey
- โก๏ธ Updated
xunit.runner.visualstudio
to latest version - #2198 via @dependabot-preview[bot] ChecksClient
constructor should take interface arguments - #2194 via @fredrikhr
Previous changes from v0.47.0
-
๐ฆ Packages
๐ฆ
Octokit 0.47.0
on NuGet
๐ฆOctokit.Reactive 0.47.0
on NuGet๐ Release Notes
๐ Features/Enhancements
- โ Added
GetRawContent
andGetRawContentByRef
APIs to Repository Contents client for cases where performance is desirable - #2151 via @0xced - โ Added
ReleaseEvent
payload - #2170 via @NextTurn
๐ Fixes
- ๐ Parsing of case-insensitive response headers in
GitHubClient.GetLastApiInfo()
- #2175 via @shiftkey
Housekeeping
- โ
Replace
Task.Factory.StartNew
usage in tests withTask.FromResult
to simplify test setup - #2164 via @shiftkey - โก๏ธ Updated
System.Reactive
dependency to4.4.1
- #2168 via @dependabot-preview[bot]
๐ Documentation Updates
- โ Added