From 8559e82b553b8a5f5cc1f1f9d9e6006d71b5207e Mon Sep 17 00:00:00 2001 From: Haacked Date: Mon, 7 Dec 2015 16:03:39 -0800 Subject: [PATCH 1/4] Release notes for release 0.17.0 --- ReleaseNotes.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 68f95a68..586f31aa 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,17 +1,30 @@ -### New in 0.17.0 (released TBD) +### New in 0.17.0 (released 2015/12/07) +* New: `NewRepositoryWebHook` helper class useful for creating web hooks - via #917 @alfhenrik +* New: Overloads to the `GetArchive` method of `RepositoryContentsClient` that accept a timeout - via #918 @willsb +* Improved: Added `EventsUrl` to `Issue` - via #901 @alfhenrik +* Improved: Added `Committer` and `Author` to the `GitHubCommit` object - via #903 @willsb +* Improved: Made `EncodedContent` property of `RepositoryContent` public - via #861 @naveensrinivasan * Improved: Added ability to create deploy keys that are read only and can only be used to read repository contents and not write to them - via #915 @haacked * Improved: Added `Content` property to `NewTreeItem` to allow specifying content for a tree - via #915 @haacked * Improved: Added `Description` property to `NewTeam` to allow specifying a description for a team - via #915 @haacked * Improved: Added `Description` property to `OrganizationUpdate` to allow specifying a description for an organization - via #915 @haacked * Improved: Added `Before` property to `NotificationsRequest` to find notifications updated before a specific time - via #915 @haacked -* Improved: Renamed `SignatureResponse` to `Committer` and replaced `CommitEntity` with `Committer` - via @haacked -* Fixed: Bug that prevented sepecifying a commit message for pull request merges - via #915 @haacked +* Improved: Renamed `SignatureResponse` to `Committer` and replaced `CommitEntity` with `Committer` - via #916 @haacked +* Improved: Added URLs with more information to the `PrivateRepositoryQuotaExceededException` - via #929 @elbaloo +* Improved: The `Merge` method of `PullRequestsClient` now throws more specific exceptions when pull request is not mergeable - via #976 @elbaloo and @shiftkey +* Fixed: Bug that prevented specifying a commit message for pull request merges - via #915 @haacked +* Fixed: Added `System` to required framework assemblies for the `net45` NuGet package - via #919 @adamralph +* Fixed: Change the `HasIssues` property of `NewRepository` to be a nullable boolean because it's optional - via #942 @alfhenrik +* Fixed: Bug that caused downloading release assets to fail because it didn't handle the `application/octet-stream` content type properly - via #943 @naveensrinivasan +* Fixed: JSON serialization bug with unicode characters - via ##972 @naveensrinivasan **Breaking Changes:** - `NewDeployment` constructor requires a ref as this is required for the API. It no longer has a default constructor. - `NewDeploymentStatus` constructor requires a `DeploymentState` as this is required for the API. It no longer has a default constructor. - The `Name` property of `NewTeam` is now read only. It is specified via the constructor. + - Renamed `SignatureResponse` to `Committer` and removes `CommitEntity`, replacing it with `Committer`. + - Changed the type of `HasIssues` property of `NewRepository` to be nullable. ### New in 0.16.0 (released 2015/09/17) From 56d05e3533a2a7c1671b89df1177878f1d1b200a Mon Sep 17 00:00:00 2001 From: Haacked Date: Mon, 7 Dec 2015 16:21:07 -0800 Subject: [PATCH 2/4] Fix the credit format --- ReleaseNotes.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 586f31aa..4244dc1a 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,22 +1,22 @@ ### New in 0.17.0 (released 2015/12/07) -* New: `NewRepositoryWebHook` helper class useful for creating web hooks - via #917 @alfhenrik -* New: Overloads to the `GetArchive` method of `RepositoryContentsClient` that accept a timeout - via #918 @willsb -* Improved: Added `EventsUrl` to `Issue` - via #901 @alfhenrik -* Improved: Added `Committer` and `Author` to the `GitHubCommit` object - via #903 @willsb -* Improved: Made `EncodedContent` property of `RepositoryContent` public - via #861 @naveensrinivasan -* Improved: Added ability to create deploy keys that are read only and can only be used to read repository contents and not write to them - via #915 @haacked -* Improved: Added `Content` property to `NewTreeItem` to allow specifying content for a tree - via #915 @haacked -* Improved: Added `Description` property to `NewTeam` to allow specifying a description for a team - via #915 @haacked -* Improved: Added `Description` property to `OrganizationUpdate` to allow specifying a description for an organization - via #915 @haacked -* Improved: Added `Before` property to `NotificationsRequest` to find notifications updated before a specific time - via #915 @haacked -* Improved: Renamed `SignatureResponse` to `Committer` and replaced `CommitEntity` with `Committer` - via #916 @haacked -* Improved: Added URLs with more information to the `PrivateRepositoryQuotaExceededException` - via #929 @elbaloo -* Improved: The `Merge` method of `PullRequestsClient` now throws more specific exceptions when pull request is not mergeable - via #976 @elbaloo and @shiftkey -* Fixed: Bug that prevented specifying a commit message for pull request merges - via #915 @haacked -* Fixed: Added `System` to required framework assemblies for the `net45` NuGet package - via #919 @adamralph -* Fixed: Change the `HasIssues` property of `NewRepository` to be a nullable boolean because it's optional - via #942 @alfhenrik -* Fixed: Bug that caused downloading release assets to fail because it didn't handle the `application/octet-stream` content type properly - via #943 @naveensrinivasan +* New: `NewRepositoryWebHook` helper class useful for creating web hooks - #917 via @alfhenrik +* New: Overloads to the `GetArchive` method of `RepositoryContentsClient` that accept a timeout - #918 via @willsb +* Improved: Added `EventsUrl` to `Issue` - #901 via @alfhenrik +* Improved: Added `Committer` and `Author` to the `GitHubCommit` object - #903 via @willsb +* Improved: Made `EncodedContent` property of `RepositoryContent` public - #861 via @naveensrinivasan +* Improved: Added ability to create deploy keys that are read only and can only be used to read repository contents and not write to them - #915 via @haacked +* Improved: Added `Content` property to `NewTreeItem` to allow specifying content for a tree - #915 via @haacked +* Improved: Added `Description` property to `NewTeam` to allow specifying a description for a team - #915 via @haacked +* Improved: Added `Description` property to `OrganizationUpdate` to allow specifying a description for an organization - #915 via @haacked +* Improved: Added `Before` property to `NotificationsRequest` to find notifications updated before a specific time - #915 via @haacked +* Improved: Renamed `SignatureResponse` to `Committer` and replaced `CommitEntity` with `Committer` - #916 via @haacked +* Improved: Added URLs with more information to the `PrivateRepositoryQuotaExceededException` - #929 via @elbaloo +* Improved: The `Merge` method of `PullRequestsClient` now throws more specific exceptions when pull request is not mergeable - #976 via @elbaloo and @shiftkey +* Fixed: Bug that prevented specifying a commit message for pull request merges - #915 via @haacked +* Fixed: Added `System` to required framework assemblies for the `net45` NuGet package - #919 via @adamralph +* Fixed: Change the `HasIssues` property of `NewRepository` to be a nullable boolean because it's optional - #942 via @alfhenrik +* Fixed: Bug that caused downloading release assets to fail because it didn't handle the `application/octet-stream` content type properly - #943 via @naveensrinivasan * Fixed: JSON serialization bug with unicode characters - via ##972 @naveensrinivasan **Breaking Changes:** From d4ece5bd05435ca76d7dcf212ec4e86a0b06c074 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Tue, 8 Dec 2015 11:01:11 +1030 Subject: [PATCH 3/4] removed double # --- ReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 4244dc1a..12cddd86 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -17,7 +17,7 @@ * Fixed: Added `System` to required framework assemblies for the `net45` NuGet package - #919 via @adamralph * Fixed: Change the `HasIssues` property of `NewRepository` to be a nullable boolean because it's optional - #942 via @alfhenrik * Fixed: Bug that caused downloading release assets to fail because it didn't handle the `application/octet-stream` content type properly - #943 via @naveensrinivasan -* Fixed: JSON serialization bug with unicode characters - via ##972 @naveensrinivasan +* Fixed: JSON serialization bug with unicode characters - via #972 @naveensrinivasan **Breaking Changes:** - `NewDeployment` constructor requires a ref as this is required for the API. It no longer has a default constructor. From d35f64072a35cc708ded4f866dc73ac128605b3f Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Tue, 8 Dec 2015 11:01:50 +1030 Subject: [PATCH 4/4] fixed order of elements --- ReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 12cddd86..abfd6daa 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -17,7 +17,7 @@ * Fixed: Added `System` to required framework assemblies for the `net45` NuGet package - #919 via @adamralph * Fixed: Change the `HasIssues` property of `NewRepository` to be a nullable boolean because it's optional - #942 via @alfhenrik * Fixed: Bug that caused downloading release assets to fail because it didn't handle the `application/octet-stream` content type properly - #943 via @naveensrinivasan -* Fixed: JSON serialization bug with unicode characters - via #972 @naveensrinivasan +* Fixed: JSON serialization bug with unicode characters - #972 via @naveensrinivasan **Breaking Changes:** - `NewDeployment` constructor requires a ref as this is required for the API. It no longer has a default constructor.