Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-08-26 | 1.4 kB | |
v2.4.0 source code.tar.gz | 2024-08-26 | 3.5 MB | |
v2.4.0 source code.zip | 2024-08-26 | 4.7 MB | |
Totals: 3 Items | 8.2 MB | 0 |
New features
- Allow custom authentication @kliem (#2987)
Improvements
- Add
has_discussions
toAuthenticatedUser
andRepository
classes @cwlls (#3020) - Update more
SecurityAndAnalysis
attributes @squatched (#3025) - Implement support for re-running only failed workflow jobs. @chrisgavin (#2983)
- Add possibility to mark a thread/notification as done @m42e (#2985)
- Add "pull_request_review_id" to PullRequestComment object @stroebs (#3000)
- Add minimize and unminimize functions for IssueComment class @arash77 (#3005)
- Support Organization/Repository custom properties @jackylamhk (#2968)
- Add
dict
type toadd_attribute
script @jackylamhk (#2977) - Allow for deleting and restoring branch associated with PR @austinsasko (#1784)
- Add "archived_at" to Organization object. @billnapier (#2974)
- Adds Security \& Analysis To Repository @squatched (#2960)
- Add added_by and last_used attributes to RepositoryKey @ramiro (#2952)
- Add
make_latest
toGitRelease.update_release
@treee111 (#2888) - Make Commit.files return PaginatedList @iarspider (#2939)
Bug Fixes
- Fix GraphQL Queries with Variables @kgal-pan (#3002)
Maintenance
- Remove support for Python 3.7 @EnricoMi @khneal (#3008, [#2975])
- docs: add missing code-block @kumy (#2982)
- Update README.md @KPCOFGS (#2961)
- CI: Fix test success job @EnricoMi (#3010)