v0.41 - Waiting For Queries
Packages
Octokit 0.41.0
on NuGet
Octokit.Reactive 0.41.0
on NuGet
Advisories and Breaking Changes
- Octokit and Octokit.Reactive now have a minimum target of
net46
andnetstandard2.0
to keep up with the minimum supported versions of Reactive Extensions for .NET.v0.40.0
is the last version that targetsnet45
ornetstandard1.0
, but you will need to upgrade your projects to continue to get further updates and fixes.
Release Notes
Fixes
- Added new states to the
EventInfoState
enum - #2101 via @maxim-lobanov - Added
ProjectCard
property toIssueEvent
response model - #2102 via @maxim-lobanov
Housekeeping
- Upgraded Octokit.Reactive to target
System.Reactive
v4.3.2
- #2055 via @dependabot-preview[bot], @shiftkey - Upgraded Cake.Frosting tooling to
v0.37
- #2096 via @dependabot-preview[bot] - Added new types for webhook commit payload - #1844 via @itaibh, @shiftkey