Changelog for github-rest-1.2.0
v1.2.0
- Switch from
jwttojose-jwt+crypton- Removes the
loadSignerhelper, use normalcrypton/crypton-x509/crypton-x509-storeAPI
- Removes the
- Add support for GHC 9.8 + 9.10
- Drop support for GHC < 9.6
v1.1.4
- Fix a test failure due to GitHub changing URLs
v1.1.3
- Add support for GHC 9.4 + 9.6
- Drop support for GHC < 9
- Set the
X-GitHub-Api-Versionheader instead of setting the API version in theAcceptheader (#33)
v1.1.2
- Add support for
jwt-0.11.0
v1.1.1
- Add support for
aeson-2.0.0.0
v1.1.0
- Rename
GitHubStatetoGitHubSettings - Remove
queryGitHubPage'-- implementqueryGitHubPageinMonadGitHubRESTinstead. - Expose
queryGitHubPageIOif users want to manually implementMonadGitHubREST - Add
DecodeErrorerror
v1.0.3
- Fix goldens after GitHub changed documentation URL
v1.0.2
- Remove
MonadFailconstraint onMonadGitHubREST - Support
unliftio-core-0.2.0.0
v1.0.1
Bundle test files in release tarball
v1.0.0
Initial release:
- Implement
queryGitHubandGHEndpoint - Implement
GitHubTandMonadGitHubREST