Releases
v0.33.0
Added
add methods to builder for changing timeouts (#498 )
Other
Always set http request header CONTENT-LENGTH
(#464 )
Add link to Content::decoded_content
(#514 )
Repairing two 204-related serde errors, and adding some simple tests. (#503 )
Add CheckRunOutput (#515 )
cargo clippy --tests --examples --fix (#496 )
make dismissal_message optional (#501 )
Add conclusion, completed_at and output fields to create check api (#467 )
Fix typo in docs (#508 )
[docs] Improve the update_file docs (#513 )
added repos/list_contributors (#500 )
Make user information optional
Use graphql_client to get stronger typing
add fields for refresh token and expiry timestamps (#477 )
Fixed
Fixed two functions which return 204s and have no body, which throws serde errors
octocrab.issues().delete_label()
octocrab.teams().repos().remove()
Other
Added tests for the above functions
Also added tests for octocrab.teams().repos().add_or_update()
Also added tests for octocrab.issues().remove_label()
You can’t perform that action at this time.