-
-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare for 2.7 release #665
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,36 @@ | |
|
||
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release. | ||
|
||
## 2.7.0 (Unreleased) | ||
## 2.7.0 | ||
|
||
### Added | ||
|
||
- Phpunit 6 compatibility | ||
- `Github\Api\AbstractApi::setPage()` to allow you to set the page on all endpoints. | ||
- Support for query parameters and request headers on `Github\Api\User::following` and `Github\Api\User::followers` | ||
- API endpoint `Github\Api\CurrentUser\Emails::allPublic()` | ||
- API endpoint `Github\Api\Search::commits()` | ||
- API endpoint `Github\Api\Miscellaneous\CodeOfConduct` | ||
|
||
### Fixed | ||
|
||
- Fixed bug in `PathPrepend` plugin where "api/vX" could be duplicated. | ||
|
||
### Changed | ||
|
||
- Improved documentation and doc blocks | ||
|
||
### Removed | ||
|
||
- Dropped support for php 5.5 | ||
|
||
### | ||
### Deprecated | ||
|
||
- Phpunit 6 compatibility | ||
The following classes and endpoints were deprecated by Github and are also deprecated in the client: | ||
|
||
- `Github\Api\Repo` | ||
- `Github\Api\User` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
- `Github\Api\Issue::all()` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This also has to be the |
||
|
||
## 2.6.0 | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Github\Api\Repo::find()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The whole class is deprecated..