mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 19:46:07 +00:00
Release v0.28 - Get to the Chopper!!! (#1709)
* Update release notes * fix whitespace
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Octokit.Reactive
|
||||
/// </remarks>
|
||||
/// <param name="timeout">The Timeout value</param>
|
||||
void SetRequestTimeout(TimeSpan timeout);
|
||||
|
||||
|
||||
IObservableAuthorizationsClient Authorization { get; }
|
||||
IObservableActivitiesClient Activity { get; }
|
||||
IObservableIssuesClient Issue { get; }
|
||||
|
||||
@@ -64,7 +64,6 @@ namespace Octokit.Reactive
|
||||
/// <param name="timeout">The Timeout value</param>
|
||||
public void SetRequestTimeout(TimeSpan timeout)
|
||||
{
|
||||
|
||||
_gitHubClient.SetRequestTimeout(timeout);
|
||||
}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace Octokit
|
||||
/// </remarks>
|
||||
/// <param name="timeout">The Timeout value</param>
|
||||
void SetRequestTimeout(TimeSpan timeout);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Provides a client connection to make rest requests to HTTP endpoints.
|
||||
/// </summary>
|
||||
|
||||
@@ -1,3 +1,23 @@
|
||||
### New in 0.28.0 (released 6/11/2017)
|
||||
|
||||
## 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](https://github.com/octokit/octokit.net/pull/1693) via [@pmiossec](https://github.com/pmiossec), [@ryangribble](https://github.com/ryangribble)
|
||||
|
||||
**Fixes**
|
||||
|
||||
- Update `CommitStatus.Id` field from `int` to `long` to prevent overflow exceptions - [#1703](https://github.com/octokit/octokit.net/pull/1703) via [@kzu](https://github.com/kzu)
|
||||
|
||||
**Housekeeping**
|
||||
|
||||
- Correct rendering of `HttpClient` documentation page - [#1699](https://github.com/octokit/octokit.net/pull/1699) via [@scovetta](https://github.com/scovetta)
|
||||
|
||||
### New in 0.27.0 (released 7/10/2017)
|
||||
|
||||
## Advisories and Breaking Changes
|
||||
|
||||
Reference in New Issue
Block a user