Releases: ONS-Innovation/github-api-package
Releases · ONS-Innovation/github-api-package
v2.0.3
Overview
Updated Cryptography dependency to address a vulnerability.
What's Changed
- Update Cryptography by @TotalDwarf03 in #23
Full Changelog: v2.0.2...v2.0.3
v2.0.2
Overview
Improves error handling within github_graphql_interface()
What's Changed
- Update CODEOWNERS by @TotalDwarf03 in #21
- Added Try catch blocks to API calls and removed nesting by @TotalDwarf03 in #22
Full Changelog: v2.0.1...v2.0.2
v2.0.1
Overview
Fixes a bug where get_codeowner_users referenced a specific organisation.
What's Changed
- Bug: get_codeowner_users had explicit reference to ONSDigital. Replac… by @TotalDwarf03 in #19
- documentation update RE previous bugfix by @TotalDwarf03 in #20
Full Changelog: v2.0.0...v2.0.1
v2.0.0
DO NOT USE THIS RELEASE
This release contains an explicit reference to ONSDigital which slipped through our review process. Please use v2.0.1 instead.
Overview
Includes a new class to interact with the GraphQL GitHub API. This class can perform custom requests with a given query and parameters or some set operations (one of which being CODEOWNER file processing).
What's Changed
- GraphQL Functions by @TotalDwarf03 in #17
- Rebuilt documentation by @TotalDwarf03 in #18
Full Changelog: v1.0.0...v2.0.0
v1.0.0
Initial Release
What's Changed
- initial commit by @TotalDwarf03 in #1
- add script to deploy mkdocs to gh pages by @TotalDwarf03 in #2
- Remove residue files and now tracks mkdocs build by @TotalDwarf03 in #3
- Update .gitignore by @TotalDwarf03 in #4
- MkDocs Deployment and Deployment instructions by @TotalDwarf03 in #5
- Create deploy_mkdocs.yml by @TotalDwarf03 in #6
- Readme changes by @TotalDwarf03 in #7
- Update setup.py by @TotalDwarf03 in #8
- test deployment by @TotalDwarf03 in #9
- remove demo changes by @TotalDwarf03 in #10
- Updated patch and post methods to pass json arg instead of params by @TotalDwarf03 in #11
- Documentation by @TotalDwarf03 in #14
- Added create release action by @TotalDwarf03 in #15
- Revert "Added create release action" by @TotalDwarf03 in #16
New Contributors
- @TotalDwarf03 made their first contribution in #1
Full Changelog: https://github.com/ONS-Innovation/github-api-package/commits/v1.0.0