All Versions
17
Latest Version
Avg Release Cycle
51 days
Latest Release
575 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.43.8 Changes
July 20, 2019New features
- ➕ Add two factor attributes on organizations (#1132) (a073168)
- ➕ Add Repository methods for pending invitations (#1159) (57af1e0)
- Adds
get_issue_events
toPullRequest
object (#1154) (acd515a) - ➕ Add invitee and inviter to Invitation (#1156) (0f2beac)
- ➕ Adding support for pending team invitations (#993) (edab176)
- ➕ Add support for custom base_url in GithubIntegration class (#1093) (6cd0d64)
- GithubIntegration: enable getting installation (#1135) (1818704)
- ➕ Add sorting capability to Organization.get_repos() (#1139) (ef6f009)
- Add new Organization.get_team_by_slug method (#1144) (4349bca)
- ➕ Add description field when creating a new team (#1125) (4a37860)
- 🖐 Handle a path of / in Repository.get_contents() (#1070) (102c820)
- ➕ Add issue lock/unlock (#1107) (ec7bbcf)
🐛 Bug Fixes & Improvements
-
v1.43.7 Changes
April 16, 2019 -
v1.43.6 Changes
April 05, 2019New features
- ➕ Add support for Python 3.7 (#1028) (6faa00a)
- ➕ Adding HTTP retry functionality via urllib3 (#1002) (5ae7af5)
- ➕ Add new dismiss() method on PullRequestReview (#1053) (8ef71b1)
- ➕ Add since and before to
get_notifications
(#1074) (7ee6c41) - ➕ Add url parameter to include anonymous contributors in
get_contributors
(#1075) (293846b) - Provide option to extend expiration of jwt token (#1068) (86a9d8e)
🐛 Bug Fixes & Improvements
- 🛠 Fix the default parameter for
PullRequest.create_review
(#1058) (118def3) - Fix
get_access_token
(#1042) (6a89eb6) - Fix
Organization.add_to_members
role passing (#1039) (480f91c)
🗄 Deprecation
- ✂ Remove Status API (6efd631)
-
v1.43.3 Changes
October 31, 2018New features
- ➕ Add support for JWT authentication (#948) (8ccf9a9)
- ➕ Added support for required signatures on protected branches (#939) (8ee75a2)
- Ability to filter repository collaborators (#938) (5687226)
- Mark notification as read (#932) (0a10d7c)
- ➕ Add highlight search to
search_code
function (#925) (1fa2567) - ➕ Adding
suspended_at
property to NamedUSer (#922) (c13b43e) - ➕ Add since parameter for Gists (#914) (e18b107)
🐛 Bug Fixes & improvements
- 🛠 Fix missing parameters when reversing
PaginatedList
(#946) (60a684c) - 🛠 Fix unable to trigger
RateLimitExceededException
. (#943) (972446d) - 🛠 Fix inconsistent behavior of trailing slash usage in file path (#931) (ee9f098)
- 🛠 Fix handling of 301 redirects (#916) (6833245)
- 🛠 Fix missing attributes of
get_repos
for authenticated users (#915) (c411196) - 🛠 Fix
Repository.edit
(#904) (7286eec) - Improve
__repr__
method of Milestone class (#921) (562908c) - 🛠 Fix rate limit documentation change (#902) (974d1ec)
- 🛠 Fix comments not posted in create_review() (#909) (a18eeb3)
-
v1.43.2 Changes
September 12, 2018🔖 Version 1.43.2 (September 12, 2018)
- ⏪ Restore
RateLimit.rate
attribute, raise deprecation warning instead (d92389b)
- ⏪ Restore